Category: Node.js

Node Js Get Total Number of System CPU Cores Tutorial

In this small yet profound guide, you will find out how to check the number of each CPU core available in your system with Node js.

How to Make a Discord Bot in Node.js

Let's make a simple Discord Bot from scratch with Node.js. Here's a step-by-step tutorial for beginners to get started and learn how to make a Discord Bot!

Build Crud API with Node.js, Express, and MongoDB

In this blog, We’ll be building a CRUD App with Node.js, Express, and MongoDB. We’ll use Mongoose for interacting with the MongoDB instance.

How to send an email with Node.js

Email is one of the most used tools for communication in web applications because it helps you reach your users directly and build your brand.

How to Install Node.js and NPM On Ubuntu 20.04

Node.js is a JavaScript runtime for server-side programming. It allows developers to create scalable backend functionality using JavaScript.