Tag: node

Leveraging Parallel Computing In Node.js

Leveraging parallel computing in Node.js

Dev

Use parallel computing in Node.js with worker threads to optimize performance, handle CPU-intensive tasks, and utilize multi-core processors.

David Omotayo
Feb 13, 2025 ⋅ 8 min read
fetch API stable node js

The Fetch API is finally stable in Node.js

Dev

Learn about the features and drawbacks of the Fetch API, which is now natively available in Node.js version 21.

Elijah Asaolu
Jan 7, 2025 ⋅ 7 min read
Deno logo over an orange background

How to migrate your Node.js app to Deno 2.0

Dev

Deno is a popular JavaScript runtime, and it recently launched version 2.0 with several new features, bug fixes, and improvements […]

Yashodhan Joshi
Dec 17, 2024 ⋅ 7 min read
Npm Vs. Npx: What’s The Difference?

npm vs. npx: What’s the difference?

Dev

Explore use cases for using npm vs. npx such as long-term dependency management or temporary tasks and running packages on the fly.

Fimber Elemuwa
Dec 3, 2024 ⋅ 5 min read
How To Switch Node.js Versions With NVM

How to switch Node.js versions with NVM

Dev

Use NVM, Node Version Manager, to switch between Node.js versions, simplifying your development process.

Precious Luke
Nov 20, 2024 ⋅ 6 min read
Robot pretending to be a person.

Using curl-impersonate in Node.js to avoid blocks

Dev

Bypass anti-bot measures in Node.js with curl-impersonate. Learn how it mimics browsers to overcome bot detection for web scraping.

Antonello Zanini
Nov 20, 2024 ⋅ 13 min read
Task Scheduling and cron Jobs in Node Using node-cron

Scheduling tasks in Node.js using node-cron

Dev

From basic syntax and advanced techniques to practical applications and error handling, here’s how to use node-cron.

Godwin Ekuma
Nov 12, 2024 ⋅ 7 min read
Forget Express.js — Opt For These Alternatives Instead

Forget Express.js — opt for these alternatives instead

Dev

Explore how Express.js is used to build web applications and use cases when it makes sense to use an Express.js alternative like Hapi or Koa.

Standard Liv
Nov 11, 2024 ⋅ 10 min read
How to set up TypeScript with Node.js and Express

How to set up TypeScript with Node.js and Express

Dev

Explore how to integrate TypeScript into a Node.js and Express application, leveraging ts-node, nodemon, and TypeScript path aliases.

Aman Mittal
Nov 7, 2024 ⋅ 10 min read
Solving The Node.js Console.Time Is Not A Function Error

Solving the Node.js console.time is not a function error

Dev

Explore the two variants of the `console.time is not a function` error, their possible causes, and how to debug.

Joseph Mawa
Nov 1, 2024 ⋅ 6 min read
Best HTML To PDF Libraries For Node.js

Best HTML to PDF libraries for Node.js

Dev

We investigate and compare four popular HTML to PDF libraries for Node.js applications: Puppeteer, jsPDF, PDFKit, and pdfmake.

Oyinkansola Awosan
Oct 31, 2024 ⋅ 8 min read
Purple background with different connections between icons for an article about building Node.js modules with Rust and NAPI-RS.

Building Node.js modules in Rust with NAPI-RS

Dev

NAPI-RS is a great module-building tool for image resizing, cryptography, and more. Learn how to use it with Rust and Node.js.

Rahul Padalkar
Oct 30, 2024 ⋅ 7 min read