home / tag / architectural-style
5 Ways to Fail at Implementing a modular monolith
5 Ways to Fail at Implementing a modular monolith
Aug 15, 2024
6 min read
3 charts

The modular monolith architecture isn’t new, but it’s become more popular as a way to balance the simplicity of a monolithic application with the flexibility of microservices. It...

architecturearchitectural-stylefailure
Modular Monolith
Modular Monolith
Aug 11, 2024
1 min read
1 charts

A Modular Monolith is an architectural style that structures your application into distinct, well defined modules within a single codebase. It combines the simplicity and...

architecturearchitectural-style