Tag: node

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
Node.js logo in green hexagon over a colorful abstract background with pink and blue tones.

Node.js performance hooks and measurement APIs

Dev

You’ve written and deployed your application and gathered users – congrats! But what’s next? Improvements, getting rid of bottlenecks, increasing […]

Yashodhan Joshi
Sep 23, 2024 ⋅ 9 min read
Enhance Your Workflow With Node-RED V4.0

Enhance your workflow with Node-RED v4.0

Node-RED is a software development tool that provides a browser-based editor that makes it easy to automate flows for building IoT services.

Emmanuel John
Sep 17, 2024 ⋅ 7 min read
Node.js Project Architecture Best Practices

Node.js project architecture best practices

Dev

Understand best practices for structuring Node.js projects, such as separating roles using folder structures and practicing modular code.

Piero Borrelli
Aug 30, 2024 ⋅ 13 min read

How to implement Coolify, the self-hosted alternative to Heroku

Dev

If you’ve been active on Twitter or Reddit lately, you’ve likely seen discussions surrounding Vercel’s pricing model, which has turned […]

David Omotayo
Aug 28, 2024 ⋅ 15 min read
7 Ways to Improve Node.js Performance at Scal

7 ways to improve Node.js performance at scale

Dev

In this guide, we’ll explore data handling methods you can use to enhance Node.js performance, how to achieve load balancing to manage more connections, and other ways you can leverage Node’s performance capabilities to write efficient applications that your users will love.

Idorenyin Obong
Aug 14, 2024 ⋅ 8 min read
Multer: Easily Upload Files With Node.js And Express

Multer: Easily upload files with Node.js and Express

Dev

Implement the Multer library for creating forms that contain multipart data such as text inputs and files.

Dillion Megida
Aug 2, 2024 ⋅ 9 min read

Building a LeetCode-style code evaluator with isolated-vm

Dev

Running untrusted code in a JavaScript environment like Node.js has always posed serious risks. Node has access to the network […]

Rahul Padalkar
Aug 2, 2024 ⋅ 7 min read