Ateev DuggalUnderstanding the Concept of Prefix Sum ArrayA prefix sum array, also known as a cumulative sum array, is a derived array that stores the cumulative sum of elements in a given arrayJul 10, 20231Jul 10, 20231
Ateev DuggalUnderstanding Event Bubbling in JavaScript and Its WorkingUnderstanding the concept of event bubbling in JavaScript is crucial for developers to create dynamic and efficient web applications…Jun 3, 2023Jun 3, 2023
Ateev DuggalHow to Detect a Click Outside of a React Component using Hooks?As web developers, we may come across situations where we might have to detect when a user clicks outside of a specific element, such as a…May 26, 2023May 26, 2023
Ateev DuggalHow to Implement Infinite Scrolling in React using HooksLearn how to implement infinite scrolling in React by making a custom hook for the same in ReactMay 2, 2023May 2, 2023
Ateev DuggalHow to build a Movie App in React using TMDB APIReact Movie App or Movie App in React is a fun project that every React developer should make once, in order to improve/ enhance/ polish…Mar 27, 2023Mar 27, 2023
Ateev DuggalA Guide to React Context API and useContext hookReact Context API was introduced a while ago with React version 16.3. It was mainly introduced to solve one of the major problems that…Feb 17, 2023Feb 17, 2023
Ateev DuggalExplaining TreeMap in Java in Simple EnglishTreeMap In Java, Just Like The HashMap, Is Part Of The Java Collection Framework. It Is A Red-Black Tree-Based Implementation Of The Map…Nov 5, 2022Nov 5, 2022
Ateev DuggalinJavarevisitedCount the number of Trailing Zeros in the Factorial of a Given Number.Given a number, find the number of Trailing Zeros in the factorial of the given numberSep 15, 20221Sep 15, 20221
Ateev DuggalHow to Merge Two Sorted ArraysIn This Blog, We’re Going To Learn How To Merge Two Sorted Arrays Into A Single Sorted Array Using Different Approaches Like Insertion…Sep 11, 2022Sep 11, 2022
Ateev DuggalExplaining Selection Sort Algorithm in Simple EnglishSelection Sort Algorithm Is An In-Place Comparison-Based Sorting Algorithm That Sorts The Array By Repeatedly Finding And…Sep 5, 2022Sep 5, 2022