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).
#557 — November 26, 2024 Read on the Web Deno v. Oracle: Cancelling the JavaScript Trademark — Did you know Oracle formally owns the ‘JavaScript’ trademark? There have been a few efforts to change this Read more…
#556 — November 19, 2024 Read on the Web AWS Lambda Turns Ten: Looking Back and Looking Ahead — AWS Lambda, Amazon’s cloud function service, essentially launched the term ‘serverless’ and had a big impact Read more…
#555 — November 12, 2024 Read on the Web Node v23.2.0 (Current) Released — On paper, a relatively minor release that updates the root certificates, adding five new ones, but development of TypeScript support has Read more…
0 Comments