
Node.js 24 is here: What’s new and what to expect - LogRocket Blog
May 20, 2025 · Discover what’s new in Node.js 24, including major features, improvements, and how to prepare your projects.
Node.js project architecture best practices - LogRocket Blog
Aug 30, 2024 · Understand best practices for structuring Node.js projects, such as separating roles using folder structures and practicing modular code.
node Archives - LogRocket Blog
Discover what’s new in Node.js 24, including major features, improvements, and how to prepare your projects.
How to use EJS to template your Node.js application
Mar 11, 2025 · EJS is a popular web template engine that most Node.js developers integrate with their favorite web frameworks to build complex, MVC, server-rendered web apps. Getting started with EJS …
10 Node.js 24 features you’re probably not using - LogRocket Blog
May 22, 2025 · The Node.js 24 release included significant updates. Explore 10 features you might not be using yet — but absolutely should be.
The Fetch API is finally stable in Node.js - LogRocket Blog
Jan 7, 2025 · Learn about the features and drawbacks of the Fetch API, which is now natively available in Node.js version 21.
How to set up TypeScript with Node.js and Express - LogRocket Blog
Mar 28, 2025 · Set up TypeScript with Node.js and Express, focusing on configuring key elements for a smooth development experience.
Leveraging parallel computing in Node.js - LogRocket Blog
Feb 13, 2025 · Use parallel computing in Node.js with worker threads to optimize performance, handle CPU-intensive tasks, and utilize multi-core processors.
Build a REST API with Node.js, Express, and MySQL
Oct 21, 2024 · Build a REST API with Node.js, Express, and MySQL. This guide covers database setup, routing, and CRUD operations for backend development.
Using the built-in SQLite module in Node.js - LogRocket Blog
Oct 10, 2024 · Learn how to use Node.js v22.5.0's built-in SQLite module in a project and the benefits for adding this feature in a runtime environment.