Loading...
Loading...
Found 201 Skills
CQRS (Command Query Responsibility Segregation) patterns for separating read and write models. Use when optimizing read-heavy systems, implementing event sourcing, or building systems with different read/write scaling requirements.
Implement API versioning strategies for backward compatibility. Covers URL versioning, header versioning, and deprecation workflows.
Rechazo de payloads que excedan el tamaño máximo permitido para prevenir ataques DoS
Production-grade secure file upload pipeline with multi-stage validation, malware scanning (ClamAV), hash-based duplicate detection, and race condition protection using distributed locks.
Эксперт Python разработки. Используй для Python best practices, async, typing и ecosystem.
Configures Swagger/OpenAPI documentation
Receive and verify OpenAI webhooks. Use when setting up OpenAI webhook handlers for fine-tuning jobs, batch completions, or async events like fine_tuning.job.completed, batch.completed, or realtime.call.incoming.
Implement health check endpoints for load balancers, Kubernetes, and monitoring. Covers liveness, readiness, and dependency checks.
Claude Code SDK integration for building AI-powered applications with OAuth and API Key authentication
Expert-level Python development with Python 3.12+ features, async/await, type hints, and modern best practices
Receive and verify Clerk webhooks. Use when setting up Clerk webhook handlers, debugging signature verification, or handling user events like user.created, user.updated, session.created, or organization.created.
ASGI server for Python web applications - Fast, production-ready server for async frameworks