3 results for "all documents"
languages/python/frameworks/django/best_practices.md
Version-specific Django 5.2/6.0 gotchas: verified CVEs, ORM traps that survive select_related/prefetch_related, signal/transaction race conditions, and decision rules for Ninja vs DRF vs FastAPI.
languages/python/frameworks/fastapi/best_practices.md
Version-specific FastAPI/Pydantic v2 gotchas: verified current releases, yield-dependency cleanup timing, BackgroundTasks/middleware footguns, threadpool starvation, and Pydantic v2 union-resolution traps - with sources.
languages/javascript/frameworks/backend/nodejs_best_practices.md
Production patterns for building maintainable, secure, and high-performance Node.js backends in 2026: Express vs Fastify vs Hono vs NestJS trade-offs, centralized error handling, streaming/backpressure, and structured lo...