Building Scalable APIs with Node.js and TypeScript
In this post, we’re gonna break down how to build scalable APIs using Node.js and TypeScript without overcomplicating things.
In this post, we’re gonna break down how to build scalable APIs using Node.js and TypeScript without overcomplicating things.
unsupported Node.js versions leave your applications vulnerable to security risks, performance issues, and compliance violations.
Today, we're announcing a key change to how we serve and support our Node.js binary distributions, and it comes with something new: Extended Support.
Imagine getting deep, real-time insights into your Node.js applications without touching a single line of your business logic.
In this guide, you’ll learn everything you need to know about worker threads—how they work, when to use them, how to implement them
At NodeSource, we're excited to unveil a new feature in the N|Solid platform that takes Node.js application performance to a new level: N|Sentinel
We're excited to share the latest N|Solid Runtime release for May 2025.
Node.js 24 has officially landed! This release brings some exciting improvements to JavaScript developers, making Node.js faster, more capable,
our latest release bringing an exciting wave of new features, critical improvements, and behind-the-scenes optimizations.
With a range of observability and APM tools available, choosing the right one for your stack and team can be challenging but it can save you hours
Libuv is one of the most crucial components behind Node.js, yet many developers aren't fully aware of its role in enabling asynchronous I/O operations.
Node.js is designed to be asynchronous and non-blocking, making it highly efficient for handling multiple operations at once.