Published onDecember 27, 2025Production-Grade Secure Authentication API: Technical Architecture & Security ImplementationnodejstypescriptsecurityauthenticationjwtdockerredispostgresqldevopsTechnical showcase of a production-ready authentication API featuring JWT with refresh token rotation, RBAC, Redis rate limiting, comprehensive security headers, audit logging, and automated CI/CD deployment.
Published onDecember 26, 2025Docker + Node.js + bcrypt: Why It Worked Locally but Failed in ProductionnodejsdockerbcryptbackenddebuggingA real-world issue I faced where a Node.js authentication API worked locally but failed inside Docker with "Empty reply from server", how I debugged it, what I missed, and how I fixed it.