Loading...
Loading...
Found 48002 skills
dadbodgeoff
Enables clean process termination with in-flight job tracking and buffer draining to prevent data loss and state corruption.
dadbodgeoff
Provides consistent error handling implementation with custom error classes, error boundaries, and structured responses for robust application development.
dadbodgeoff
Manages resilient Server-Sent Events (SSE) streams with Redis-backed registry, heartbeat monitoring, and automatic orphan cleanup.
dadbodgeoff
Enables safe retry handling in APIs by preventing duplicate processing, essential for payment and order systems.
dadbodgeoff
Provides a two-phase commit matchmaking system that verifies player connections and handles disconnections by re-queueing healthy players.
dadbodgeoff
Manages data flow in high-throughput systems to prevent OOM crashes and data loss using bounded buffers and adaptive strategies.
dadbodgeoff
Provides multi-layer caching implementation strategies using Redis, in-memory, and HTTP caching with cache invalidation and stampede prevention patterns.
dadbodgeoff
Ensures single-instance execution of critical tasks across distributed systems with automatic failover for high availability.
dadbodgeoff
Enables reliable background job processing with dead letter queues, retries, and state machines for non-blocking asynchronous workflows.
dadbodgeoff
Configures Turborepo with pnpm for efficient monorepo management, enabling shared code, types, and parallel builds across frontend, backend, and worker packages.
dadbodgeoff
Enables developers to implement fallback mechanisms and feature flags for system resilience, ensuring partial functionality during dependency failures.
dadbodgeoff
Provides server-authoritative tick system for multiplayer games with lag compensation, anti-cheat validation, and deterministic physics to prevent speed hacks.
dadbodgeoff
Implements the circuit breaker pattern to prevent cascade failures in distributed systems, especially for API clients and external service calls.
dadbodgeoff
Provides resilient error handling for transient failures using exponential backoff and cache fallback strategies in networked applications.
dadbodgeoff
Configures Progressive Web App features including manifest, mobile meta tags, safe area handling, and install prompts for native-like browser experience.
dadbodgeoff
Manages asynchronous job lifecycles with validated state transitions, progress tracking, and terminal state guarantees for robust error handling.
dadbodgeoff
Provides distributed locking to prevent race conditions across multiple instances with automatic lock expiration to avoid deadlocks.
dadbodgeoff
Configures TypeScript strict mode with branded types and exhaustive switches to catch bugs at compile time.
dadbodgeoff
Manages production WebSocket connections with connection limits, user mapping, health checks, and automatic stale connection cleanup.
dadbodgeoff
Enables dynamic feature management for gradual rollouts, A/B testing, and safe feature toggling without code deployments.
dadbodgeoff
Provides backend implementation for subscription tier management, including feature gating, usage tracking, and API endpoints to enforce tier-based limits.
dadbodgeoff
Optimizes database operations using a collect-then-batch pattern, boosting throughput by 30-40% with automatic fallback to sequential processing on failure.
dadbodgeoff
Enables implementation of multi-tenant architecture with tenant isolation, data separation, and per-tenant configuration using shared database or schema-per-tenant models.
dadbodgeoff
Centralized environment variable management with validation and fail-fast startup for multi-environment setups (dev/staging/prod).