Сontinuing the theme of NestJS, I want to share an article about Clean Architecture.
https://betterprogramming.pub/clean-node-js-architecture-with-nestjs-and-typescript-34b9398d790f
In the simple example you’ll see how to build layer-by-layer services to divide business logic and frameworks. This is critical if you want to create a scalable, well-testable system with the possibility to switch between different modules, databases etc.
Because (and it’s described in the epigraph of this article by Robert C. Martin) “Your architectures should tell readers about the system, not about the frameworks you used in your system”.
Hope you agree with him (I do).
For more useful info - subscribe Tech Read channel.
Likes and shares are welcome.
#nodejs #nestjs #cleanarchitecture
https://betterprogramming.pub/clean-node-js-architecture-with-nestjs-and-typescript-34b9398d790f
In the simple example you’ll see how to build layer-by-layer services to divide business logic and frameworks. This is critical if you want to create a scalable, well-testable system with the possibility to switch between different modules, databases etc.
Because (and it’s described in the epigraph of this article by Robert C. Martin) “Your architectures should tell readers about the system, not about the frameworks you used in your system”.
Hope you agree with him (I do).
For more useful info - subscribe Tech Read channel.
Likes and shares are welcome.
#nodejs #nestjs #cleanarchitecture
Medium
Clean Node.js Architecture —With NestJS and TypeScript
“Your architectures should tell readers about the system, not about the frameworks you used in your system” — Robert C. Martin