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
Prompt Flow
A structured workflow for working with AI that emphasizes planning, review, and understanding before implementation.
Debounce and Throttle
Two tiny functions to control how often a handler runs — with the difference explained.