Node v22.8.0 (Current) Released — This landed just before we hit ‘send’! 🙂 The enhancements are minor, but there are a few, including a new API for enabling on-disk code caching of modules (rather than using the
1
NODE_COMPILE_CACHE
env var) and a way to set required thresholds for code coverage measurements.
Rafael Gonzaga
Front-End System Design — Learn to create scalable, efficient user interfaces in this extensive video course by Evgennii Ray. Explore the box model, browser rendering, DOM manipulation, state management, performance and much more.
▶ Talking Deno 2 with Ryan Dahl — A chat with Deno creator Ryan Dahl (originally Node’s creator too) about the forthcoming Deno 2.0, its new features, and how it seamlessly integrates with popular frameworks like Next.js. Ryan shares insights on the motivations behind Deno’s creation, its emphasis on simplicity and security, and offers his take on the evolving JavaScript ecosystem.
Syntax․fm
How to Deploy Node to AWS Lambda with OpenTofu and GitHub Actions — Someone on Hacker News joked that this is how to deploy a Node.js app enterprise-style. A lot of tooling is involved, but this is the reality for many developers, and Meysam walks through the steps.
Meysam Azad
▶ Behind the Scenes: The Making of VS Code — A detailed conversation with two of the principal engineers who work on the engineering team of the popular Electron-powered editor.
yocto-spinner: Tiny Terminal Spinner — Fresh from the one-man module powerhouse that is Sindre Sorhus comes a new project: a tiny, as simple-as-possible terminal spinner/progress control. (‘Yocto’ is a metric prefix that sits below nano, pico, femto, atto, and even zepto..)
Light My Request: Fake HTTP Injection Library — Injects a fake HTTP request/response into a Node HTTP server for simulating server logic, writing tests, or debugging. Doesn’t use a socket connection so can be run against an inactive server (server not in listen mode).
#548 — September 17, 2024 Read on the Web nano-spawn: Tiny Execa-Inspired Process Execution — If you’re familiar with Sindre’s powerful Execa for running commands from a Node app in a robust manner, 1nano-spawn offers Read more…
#547 — September 10, 2024 Read on the Web Express.js 5.0 Released; Sort Of — After a long period of seeming to merely be on life support, work on Express picked up significantly earlier this Read more…
#545 — August 27, 2024 Read on the Web How to Create an NPM Package in 2024 — Sounds simple, but there are a lot of steps involved if you want to follow best practices, Read more…
0 Comments