Encryption and Decryption of a string with PIN using window.cryptowindow.crypto is used to encrypt and decrypt string in the browser itself using a IV(Initialization Vector) and a PIN.Mar 3Mar 3
Guide for open-source contribution.Hey, let’s see how you can contribute to open-source projects on Github.Dec 30, 2024Dec 30, 2024
MongoDB Cheat Sheet.Before getting started, let’s start the MongoDB server on your machine.Dec 30, 2024Dec 30, 2024
Creating API Key Authentication to secure your APIs in Node.jsAPIs (Application Programming Interfaces) allow applications to communicate and exchange data. However, securing your API is crucial to…Dec 22, 2024Dec 22, 2024
How Frontend and Backend are Connected TogetherHello everyone! In this blog, we will understand how to connect a React.js frontend with a Node.js + Express.js backend.Dec 18, 2024Dec 18, 2024
Guide to connect a windows machine to another windows machine using SSH.Let’s name the 2 machines WM1and WM2 which means windows machine 1 and windows machine 2.Dec 16, 2024Dec 16, 2024
Git for Beginners.Git is a version control system, it basically means that it is a tool that is used in development to store your project file and folders…Dec 15, 2024Dec 15, 2024
Crate a custom command in linux/bash:Here are a few basic steps that you can follow to write your own custom command in bash.Apr 28, 2024Apr 28, 2024