Loading...
Loading...
Found 3 Skills
FastAPI framework mechanics and advanced patterns. Use when configuring middleware, creating dependency injection chains, implementing WebSocket endpoints, customizing OpenAPI documentation, setting up CORS, building authentication dependencies (JWT validation, role-based access), implementing background tasks, or managing application lifespan (startup/shutdown). Does NOT cover basic endpoint CRUD or repository/service patterns (use python-backend-expert) or testing (use pytest-patterns).
Use when FastAPI async patterns for building high-performance APIs. Use when handling concurrent requests and async operations.
Real-time communication patterns with WebSocket, Socket.io, Server-Sent Events, and scaling strategies