How to Implement “Sign in with Google” in Your MERN Stack App with JWTIn this Article, we will be integrating Google sign-in for registration or login purpose in our React application using the JWT…Jul 20, 2021Jul 20, 2021
Securing passwords with Bcrypt in Nodejs and MongoDBIn this article, I will explain how to secure user passwords with a bcrypt hashing algorithm.Jul 20, 2021Jul 20, 2021
Object and Companion object In KotlinThere are some keywords in each programming language that makes the lives of developers hard and In Kotlin the two keywords **object** and…May 28, 2021May 28, 2021
Null safety In KotlinOne of the most common pitfalls in many programming languages, including Java, is that accessing a member of a null reference will result…May 28, 2021May 28, 2021
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.Sep 4, 2020Sep 4, 2020