Public list by ~nodeweekly

Issue 624 - Let's go deep into Node's internals

Node.js Internals, Runtime & Networking Guide | NodeBook

https://www.thenodebook.com/

📗 NodeBook: An Advanced Guide to Node.js Internals — Volume I of this in-depth guide is now complete with eight chapters of advanced material covering topics like event loop internals, what V8 does, buffer allocation, streams, module resolution, async/await, and the process lifecycle.

#nodebook #node.js #javascript #node.js book #node.js tutorial #node.js guide

3 months ago

AppSignal — Error Tracking & Performance Monitoring

https://www.appsignal.com/?variant=treatment

Plug Claude or Cursor into Your Node App's Production Errors — AppSignal's MCP server feeds your AI editor the error, stack trace, and deploy context. AI drafts the fix. You review and ship. Free 30-day trial.

3 months ago

What's new in Node.js 26

https://nodejsdesignpatterns.com/blog/whats-new-in-nodejs-26/

What's New in Node.js 26 — We featured Node 26’s release last week, but this is a practical tour of the goodies you could easily overlook in a release that “doesn’t look like it’s adding a ton”. v26 goes LTS this October, so everything here is something you could be using in production by the end of the year.

#node.js #design patterns #javascript #backend development #software architecture #programming

3 months ago

Fixing JavaScript observability, one library at a time

https://blog.sentry.io/fixing-javascript-observability/

Fixing JavaScript Observability, One Library at a Time — The team at Sentry have been working on an approach to replace the monkey-patching that powers JavaScript APM tools with a runtime-oriented diagnostics channel-based approach. The hard part? Getting popular packages to join in, but it’s happening.

3 months ago

Your Recursion Is Lying to You

https://blog.gaborkoos.com/posts/2026-05-09-Your-Recursion-Is-Lying-to-You/

Your Recursion is Lying to You — ES2015 (a.k.a. ES6) specified tail call optimization, though V8 never shipped it. “Tail-recursive shape does not automatically make JavaScript stack-safe.” Koos walks through the gap between recursive form and runtime behavior, showing off a ‘trampoline’ pattern for keeping the recursive style without the stack overflow.

3 months ago

Bun v1.3.14 | Bun Blog

https://bun.com/blog/bun-v1.3.14

Bun v1.3.14 Adds Image Processing, HTTP/3, HTTP/2 Fetch and More — Another mammoth Bun release. Bun.Image is a new built-in image processing API which can replace Sharp in many cases. Bun’s package manager has added a global virtual store (akin to pnpm’s), Bun.serve has experimental HTTP/3 over QUIC support, and fetch gets HTTP/2 and HTTP/3 support. Plus the usual raft of Node.js compatibility improvements.

3 months ago

https://developer.vonage.com/en/blog/how-to-send-and-receive-sms-messages-with-node-js-and-google-cloud-run?cmp=eml-api-api-gbl-cooperpress-prosp-news

https://developer.vonage.com/en/blog/how-to-send-and-receive-sms-messages-with-node-js-and-google-cloud-run?cmp=eml-api-api-gbl-cooperpress-prosp-news

How to Send and Receive SMS Messages with Node.js and Google Cloud Run — Deploy a containerized Node.js app to Google Cloud Run to send SMS and process inbound webhooks via Vonage Messages API.

3 months ago

Syncpack

https://syncpack.dev/

Syncpack 15.0: Consistent Dependency Versions in JS Monorepos — A CLI tool (used by Electron, Cloudflare, Vercel, and others) that finds and fixes version mismatches across your entire monorepo, and enforces version policies to avoid drift. v15.0 adds support for pnpm and Bun catalogs and introduces a default 1 day minimum release age cooldown.

3 months ago

Counterfact — API Simulator

https://counterfact.dev/

Counterfact: An OpenAPI-Driven API Simulator — Point it at an OpenAPI spec and get a live, stateful Node server with typed handlers, hot reload, and a REPL to control behavior at runtime. You can try it out in seconds with npx. GitHub repo.

3 months ago

pnpm 11.1 | pnpm

https://pnpm.io/blog/releases/11.1

pnpm 11.1 Adds More New Commands — pnpm bugs opens a package’s bug tracker in the browser, pnpm audit signatures verifies ECDSA registry signatures against keys, and there’s a new gh: prefix for installing packages from the GitHub Packages registry.

#release

3 months ago

https://www.npmjs.com/package/web-features-cli

https://www.npmjs.com/package/web-features-cli

wf: A CLI for Looking Up Web Platform Features — A CLI tool for looking up web platform feature support, bugs, and docs, from Microsoft's Patrick Brosset. You can install and run it as wf or use npx for ad hoc use, e.g.: npx web-features-cli "fetch api" -a

3 months ago