2
2 Comments

Clean Architecture in ExpressJS Applications

https://merlino.agency/blog/clean-architecture-in-express-js-applications
submitted this linkon December 12, 2021
  1. 1

    Hey Romeo, we used it in all of our projects after we came across your article, extremely useful, thanks a lot

  2. 1

    Hi IH, I'm sharing an article we've just written in our Agency about how we use Clean Architecture's paradigms when developing custom REST APIs for our clients. It is crazy how solid the projects turn out to be:

    • easy to maintain the codebase;
    • easy to add new features over time;
    • easy to explain the codebase to new team members;
    • easy to test.

    Hope it can be helpful to someone out there! Happy hacking!