Tag: node

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
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
Green node logo over blue background.

Advanced Next.js caching strategies

Dev

Learn request memorization, data cache, full route cache, router cache, plus cache invalidation and tools for your Next.js project.

Oyinkansola Awosan
Oct 29, 2024 ⋅ 12 min read
Building Microservices With Node.js

Building microservices with Node.js

Dev

Build scalable microservices with Node.js and MongoDB, understanding architecture differences, real-time data syncing, and inter-service communication.

Frank Joseph
Oct 22, 2024 ⋅ 5 min read
Build A REST API With Node.js, Express, And MySQL

Build a REST API with Node.js, Express, and MySQL

Dev

Build a REST API with Node.js, Express, and MySQL. This guide covers database setup, routing, and CRUD operations for backend development.

Geshan Manandhar
Oct 21, 2024 ⋅ 14 min read
Reading And Writing JSON Files In Node.js: A Complete Tutorial

Reading and writing JSON files in Node.js: A complete tutorial

Dev

This guide explores all of the options you have for reading and writing JSON files in Node.js, including third-party packages like jsonfile.

Joseph Mawa
Oct 18, 2024 ⋅ 11 min read
The Best Node.js Web Scrapers For Your Use Case

The best Node.js web scrapers for your use case

Dev

Discover some of the best Node.js web scraping libraries, including Axios and Superagent, and techniques for how to use them.

Juan Cruz Martinez
Oct 17, 2024 ⋅ 6 min read
Logos of VineJS and Zod side by side on a green leaf background, representing a comparison between these schema validation libraries.

VineJS vs. Zod for schema validation

Dev

Explore performance and features of VineJS and Zod for schema validation, with comparisons to other libraries like Yup.

Oghenetega Denedo
Oct 15, 2024 ⋅ 9 min read