PinnedStreamlining React Component Development with a Custom CLIReact has become one of the most popular JavaScript libraries for building user interfaces. As a React developer, I often found myself spending valuable time manually creating components and managing CSS modules. The lack of consistency and repetitiv...Jun 24, 2023·3 min read·127
Let's create a dictionary with vanilla javascriptHi, 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...Jan 20, 2021·8 min read·1.4K
Getting started with useState hook in React JSHooks 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...Nov 26, 2020·4 min read·167
Login with Google in React JSIn 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...Nov 4, 2020·9 min read·818
Login with Google in a PHP web appWe 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...Oct 15, 2020·8 min read·427
Understanding the basic concepts of CRUD in SQLHi, 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...Oct 11, 2020·7 min read·118
Host your static sites for free on GithubYou might have created a personal portfolio or a web app which you want to host online and might want to show off to your friends but never could because you don't have it online? Well, all your worries now come to an end as we'll be learning how to ...Sep 22, 2020·5 min read·84