HHHumza Hasaninhumzahasan.hashnode.dev·Jan 24, 2024 · 2 min readGetting Started with Webpack — Part 1Introduction Welcome to a very beginner friendly blog to get started with Webpack with minimal code and least configuration jargons. We’ll start by setting up a basic project and getting familiar with the essentials. Setting Up Your Project Create a ...00
HHHumza Hasaninhumzahasan.hashnode.dev·May 12, 2022 · 2 min readError Boundaries In ReactWell hello! 👋 Let me give you some flashback of your favorite screen which you might have encountered while building of your React application Looks pretty familiar doesn't it ? Well to be honest, we all have have been here at some point of time, ...00
HHHumza Hasaninhumzahasan.hashnode.dev·May 11, 2022 · 2 min readCode Splitting In ReactIf you are someone like me who has just finished few projects in React and got his/her hand dirty with hooks, state management, etc. Your next stop should be performance. WHY ? I don't know about you but a slow website me make sometimes wanna do this...00
HHHumza Hasaninhumzahasan.hashnode.dev·Jun 17, 2020 · 2 min readGetting started with Git and Github###Steps for working on a new Project from scratch: Precondition: You have already created a Github repository to commit codes to. git init (Initialize git repository) git status (check for untracked and tracked files) git add . (for all files) or g...00
HHHumza Hasaninhumzahasan.hashnode.dev·Jun 7, 2020 · 3 min readAPI 101API or Application Programming Interface is a software intermediary that allows two applications to talk to each other. In simple words API is a software which helps you get your end result according to your need without worrying what process happens...00