Tag: node

Building a Simple Login Form with Node.js

Building a simple login form with Node.js

Dev

In this tutorial, we will learn how to build a simple login form to register and sign in users using Node.js.

Kingsley Ubah
Mar 29, 2023 ⋅ 7 min read
Headless Browser Testing Guide

Headless browser testing guide

Dev

Explore fast, lightweight headless testing tools: PhantomJS, Puppeteer, Headless Chrome, Nightmare, Selenium, Playwright, and Cypress.

Yomi Eluwande
Mar 20, 2023 ⋅ 12 min read
Top Tools Node.js Monitoring

Top 6 tools for Node.js monitoring

Dev

Learn about top tools for Node.js monitoring. Identify and address issues faster for enhanced reliability and improved UX.

Pascal Akunne
Mar 17, 2023 ⋅ 6 min read
Unit Integration Node JS Unit Test

Unit and integration testing for Node.js apps

Dev

Testing allows you to verify that changes to a project don’t break its expected behavior. We demo running unit and integration tests in a Node.js application with Express using Mocha, Chai, and Sinon.

Andrew Evans
Mar 15, 2023 ⋅ 12 min read
Password Hashing in Node.js With Bcrypt

Password hashing in Node.js with bcrypt

Dev

Data breaches can cause damage worth millions, this article will show you how to use password hashing with the bcrypt library in Node.js.

Harsh Patel
Mar 13, 2023 ⋅ 6 min read

A guide to Node.js design patterns

Dev

Learn more about design patterns, like the factory method pattern, the singleton pattern, and the builder pattern you can start using in your code right now.

Fernando Doglio
Mar 10, 2023 ⋅ 21 min read
Migrating TS-Node Bun

Migrating a TypeScript app from Node.js to Bun

Dev

See how easy it is to port a TypeScript app from Node.js to Bun. Compare the performance of Bun vs. Node.js.

John Reilly
Mar 10, 2023 ⋅ 6 min read
Using Helmet With Node Js To Secure Your Application

Using Helmet in Node.js to secure your application

Dev

Learn how to integrate Node.js with Helmet to improve security by safeguarding HTTP headers returned by a Node.js app.

Antonello Zanini
Mar 8, 2023 ⋅ 9 min read
Communicating between Node.js microservices with gRPC

Communicating between Node.js microservices with gRPC

Dev

Learn how to use gRPC to communicate between Node.js microservices and test those connections with Postman in this post.

Shalitha Suranga
Feb 24, 2023 ⋅ 10 min read
Node.js Framework Alternatives Express.js

Forget Express.js — opt for these alternatives instead

Dev

Don’t just default to the familiar Express.js — here are some alternative Node.js frameworks that are worth exploring.

Standard Liv
Feb 24, 2023 ⋅ 8 min read
Getting started with fnm, a Rust-build Node.js version manager

Getting started with fnm, a Rust-built Node.js version manager

Dev

Learn how to install and use fnm, a fast, Rust-built version manager for Node.js and competitor to Volta and nvm.

Hussain Arif
Feb 21, 2023 ⋅ 4 min read
Node.js child process: How to launch external programs

Node.js child process: How to launch external programs

Dev

Learn how to use Node.js child_process modules to move CPU-bound and memory-intensive tasks off the main thread to improve app efficiency.

Stanley Ulili
Feb 14, 2023 ⋅ 13 min read