A Guide to Reading and Writing Node.js Streams — A post from the creator of Fastify (and a Node.js TSC member) is always a treat. Matteo reminds us of the benefits of using Node’s powerful streaming data features, where they make sense, and how to handle back-pressure and error management.
— Last week, we featured efforts to include SQLite and a client library into the Node distribution. Things continue to progress quickly, with the feature proposed for inclusion in the forthcoming Node v22.5. You can see how it’ll work in this CodeSandbox example.
Node.js GitHub Repo
WorkOS: The Modern Identity Platform for B2B SaaS — Start selling to enterprise customers with just a few lines of code. WorkOS provides flexible, easy-to-use APIs to integrate SSO, SCIM, and RBAC in minutes. It’s used by hundreds of high-growth startups including Perplexity, Vercel, Drata, & Webflow.
WorkOS sponsor
NPM Supply Chain Security: Why We Can Be Optimistic About the Future — We frequently link to stories about misuses of npm to distribute malware, nefarious packages, and more, but Robat reflects on just how much things are improving with 2FA, package provenance, and community efforts.
The npm registry has begun removing READMEs from package version metadata to reduce the size of package packuments.
Tabular-JSON is a proposed superset of JSON that adds support for CSV-like tables and optional quotes.
A Developer’s Review of a Snapdragon X Laptop — The Lenovo Yoga Slim 7x, specifically. It’s a neat developer-focused look at a new option on the market. It’s not all about Node but he did try to get Node working under Windows on ARM and ran into some teething problems.
Wesley Moore
Bring StackBlitz to Work — In our upcoming livestream, we’ll cover the best ways to build and share prototypes and quickly reproduce bugs.
Micro Agent: An AI Agent That Writes Code for You — Sure, you can ask ChatGPT, Copilot or Claude to write code for you, but you know how that can sometimes turn out.. Is there a better way? Micro Agent is a Node-based tool that takes the approach of writing a test case first and then iterates upon a solution until the tests pass.
#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