Node.js Express API with TypeScript Boilerplate
Generate a production-ready Express.js API boilerplate with TypeScript, validation, authentication, error hand...
AI prompts for Node.js backend development, TypeScript patterns, Express/Fastify APIs, type-safe architectures, and server-side JavaScript.
11 prompts found
Generate a production-ready Express.js API boilerplate with TypeScript, validation, authentication, error hand...
Implement Node.js worker threads for CPU-intensive tasks and clustering for multi-core utilization with gracef...
Build a type-safe event-driven system with domain events, event bus, saga orchestration, and dead-letter handl...
Design a Prisma schema with complex relations, indexes, enums, and a safe migration strategy for production da...
Build a Node.js microservice with gRPC for high-performance inter-service communication, using Protocol Buffer...
Build a comprehensive Zod-based validation system with shared schemas between frontend and backend, custom err...
Build a production-grade rate limiter with sliding window, token bucket, and tiered limits for Node.js APIs.
Build custom TypeScript decorators for authentication, caching, validation, logging, and rate limiting in Nest...
Build a reliable task scheduling system for Node.js with cron jobs, retries, concurrency control, and distribu...
Design a type-safe error handling system with Result types, custom error hierarchies, and centralized error fo...
Build a scalable WebSocket server with rooms, authentication, presence tracking, and horizontal scaling across...