design/
Detailed Design Practices
Design-level practices and reusable low-level patterns.
TOGAF ADM
NIST CSF
ISO 27001
AWS Well-Architected
AI-Native
5 subsections
Subsections
Select a subsection to view its full documentation, HTML reference, and Mermaid diagram.
design/low-level/
Low-Level Design
Class design, interface contracts, dependency injection, and design pattern application at code level.
README.md
index.html
diagram.mmd
design/performance/
Performance Design
Caching strategies, connection pooling, lazy loading, pagination, and async I/O design.
README.md
index.html
diagram.mmd
design/resilience/
Resilience Design
Circuit breaker, retry with exponential backoff, bulkhead, timeout, and graceful degradation.
README.md
index.html
diagram.mmd
design/security/
Security Design
Input validation, output encoding, OWASP Top 10 mitigations, and secure coding practices.
README.md
index.html
diagram.mmd
design/data/
Data Design
Schema design, normalization vs. denormalization trade-offs, indexing strategies, and data versioning.
README.md
index.html
diagram.mmd