NodeSource
@NodeSource
NodeSource is the safest and most secure #nodejs platform. Secure. Reliable. Connected. Node.js.
When it comes to microservices communication, the debate between REST and RPC/GRPC is ongoing. While REST is widely adopted for its simplicity and statelessness, RPC/GRPC offers performance benefits and strong typing with Protocol Buffers. Learn more: blog.dreamfactory.com/grpc-vs-rest-h…
Totally agree. Maintaining dual ESM/CJS support feels like dragging technical debt forever. At this point, CJS is the IE6 of Node.js, holding everyone back for the sake of legacy. Time to rip the band-aid off and go full ESM. 😉
Once again fighting edge cases coming from dual ESM/CJS packages. If you are a maintainer it is time to get rid of CJS, even if you piss the 1% of your users. Supporting CJS at this point is basically supporting no longer maintained node versions, it's like trying to support IE6
Check deep insights in your Node.js apps with process.traceEvents! Emit low-overhead, machine-readable events (timestamps, pids, tids) for Chrome DevTools, Perfetto or OpenTelemetry. Learn more: dev.to/devopsfundamen…

Have you seen the proposal to shift Node.js to Annual Major Releases and Shorten LTS Duration? Weighing the pros / cons: faster innovation vs. stability & migration effort. Let us know how would a yearly cadence impact your team: #NodeJS #LTS #Release github.com/nodejs/Release…
NODE.JS + MONGODB INTEGRATION. 📘 For a complete MongoDB ebook with practical explanations, real-world project examples, and guided learning, grab it here: ➡ codewithdhanian.gumroad.com/l/eorxyd
Have you tried this? Let us know!
This is 🤯, but PHP can now run in, blend with Node.js. blog.platformatic.dev/seamlessly-ble…
If I had to start over with Node.js now, here's what I'd learn: - Modern JavaScript (ES Modules, async/await) - npm & dependency management - Error handling & debugging - Streams & Event Loop - Performance profiling - Security best practices What would you add?
Still running Node.js unsupported versions on RHEL 7 or Ubuntu 18.04? Upgrading isn’t always easy, but security cannot wait. Watch how NodeSource Extended Support keeps your apps safe without a risky migration:
📣 Introducing NodeSource Extended Support 📣 Unsupported Node.js versions leave your applications vulnerable to security risks, performance issues, and compliance violations. We deliver security for organizations that can’t upgrade immediately. nodesource.com/blog/security-…
New release of bench-node! v0.8.0 * Add a pretty reporter * Baseline support for comparison * Exporting Types * All tests are run on a dedicated machine sponsored by @NodeSource * And more... github.com/RafaelGSS/benc…
🚨 Node.js Security Updates Released (July 15, 2025) High severity fixes for: • path.normalize() Windows device names bypass (CVE-2025-27210) • HashDoS in V8 (CVE-2025-27209) Affects: 20.x, 22.x, 24.x Update now: nodejs.org/en/blog/vulner… #NodeJS #Security
Parsing 1 Billion Rows in TypeScript Under 10 Seconds! This incredible feat highlights the capabilities of modern programming techniques and the importance of optimizing performance. Curious to learn more about the methods used? Check it out: taekim.dev/writing/parsin…

We're moving! 🚀 Our Node.js binary distributions have a new home with #NodeSource Extended Support! Get a more intuitive experience, centralized docs, and crucial support for legacy systems. No breaks, just better! Learn more: nodesource.com/blog/nodesourc…
If you want to follow the discussion about the schedule on major releases on Node.js, don't miss this:
📣 Follow the discussion: #Nodejs may move from biannual to yearly major releases to simplify support and ease maintainer workload. 📆 LTS could go from 30 to 24 months 🧩 Odd/even release lines may be unified 🙏 Thanks to @_rafaelgss for the proposal! github.com/nodejs/Release…
Ready to build your own AI chatbot? Check out this advanced guide on integrating GPT with Express! Enhance user engagement and personalize interactions like never before. Read more: dev.to/nitin-rachabat…
10 Performance Tips for Scaling Your Node.js API: These insights will guide you in enhancing your application's responsiveness and efficiency. Don't miss out on the opportunity to elevate your Node.js skills! Discover the tips here: dev.to/momina_ayub/10…