Total 50,611 skills, Backend Development has 4144 skills
Showing 12 of 4144 skills
Provides comprehensive guidance for Spring Security including authentication, authorization, OAuth2, JWT, and security best practices. Use when the user asks about Spring Security, needs to implement security in Spring applications, configure authentication, or work with security features.
Database design, SQL, NoSQL, and data management patterns
Microservices distributed architecture pattern. Use for scalable systems.
Use Laravel-specific vocabulary—Eloquent patterns, Form Requests, API resources, jobs/queues—to get idiomatic framework code
Schedule tasks with safety; use withoutOverlapping, onOneServer, and visibility settings for reliable cron execution
Express.js Node.js web framework for REST APIs and middleware. Use for Node.js backends.
Ruby programming with blocks, metaprogramming, gems, and Rails conventions. Use for .rb files.
Expert guidance on TYPO3 Workspaces: versioning, staging, publishing workflows, file limitations, query migration, debugging, and testing. Use when working with workspace, versioning, staging, publishing, review, draft content, workflow.
Production-safe error handling that logs full details server-side while exposing only generic, safe messages to users. Prevents information leakage of database strings, file paths, stack traces, and API keys.
Hono ultrafast web framework for edge computing. Use for edge APIs.
Implement the circuit breaker pattern to prevent cascade failures in distributed systems. Use when adding resilience to API clients, external service calls, or any operation that can fail and should fail fast.
Implement cursor-based and offset pagination for APIs. Covers efficient database queries, stable sorting, and pagination metadata.