KNKanchan Nathinkanchannath.hashnode.dev·Sep 1 · 6 min readEverything I'd Normally npm Install: Building a Reverse Proxy From Node's Standard LibraryFor Zero Dependency 2026 (Track C — Web & Network), my team built Nexus — a reverse proxy and API gateway that does what nginx does: TLS termination, routing, load balancing, health checks, rate limit00
KNKanchan Nathinkanchannath.hashnode.dev·Jul 25 · 9 min readExpress.js API Server Architecture TutorialMeta summary: Learn how to build a production-ready Express.js API server with rate limiting, security middleware, modular routing, and error handling. This comprehensive guide covers middleware confi00
KNKanchan Nathinkanchannath.hashnode.dev·Jul 25 · 9 min readNode.js Socket.IO Authentication TutorialNode.js Socket.IO Authentication Tutorial This guide walks through implementing a production-ready Socket.IO server with JWT authentication, room-based messaging, and graceful shutdown handling. You'l00
KNKanchan Nathinkanchannath.hashnode.dev·Jul 15 · 7 min read How AI Tools for Students Actually Work in 2026Every "AI is changing education" post says the same thing: personalized learning, instant feedback, adaptive paths. None of them explain what's actually running under the hood, or what breaks when you00
KNKanchan Nathinkanchannath.hashnode.dev·Jul 8 · 7 min readHow to Set Up CircleCI for a Node.js App With Test ReportsIf you're running npm test on every push and calling it CI, you're missing the part that actually makes CircleCI useful: structured test reports, a working directory that matches your repo layout, and00