What is Event bubbling and its benefits 10 Mar 2025 3 min read JavaScript & Typescript Event bubbling is a DOM mechanism where an event, like a click, starts on the target element that initiated it.
Debounce and Throttle 09 Mar 2025 6 min read JavaScript & Typescript Debounce and Throttle are two techniques that are commonly used in such as autocomplete, drag and drop features to improve performance.