anti-patterns/
Anti-Patterns
Common mistakes or legacy pitfalls to avoid during design and modernization.
TOGAF ADM
NIST CSF
ISO 27001
AWS Well-Architected
AI-Native
4 subsections
Subsections
Select a subsection to view its full documentation, HTML reference, and Mermaid diagram.
anti-patterns/shared-db-context/
Shared Database Context
Anti-pattern where multiple services share a single database schema, creating tight coupling and deployment friction.
README.md
index.html
diagram.mmd
anti-patterns/monolithic-coupling/
Monolithic Coupling
Design failures stemming from distributed monoliths: shared state, synchronous chains, and god services.
README.md
index.html
diagram.mmd
anti-patterns/distributed-monolith/
Distributed Monolith
Microservices in name only — services that are separately deployed but tightly coupled via synchronous calls and shared libraries.
README.md
index.html
diagram.mmd
anti-patterns/premature-optimization/
Premature Optimization
Over-engineering scalability before product-market fit; introducing complexity without measured need.
README.md
index.html
diagram.mmd