New Site is Live!
It was an exciting adventure to create a fresh look for my website. I tried to find the right balance between geeky retro design and modern styles. There is still room for improvements, and I'll make some adjustments on the part of visual effects in the upcoming days.
What is Event bubbling and its benefits
Event bubbling is a DOM mechanism where an event, like a click, starts on the target element that initiated it.
Debounce and Throttle
Debounce and Throttle are two techniques that are commonly used in such as autocomplete, drag and drop features to improve performance.