How to Build an Authentication API with JWT Token in Node.jsIn this blog, we will learn how to use the JWT token in Nodejs to secure the endpoints and even authenticate users. What is authentication and authorization Authentication and authorization are used in security, particularly when getting access to a ...Nov 13, 2022·8 min read
The beginner's guide to Git & GitHubWhat is Git? Git is a free, open-source version control software. This basically means that Git is a content tracker. So Git can be used to store content — and it is mainly used to store code because of its other features. Real-life projects genera...Jul 23, 2022·6 min read