Writing
Thoughts on development, design, and building products.
The Git Fetch Error That Opened My Eyes to How Git Really Stores Branches
A casual deep dive into a confusing git fetch error, and the mental model that finally made Git branch storage click.
What is Event Propagation & Event Delegation in JavaScript?
A deep dive into how events flow through the DOM — exploring bubbling, capturing, the target phase, and how event delegation makes your code more efficient.