Monthly Archives: March, 2020

Install Redis on Ubuntu 18.04

Install Redis on Ubuntu 18.04Redis is an in-memory key-esteem store known for its adaptability, execution, and wide language support. This instructional exercise exhibits how to introduce, design, and secure Redis on a...

Encryption and Decryption in NodeJS. encryption and decryption using AES256.

How to make encryption and decryption in NodeJS. encryption and decryption using AES256.A NodeJS module have inbuilt "CRYPTO" module for AES-256 encryption with random IV (initialization vectors). So Let's start, How to make...

Mongodb backup and restore | How to take backup and restore mongoDB database Linux 18.04

Mongodb backup and restore | How to take backup and restore mongoDB database Linux 18.04So, let's start the article for How to take backup and restore mongoDB database Linux 18.04. Prerequisites - Ubuntu 18.04...

How to fetch data from MsSQL in NodeJS

Here , We connect MsSQL database using NodeJS and ExpressJS as server.So, let's start the article for How to fetch Data from MsSQL in NodeJS. Before starting we need to two as pre-requriments....