DevOps
2 articles about devops
-
NODE_ENV: What It Actually Does (And What It Doesn't)
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.
-
Host npm Packages on GitHub (Without npm Registry)
Can't get your npm scope? Host packages directly from GitHub using tarballs. Covers caching issues, installation scripts, and tradeoffs.