Deep beneath the team lies an architectural implementation which gives us peace of mind when we deploy software. It is called Test Driven Development (TDD). I’m not going to go into the protocols or rules of TDD, just a fun opinion of the freedom that […]
Category: Programming
Load Local Node Packages as Dependencies
Loading a local Node package into multiple local projects can be beneficial to your development process. Let’s call the project and the package we are going to work with my-local-project and my-local-package for the purpose of this post. We’re going to load the my-local-package into […]