A deep dive into the modern web development tools and design philosophies shaping my projects in 2025, including React, Supabase, and Material Design v3.
Debouncing is a technique used in web development to limit the rate at which a function is called. This post explains how debouncing works and how to implement it in JavaScript.