#modular-monolith
Read more stories on Hashnode
Articles with this tag
Every article about modular monoliths tells you to use public APIs between modules. But they rarely tell you why these APIs exist or how to design...
As your application grows, you might find yourself considering a move from a modular monolith to microservices. This transition isn't just a technical...
Modular monoliths strike a balance between the simplicity of monolithic architecture and the flexibility of microservices. By breaking down...
This is a question I often hear: how do I design my use case with Clean Architecture? I understand the confusion. Figuring out what to place in the...
Modular monoliths are an architectural approach that's becoming very popular. They combine the benefits of modularity and monolithic design. Modular...
You start building a beautiful monolith system. Maybe a modular monolith. The system grows over time, and requirements are ever-changing. Slowly,...