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
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
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
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
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
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
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
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
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
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
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