Browse Prompts
Discover prompts from creators worldwide
Monorepo CI/CD Pipeline with Nx/Turborepo
Design a monorepo CI/CD pipeline with intelligent task orchestration, affected-project detection, parallel execution, distributed caching, and deployment strategies per app.
Next.js Middleware Security Patterns
Implement security middleware in Next.js: CSP headers, CSRF protection, IP rate limiting, geo-blocking, bot detection, and API key validation. Production-ready patterns.
Kubernetes Debugging Field Manual
Production Kubernetes debugging guide: pod crashes, OOM kills, network policy issues, PVC binding, CrashLoopBackOff diagnosis. Includes kubectl commands for every scenario.
Edge Computing Architecture Decision Matrix
Framework for deciding between edge functions (Cloudflare Workers, Vercel Edge, Deno Deploy) vs serverless vs traditional servers. Decision matrix with 15 criteria.
Docker to Podman Migration Guide
Complete migration guide from Docker to Podman: rootless containers, systemd integration, pod concept, Docker Compose to Podman Pods translation, and CI/CD pipeline updates.
SQL Window Functions Masterclass
Comprehensive guide to SQL window functions: ROW_NUMBER, RANK, LAG/LEAD, running totals, moving averages, percentiles. Includes 25 practice queries with business use cases.
WebSocket Real-Time Architecture Guide
Design real-time features with WebSocket: chat, live cursors, notifications, dashboards. Covers authentication, reconnection, scaling with Redis pub/sub, and fallback to SSE/polling.
Linux Server Hardening Checklist
Production-grade Linux server security hardening: SSH configuration, firewall rules, fail2ban setup, kernel parameters, audit logging, and automated security scanning.
CSS Grid & Flexbox Layout Generator
Describe any layout in plain English and get production-ready CSS Grid or Flexbox code. Handles responsive breakpoints, gap, alignment, and edge cases. Includes visual diagram.
Regex Generator with Plain-English Explanation
Generate regex patterns from plain English descriptions. Each pattern comes with a character-by-character breakdown explaining exactly what each part matches.
Microservices Anti-Patterns Guide
Comprehensive catalog of microservices anti-patterns: distributed monolith, data coupling, shared database, versioning hell, and how to avoid each one with concrete solutions.
TypeScript Type-Level Programming Guide
Master TypeScript's advanced type system: conditional types, template literal types, mapped types, infer keyword, and recursive types. Includes real-world utility type examples.