Writing
Blog & Notes
Case studies, tutorials, and notes on building production software — written for engineers who care about the details.
Explore
All Posts
Type
Tags
Series
3 posts
Series: master golang concepts (Part 1 of 2)
✓case-study
How Channels Make Async Events Natural in Go
Go channels aren't just for goroutine communication — they're the backbone of building clean async event systems without callback hell.
Series: master golang concepts (Part 2 of 2)
✓tutorial
Building a Task Scheduler with Go Channels and Select
The select statement is Go's secret weapon for building schedulers. Here's how to build a production-ready task scheduler using channels.
✓learning-notes
Vue 3 Learning Notes: Composition API, Reactivity, and Patterns I Use Daily
Key takeaways from working with Vue 3 daily — Composition API, reactive systems, and practical patterns that stuck.