TypeScript Strict Mode Migration Guide
Migrate a JavaScript or loose TypeScript project to strict TypeScript incrementally — fix any errors, add prop...
AI prompts for Node.js backend development, TypeScript patterns, Express/Fastify APIs, type-safe architectures, and server-side JavaScript.
15 prompts found
Migrate a JavaScript or loose TypeScript project to strict TypeScript incrementally — fix any errors, add prop...
Generate a production-ready Express.js API boilerplate with TypeScript, validation, authentication, error hand...
Build a library of advanced TypeScript utility types for deep partial, branded types, type-safe event emitters...
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...
Set up a TypeScript monorepo with Turborepo, shared packages, internal libraries, and optimized CI pipelines.
Diagnose and fix Node.js memory leaks with heap snapshots, allocation tracking, and garbage collection analysi...
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...