and a utilities file, and you’re good to go. As someone on Hacker News said: “Sometimes the most valuable guide is a working example.” The associated comment thread is worth checking out for some extra background, too.
Khalid Zoabi
🥳 Talking of which, TypeScript 5.3 has been released. It supports the latest updates to the import attributes proposal, has enhanced type narrowing in numerous contexts, provides interactive inlay hints for types in the editor, and more.
Node.js 20.x (LTS) Runtime Now Available in AWS Lambda — If you’re using AWS Lambda, you can now make the Node 18 to 20 transition with confidence. This post covers the essential configuration changes, but also tackles a couple of changes to the runtime to be aware of.
Pascal Vogel (AWS)
Alongside this update, Middy, a popular Node.js middleware engine for AWS Lambda, has been updated to v5 too – beware that it’s billed the “ESM Only Update” and has no support for CommonJS modules anymore.
IN BRIEF:
Node v21.2.0 (Current) has been released with so many small tweaks and enhancements that you’d need to skim through the list, as none in particular stand above the rest.
Exploring V8’s Strings: Implementation and Optimizations — Note: This is very technical and most Node developers do not need to go this deep. That aside, this is a fantastic look under the covers of how the V8 engine handles strings, including the optimizations used that allow it to go toe to toe with languages like C++.
H3: A Minimal HTTP Framework for Multiple JS Platforms — Aims to be as universal as possible and works across numerous platforms, including Node, while offering the basic HTTP framework features and a compatibility layer with Express middleware. v1.9 just landed.
#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…
#546 — September 3, 2024 Read on the Web Prisma 5.19.0, Now with ‘Typed SQL’ — Prisma is a popular declaratively-driven ORM in the Node.js / TypeScript world and its new version makes it possible Read more…
0 Comments