Node Best practices
Learn
Project Structuring
Testing and quality
@nodebestpractices
@nodepractices
Learn
Project Structuring
Testing and quality
@nodebestpractices
@nodepractices
Project Structuring
Structure by components
Use secure and hirearchical config
Layer your app
Separate Express 'app' and 'server'
Wrap common utilities as NPM packages
Testing And Quality
Use secure and hirearchical config
Carefully choose your CI platform
Layer your app
Separate component code into layers: web, services and DAL
1 min explainer: The downside of mixing layers
←
Use secure and hirearchical config
Separate Express 'app' and 'server'
→