https://frontendmasters.com/blog/the-production-playbook-for-node-js-stream-leaks/
A Production Playbook for Node.js Stream Leaks — You used pipeline() but your streams still leak in production. This guide covers five failure modes that sail past tests and code review, then break under real traffic, from unnoticed disconnects to timeouts that kill the response but leave an upstream fetch running. Useful if you run Node services that stream under load.
3 months ago
https://orkes.io/webinars/webinar-building-durable-ai-agents-that-dont-die-when-your-process-does
Build Durable AI Agents That Won't Break in Production (Webinar) — Learn the open-source 5-layer stack and run durable AI agents with Agentspan across LangGraph, OpenAI, and Google SDKs.
3 months ago
https://deno.com/blog/v2.8
Deno 2.8 Hits 76% Node.js Compatibility — A significant release for the JS runtime created by Node’s original creator. Node.js compatibility jumps from 42% to 76.4% (higher than Bun). v2.8 also drops the npm: prefix requirement when adding/installing packages (so deno install is now a drop-in for npm install/pnpm install etc. even in existing Node projects).
#deno
#denoland
#development
#javascript
#typescript
#webassembly
3 months ago
https://nodejs.org/en/blog/release/v24.16.0
Node.js 24.16.0 (LTS) Released — If Node 26 is too cutting edge and LTS is more your vibe, there are still new features to be had including crypto.randomUUIDv7(), util.styleText accepting hex colors, and test-order randomization in Node’s test runner.
3 months ago
https://javascript.plainenglish.io/migrating-express-to-next-js-using-ai-agents-antigravity-f48b4c206a8e
Migrating an Express App to Next.js Using AI Agents — James (who works on Antigravity at Google) demonstrates how to modernize a legacy Express.js app to Next.js App Router and TypeScript. The skills built to do this have been shared for use by anyone.
3 months ago
https://nolanlawson.com/2026/05/25/using-ai-to-write-better-code-more-slowly/
Using AI to Write Better Code More Slowly — A prolific JavaScript developer says LLMs aren’t just for pumping out bad code quickly, they can indeed help you write higher quality code more slowly.
3 months ago
https://github.com/webdiscus/ansis
ANSIS 4.3: The ANSI Color Library, Now with Hyperlinks — An ESM and CommonJS library for using the power of ANSI escape sequences for coloring and styling text in Node, Bun, Deno, and browser devtools. v4.3 adds support for OSC 8 terminal hyperlinks (supported by many terminal emulators now).
3 months ago
https://ghost.build/
Give Your Agent a DB for Every Task — Most providers cap you at 2 or 3 Postgres projects. ghost gives your agent unlimited. No project limits. Try for free.
3 months ago
https://flueframework.com/
🤖 Flue: An Agent Harness Framework from Astro — A TypeScript framework for building agents which run atop Node. Think something akin to Claude Code, complete with tasks, sandboxing, agent skills, etc, but entirely headless and programmable.
3 months ago
https://docx.js.org/
📝 DOCX 9.7: Generate Word .docx Files from JavaScript — A mature library for generating docx (Word) files. There’s a CodePen-based demo to show off the basics and over 100 example scripts.
3 months ago
https://helmet.js.org/
🔒 Helmet.js 8.2: Security Hardening for Express Apps — Sets HTTP headers like Content-Security-Policy and Strict-Transport-Security. Aims to be easy to integrate and maintain. v8.2 is the first release in a year.
3 months ago