About
This skill provides a robust framework for implementing high-performance database interactions and scalable architecture patterns. It offers domain-specific guidance on SQL indexing strategies, N+1 query prevention using DataLoader patterns, and efficient connection pooling. For NoSQL environments, it covers document design and aggregation pipelines, while the Redis integration provides essential caching strategies like Cache-Aside, Write-Through, and Cache Stampede prevention. This skill is ideal for developers building production-grade backends that require low latency and high reliability under heavy load.