4 items tagged with "modular-monolith"
An architecture that keeps a single deployable application but enforces strong internal module boundaries, capturing many microservices benefits without distributed-system complexity.
Restructure a tangled monolith into a modular monolith with enforced module boundaries before considering any service split.
A program to restructure a tangled monolith into a modular monolith with enforced boundaries before any service extraction.
A modular monolith is a single deployable application whose internal code is organized into well-isolated modules with explicit boundaries, combining a monolith's simple operations with microservice-style separation of concerns.