notes
DevelopmentTeachingSnippetsCheat Sheets

Navigation

  • Snippets
  • Debounce and Throttle
~/snippets$

Snippets

Small, copy-ready fragments you reach for again and again.

~1 min read updated Jul 17, 2026 Snippets

Short, reusable code fragments worth keeping close — the kind you rewrite from memory but shouldn’t have to.

In this section

Snippets·1 min

Debounce and Throttle

Two tiny functions to control how often a handler runs — with the difference explained.

  • #javascript
  • #performance
  • #snippets
  • #events

How to Collaborate on GitHub

Create one repository, push your project, and add your teammates as collaborators so the whole team can work on the same code.

Debounce and Throttle

Two tiny functions to control how often a handler runs — with the difference explained.

Related notes

Development·1 min

Development

Teaching·1 min

Teaching

Cheat Sheets·1 min

Cheat Sheets

Templates·1 min

Templates

notes

a second brain — a place to keep everything worth remembering.

DevelopmentTeachingSnippetsCheat SheetsTemplatesTroubleshooting Tags
built 2026-08-01 · nuxt · content · static all systems nominal