A topic · 2 entries
DevOps
2025 NODE_ENV: What It Actually Does (And What It Doesn't) Ezz Abuzaid Node.js Stop misusing NODE_ENV. Learn what it's really for, why you should always use production, and how to properly configure your Node.js apps. 2024 Host npm Packages on GitHub (Without npm Registry) Ezz Abuzaid npm Can't get your npm scope? Host packages directly from GitHub using tarballs. Covers caching issues, installation scripts, and tradeoffs.