A curated collection of resources to help you learn more about modular monolith architecture.
Books
Domain-Driven Design
by Eric Evans
The foundational text on domain-driven design, which provides the conceptual framework for modular architecture.
Building Microservices
by Sam Newman
While focused on microservices, this book provides valuable insights on service boundaries that apply to modular monoliths.
Clean Architecture
by Robert C. Martin
Principles of structuring code for maintainability that apply directly to modular monolith design.
Implementing Domain-Driven Design
by Vaughn Vernon
A practical guide to applying DDD concepts, including bounded contexts and module design.
Read more →