6 days agoDeploy your React App with Firebase HostingHost a React based website free of cost with Firebase Hosting : Yes you read it right “Free of Cost” , now you can host your website using Firebase Hosting service without paying anything, as long as your usage does not exceed those Free Hosting Parameters. And believe me for a beginner this is more than enough. When your website become popular…React4 min read
May 13Life at 21How do you know that you are growing up? I think it has something to do with being more independent. Having autonomy over your own life, and taking responsibility for how you spend your time and energy. Inevitably, your attention starts to shift. You focus less on what other people…3 min read
May 9MEAN vs MERN Stack DevelopmentMEAN is a highly popular technology stack, and it’s a full-stack. “MEAN” is an abbreviation and the letters stand for MongoDB, Express.js, Angular, and Node.js, respectively. Programmers use this stack to develop web apps. …Mern Stack4 min read
Apr 5An Easy Way to Understanding React useReducer HookAn Easy Way to Understanding React useReducer Hook Hi Everone, this is my 1st Article regarding React Hooks. Here I am going to explain a very important and useful topic: React Hooks. This will be a brief explanation about useReducer Hook. 1st question will come to our mind … What is the useReducer hook? useReducer is usually preferable…React2 min read
Apr 4Beautify Your GitHub Profile like a ProBeautify Your GitHub Profile like a Pro If you have ever used GitHub, you must have come across some impressive-looking profiles and thought “Damn! I want my profile to look like that.” Well, this article will help you with precisely that. 1. Add a ReadMe This is simply the easiest way to boost the visual appeal of your profile many folds…Git3 min read
Apr 320 Git Commands Every Developer Should Know20 Git Command I Use All The Time — Git CheatSheet — In this article, I just want to lay down a quick cheat sheet. . Recently, for various System Design projects, I have been collaborating with different technologies. There are a few commands that have become a staple for me. So let’s get started: 1. git init This command is used to initialize…Github4 min read