Design Patterns
Lots of links to further reading on design patterns and a good short introduction on why they are important. http://codebetter.com/jeremymiller/2005/09/01/learning-about-design-patterns/
Lots of links to further reading on design patterns and a good short introduction on why they are important. http://codebetter.com/jeremymiller/2005/09/01/learning-about-design-patterns/
The article
Node.js, Dependency Injection, Layered Architecture, and TDD: A Practical Example, Part 1
by @Carlos GonzΓ‘lez
gives a very good introduction of how to structure a (TypeScript/JavaScript) app.
He links articles that allow one to dive deeper into underlying concepts and still explains the
big picture very well. Great job Carlos!
Continue reading β