anti-patterns/
Anti-Patterns
Common design mistakes and legacy pitfalls to recognise and avoid.
4 topics in this section
anti-patterns/distributed-monolith/
Distributed Monolith
When microservices are coupled at the data or release layer despite service boundaries.
→
anti-patterns/monolithic-coupling/
Monolithic Coupling
Hidden coupling that prevents independent change in modular systems.
→
anti-patterns/premature-optimization/
Premature Optimization
Optimizing performance, scale, or abstraction before the design has been validated.
→
anti-patterns/shared-db-context/
Shared Database Anti-Pattern
Multiple services or domains sharing a database, breaking ownership and lifecycle.
→