Total 44,203 skills, Backend Development has 3830 skills
Showing 12 of 3830 skills
Zig systems programming with manual memory and no hidden control flow. Use for .zig files.
Laravel PHP framework with Eloquent ORM and Blade templates. Use for PHP applications.
TYPO3 Core contribution workflow. Use when working with Forge issues, submitting patches to Gerrit, or contributing docs.
Memcached distributed memory caching. Use for simple caching.
Implement API versioning strategies for backward compatibility. Covers URL versioning, header versioning, and deprecation workflows.
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.
Generate Pest tests for FilamentPHP v4 resources, forms, tables, and authorization
OCaml functional programming with type inference. Use for .ml files.
Implement subscription tier-based feature gating and usage limits. Centralized tier configuration, database usage tracking, and clean APIs for checking limits.
Multi-backend storage layer with automatic failover between Redis, database, and memory backends. Includes circuit breakers per backend and health-aware routing for high availability.
Implement soft delete pattern for data recovery and audit trails. Covers filtering, restoration, and permanent deletion workflows.
Complete Stripe payments integration with subscriptions, webhooks, and customer portal. Use when adding billing to a SaaS application with subscription tiers, usage-based pricing, or one-time payments.