Tag: node

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
Using The Built-In SQLite Module In Node.js

Using the built-in SQLite module in Node.js

Dev

Node.js v22.5.0 introduced a native SQLite module, which is is similar to what other JavaScript runtimes like Deno and Bun already have.

Amazing Enyichi Agu
Oct 10, 2024 ⋅ 12 min read
Comedy and tragedy masks symbolizing Playwright Extra's ability to extend Playwright with customizable plugins for both stealth and interactive browser automation tasks.

Playwright Extra: Extending Playwright with plugins

Dev

Use Playwright Extra, which provides plugins for CAPTCHA solving, proxy management, and stealth browser features.

Antonello Zanini
Oct 8, 2024 ⋅ 9 min read
Password Hashing In Node.js With Bcrypt

Password hashing in Node.js with bcrypt

Dev

Convert plaintext passwords into password hashes using the bcrypt library to protect sensitive user information.

Harsh Patel
Oct 1, 2024 ⋅ 7 min read
Understanding UUIDs In Node.js

Understanding UUIDs in Node.js

Dev

Consider using UUID alternatives `cuid2` and `nanoid` when generating unique identifiers in your Node.js app for more security.

Ukeje Goodness
Sep 24, 2024 ⋅ 8 min read
A Guide To Using Node On Windows With Chocolatey

A guide to using Node on Windows with Chocolatey

Dev

Use Chocolatey to install packages and software and deploy packages right from the Windows terminal.

Chime Princewill
Sep 23, 2024 ⋅ 3 min read