NMNiraj Maharjaninblog.maharjan-niraj.com.np·Apr 12 · 6 min readHow to Get a Free .np Domain and Host Your Developer PortfolioSo I finally did it. My portfolio is live, not on some generic .github.io subdomain, but on my own .np domain. Sounds cool, right? It was. But getting there? That was a whole journey. Let me walk you 00
NMNiraj Maharjaninurl-shortener.hashnode.dev·Apr 7 · 8 min readHow Rate Limiting Works in a Node.js URL Shortener (Deep Dive)Building a public API without rate limiting is like leaving your front door wide open. Anyone can hammer your endpoints, create thousands of spam entries, or simply knock your server offline with a fl00
NMNiraj Maharjaninremember-me-functionality.hashnode.dev·Nov 10, 2025 · 13 min readJWT DescriptionWhy “Bearer” Exists In the early days, there were several types of authorization schemes, like: Basic — sends username and password encoded in base64 Digest — uses hashed credentials Bearer — uses a token So Bearer simply tells the server which ...00