·
9 min
How to Structure a Node.js Project That Scales
A practical guide to nodejs project structure: feature-based folders, separating routes, controllers and services, config, and avoiding circular deps.
2 Articles
A practical guide to nodejs project structure: feature-based folders, separating routes, controllers and services, config, and avoiding circular deps.
An honest look at the repository pattern in Laravel: what it is, how to bind it in a service provider, and when it's just extra indirection.