3 followers
I’m Pratik Sah, a proud Indian MERN stack developer who loves coding and a die-hard fan of Chelsea FC⚽. It was nice meeting you.
Subscribe to my newsletter and never miss my upcoming articles
Hi, welcome back. Last night I was making a video for my Javascript playlist and it was the last video of the playlist where I taught how to make a dictionary using vanilla javascript. Creating your own database for storing all the words and their me...
The year that gave us a lesson about how to live with oneself. It taught us not to play with nature because when the ball goes to nature's court, the game is out of control. The number of traffic accidents reduced significantly just because the road-...
Hooks are a new concept in React 16.8 (current version is 17.0.1 as on Nov 26, 2020). It helps us in using the state in your component without writing the class. This post will help you in getting started with Hooks in React Js. What is Hooks in Reac...
In my last post, we learnt how to use google sign-in in a PHP app and hope you all liked it. In this post, we are going to see how to log in with Google in a react app. All you need is Google API Credential and react-google-login package which you ca...
We all have used Google Login at some point of time whether in any android app or in any web app. It is one of the easiest ways to onboard any user into your app. You just need a single click and with your Google account, the user can easily login o...
Hi, welcome back. In this post, we are going to understand the basic concepts of SQL query and why it is very crucial for developers. Every developer at some point of time in his developer journey might have come across SQL. But before getting starte...