Big announcement 🚀
We just launched the N|Solid Extension in the IDE at #WebSummitVancouver 🇨🇦.
For years, developers have been stuck in a broken workflow:
leave the IDE → open dashboards → investigate production → return to code → guess at a fix.
That context switching has become one of the biggest bottlenecks in the AI era.
The N|Solid Extension in the IDE changes that by bringing live production telemetry and pre-commit validation directly into VS Code.
⚡ Live runtime telemetry in the IDE
⚡ AI-powered incident analysis
⚡ Pre-commit fix validation
⚡ One-click profiling & remediation
No more disconnected dashboards.
No more guessing.
Production truth. Right where you code.
Press:
🔗 https://t.co/gW8ROe9DOZ
VS Code Extension:
🔗 https://t.co/nWbS7XVdsK
#NodeJS #VSCode #AI #JavaScript #Observability #WebSummit #DeveloperTools
🚀 The future of Node.js production debugging belongs inside the editor.
That's what the @NodeSource Team is building for Cursor, VS Code, Windsurf, and modern development environments.
See an alert. Investigate the issue. Find the root cause.
Without leaving your editor.
🧵👇🏼
Security isn't optional. @_rafaelgss walks through the latest Node.js security updates, CVEs to watch, and best practices to keep your Node apps protected.
Watch the talk recording! 👇
https://t.co/Tcgh66X9mF
Guess who's back? 👀
Node.js Interactive returns at RenderATL 2026.
Join maintainers, contributors, and developers for two days of talks on Node.js performance, security, AI tooling, infrastructure, and the real world challenges of running JavaScript at scale.
See you in Atlanta. Details: https://t.co/LkpGmKXxfa
New video on our YouTube channel! 🎬
✨ 6 Node.js 26 features that change how you write JavaScript.
English:
https://t.co/qTQtwUPLW1
Español:
https://t.co/zk5g22HVvU
#NodeJS#JavaScript#Node26
Node.js 26 adds Map.prototype.getOrInsert() ✨
No more:
⬢ map.has()
⬢ map.set()
⬢ extra boilerplate
Just:
“get it… or create it.”
Small feature. Massive cleanup 😮💨
This is your sign to upgrade for free 👀
https://t.co/BejyqBRyxB
#Nodejs#JavaScript
Are you currently hiring for a role that includes using Node.js? Reply with a link to the opening and any relevant context.
If you're not, we'd appreciate a repost for visibility 💚
Node.js 26.3.0 is out with a bunch of various fixes, and a new `process.permission.drop()` API (shoutout to @_rafaelgss)
Full changelog and download links: https://t.co/pWguILT1H8
⚡ Our first monthly newsletter is here!
This month's edition covers:
• Node.js 20 reaching EOL
• Node.js 26: Temporal, Undici 8, V8 14.6 & more
• The launch of N|Solid for Code Editors
• Google I/O 2026
• Claude Code & Anthropic + SpaceX
• Insights from OpenAI's Head of ChatGPT & Codex
• Web Summit Vancouver
• NodeConf EU
👇🏼 Read the full newsletter
https://t.co/22Y3Nr41sD
Why are Node.js developers still debugging production issues across 14 dashboards in 2026?
VSCode should already tell you:
⚠️ Process blocked for 274 ms
…and let you inspect:
⬢ runtime telemetry
⬢ CPU profiles
⬢ heap snapshots
⬢ what changed
directly inside the IDE.
That’s the direction we’re pushing with N|Solid ⚡
Explore the extension:
https://t.co/nWbS7XVdsK
🎤 NodeConf EU CFP is open!
Got something to share about Node.js, performance, or the ecosystem? Come speak in Bologna, Italy this fall.
Tickets are on sale now (blind batch already sold out, so don't sleep on it).
Submit + grab your spot:
https://t.co/Mfxlonpmqp
Node.js 26 adds Map.prototype.getOrInsert() ✨
No more:
⬢ map.has()
⬢ map.set()
⬢ extra boilerplate
Just:
“get it… or create it.”
Small feature. Massive cleanup 😮💨
This is your sign to upgrade for free 👀
https://t.co/BejyqBRyxB
#Nodejs#JavaScript
👵🏻 For more than 30 years, JavaScript developers learned to survive working with dates.
We normalized things like:
❌ new Date(2026, 0, 1) → January 😭
❌ new Date("2/3/2026") → wait... which date is this?
❌ date.setMonth(...) silently mutating objects
❌ timezone & DST bugs everywhere
❌ entire libraries just to handle time correctly
Then came:
• Moment.js
• date-fns
• Luxon
• Day.js
Each one trying to fix what JavaScript never solved natively.
Now, after 9 years of work at TC39, Temporal is officially part of ECMAScript 2026 — and enabled by default in Node.js 26 ⚡️
JavaScript finally has a modern date/time API built into the runtime itself.
We wrote the full story behind how we got here — from the rushed creation of Date in 1995 to Temporal becoming standard in 2026 👇🏼
https://t.co/1Prok5xQZR
#JavaScript #Nodejs #Temporal #TC39 #WebDevelopment
🎬 New video on our YouTube channel ✨
This time, we sit down with Adrian Estrada @edsadr — CTO at NodeSource, @openjsf Board Director, and organizer of @MedellinJS, @CityJSMedellin, @NodeConfCo and @jsconfco — to talk about the real challenges behind Node.js upgrades in production.
We cover:
• What the OpenJS Foundation actually does
• Why Node.js upgrades become difficult in production
• Common upgrade challenges in enterprise systems
• How the FREE assessment tool helps teams prepare
• Why NodeSource and OpenJS are working on this initiative together
Watch now 👇🏼
https://t.co/5JWeuLIuNs
More about the Node.js Upgrade Program:
https://t.co/yoRQFUilte
Another day, another Node.js release 😎
Node.js 24.16.0 is out! A few test runner features, `randomUUIDv7`, plus many more bug fixes and small improvements.
Full changelog and download links: https://t.co/rWsnHIlj26
Node.js 26.2.0 is out! ✨
`stream.compose` is now stable, `node:fs` integrates with the new `Temporal` API, and a fair load of bug fixes.
Full changelog and download: https://t.co/VglkTXqgNF
AI already lives inside VS Code.
So why does understanding a live Node.js application still require jumping into disconnected dashboards and monitoring tools?
That’s the idea behind N|Solid in the IDE ⚡️
Runtime telemetry, diagnostics, and security insights directly inside VS Code.
Read more 👇🏼
https://t.co/M8Dr4DDKbm
#Nodejs #VSCode