9 followers
I am a software developer at Microsoft, India working on Frontend Development using React and Redux.
Learn debouncing with real-life examples! ยท Debouncing is a simple concept made complicated. In literal sense, it means bouncing or delaying your work...
Why web accessibility? Web Accessibility is not only necessary but also legal in some parts of the world but that being said you should not just add...
Caching API calls is one of the most important aspects of a life of a frontend developer. And as you grow in your career, you must know some caching...
A step-by-step guide ยท If you have never used git before, there are high chances you would find it overwhelming to setup or initialize a git repo at...
Git is a ๐๐ข๐ฌ๐ญ๐ซ๐ข๐๐ฎ๐ญ๐๐ ๐ฏ๐๐ซ๐ฌ๐ข๐จ๐ง ๐๐จ๐ง๐ญ๐ซ๐จ๐ฅ ๐ฌ๐ฒ๐ฌ๐ญ๐๐ฆ which is free and open source. It records changes to your files over time,...
What? Event delegation is a pattern to handle events efficiently in JavaScript. The main idea is to reduce the number of event handlers on a webpage...