I am sharing my React Router V5 Notes as a blog. you can use this blog as a quick refresher of react-router. Bowser Router There are certain times...
In this article, we will be integrating Google sign-in for registration or login purpose in our React application using the JWT authentication...
In this article, I will explain how to secure user passwords with a bcrypt hashing algorithm. Hashing and Encryption The hashing algorithm is a...
One of the most common pitfalls in many programming languages, including Java, is that accessing a member of a null reference will result in a null...
What is ‘THIS’ Behaviour JavaScript? One of the keywords in JavaScript is ‘this’ and it can give you a hard time if you don’t understand it well. The...
There are some keywords in each programming language that makes the lives of developers hard and In Kotlin the two keywords object and companion...