Databases & Storage
SQL, NoSQL, and caching patterns for persistent data management and high-performance data access.
← Prev ← APIs & Services | Next → Testing & Quality →
Notes
- SQL Patterns — PostgreSQL query optimization, indexing, transactions, window functions, CTEs
- NoSQL Patterns — document, key-value, columnar, graph, and vector database patterns
- Caching Strategies — cache-aside, write-through, TTL, eviction policies, cache stampede prevention