Backend Developer in Node.Js (exploring new tech )
I am just looking for a Internship opportunity in software development having beginners to intermediate knowledge of the skills mentioned
What is JWT Authentication and Why to use JWT Authentication? Before we begin let's understand what is a JWT. So JWT, which stands for JSON Web Token, is an open standard for securely sharing JSON data between parties. The data is encoded and digital...

Understanding Promises 馃 Before the widespread adoption of async/await, Promises served as the primary solution for managing asynchronous tasks in JavaScript. A Promise in JavaScript acts as a representation of the eventual completion or failure of ...
