Featured
Java Script
Spilling the Tea on Debounce & Throttle in JavaScript
Ever been on a website that just feels… slow? Like, you type in a search bar and the whole page stutters? Or you scroll, and it's super laggy? Lowkey, that's a major vibe kill. A lot of the time, the culprit is your code firing off a million events at once.