A topic · 4 entries
Node.js
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. 2024 How to Safely Run Untrusted JavaScript Code (7 Methods) Ezz Abuzaid JavaScript Execute user-submitted JavaScript securely. Compare Web Workers, isolated-vm, WASM sandboxes, Docker, and static analysis with code examples. 2023 Stream OpenAI Responses in Real-Time with Node.js Ezz Abuzaid Node.js Build ChatGPT-like streaming responses with the OpenAI API. Handle SSE, token buffering, and real-time rendering in Node.js.