The Observer APIs You’re Probably Ignoring — But Shouldn’t! 🚀Web development is evolving fast, and if you’re still relying on outdated event listeners for things like scroll detection, DOM changes…Apr 2Apr 2
Published inJavaScript in Plain EnglishTypeScript Face-Off: Why You’re Using type and interface All Wrong!The type vs interface debate is over! 🎯 Here’s the final verdict every TypeScript dev must know!Mar 31A response icon1Mar 31A response icon1
How I am starting as a solopreneurTransitioning from a Full time Software Contractor to a SolopreneurNov 6, 2024Nov 6, 2024
My Journey from 4 LPA to 1Crore+ as a Software EngineerFrom Fresh Start to Financial Independence: How I Went from Earning INR 30,000/Month to Over 1 Crore Annually in 8 YearsNov 5, 2024A response icon1Nov 5, 2024A response icon1
4 Simple Tips for Cleaner React ComponentsWhen working on a React project, writing clean and maintainable code is crucial for the long-term success of the application. Whether…Aug 14, 2024A response icon1Aug 14, 2024A response icon1
Published inStackademicWhy Does useEffect Trigger Twice? The Empty Array Trick Failed Me!In React, the useEffect hook is essential for handling side effects in functional components. However, many developers face a common issue…Jul 1, 2024A response icon1Jul 1, 2024A response icon1
useEffect & setState — The infinite loop!Have you ever found yourself in a puzzling situation where changing the state within a useEffect in React leads to an endless cycle of…Sep 6, 2023Sep 6, 2023
Published inJavaScript in Plain EnglishTypeScript Generics: Quick Tips and Tricks!TypeScript generics are a powerful feature that allows you to write flexible and reusable code by parameterizing types and functions.Sep 5, 2023A response icon1Sep 5, 2023A response icon1
Published inJavaScript in Plain EnglishHow to create a polyfill for call, apply and bindOne of the popular interview question among the interviewers is to create a polyfill for call, apply or bind function. In this article, we…Aug 23, 2021A response icon3Aug 23, 2021A response icon3
Published inJavaScript in Plain EnglishTwo-way data binding in Vanilla JavaScript without Angular or ReactWe have often seen two-way data bindings in frameworks like Angular & React. This article will explain you to implement your own two-way…Aug 21, 2021A response icon7Aug 21, 2021A response icon7