Month: November 2020

How to Create an HTTPS Server in Node.js

Introduction: HTTPS stands for “HyperText Transfer Protocol Secure” and is an encrypted version of the HyperText Transfer Protocol (HTTP) used to access web pages. HTTPS is used to ensure that the communication between the web server and the client (your web browser) is secure and private. It does this by encrypting the data that is

Read more

Run Node.js scripts from the command line

Introduction In this short article you will learn how to run a Node.js script file from the command line. To run a .js file Node.js must be installed on the system. The basic way to run a Node.js script is to run the node globally available command and pass the name of the file you want to

Read more

Node.js Security Best Practices

Introduction Node.js has become one of the most popular platforms for building scalable and efficient web applications. With its powerful features and flexible architecture, Node.js offers a lot of benefits to developers. However, with great power comes great responsibility, and security is a critical aspect of any Node.js application. In this blog, we’ll cover some

Read more

NoSQL Databases: What are They and Why Use Them?

Introduction When it comes to data storage, there are a few different options to choose from. You can go with a traditional RDBMS (Relational Database Management System), which uses tables and relationships to store data. Or you could go with a Document Store, which stores data as self-contained documents. And then there’s the NoSQL category,

Read more

Please disable your adblocker or whitelist this site!

How to whitelist website on AdBlocker?

How to whitelist website on AdBlocker?

  1. 1 Click on the AdBlock Plus icon on the top right corner of your browser
  2. 2 Click on "Enabled on this site" from the AdBlock Plus option
  3. 3 Refresh the page and start browsing the site