The Backend Development Patterns skill provides a comprehensive framework for building production-ready server-side applications. It offers standardized guidance on RESTful API design, decoupled architecture using Repository and Service layers, and critical performance optimizations like N+1 query prevention and Redis caching. Designed specifically for Node.js, Express, and Next.js environments, this skill ensures your backend code remains maintainable, secure, and resilient through proven error handling, authentication, and rate-limiting patterns.
主な機能
01Advanced architectural patterns including Repository and Service Layer separation
02Comprehensive security implementations for JWT authentication and RBAC
03Database optimization techniques for Supabase and SQL with N+1 prevention
04Standardized RESTful API design and resource-based URL structures
05Resiliency patterns including Redis caching and exponential backoff retries
061 GitHub stars