Blog
Thoughts on Software Engineering, AI, and building products.
The Complete Browser Rendering Guide for 2026: Compositor, Property Trees & 120Hz Performance
Master browser rendering internals to build 120Hz smooth web experiences. Understand the Compositor Thread, Property Trees, and why some CSS is fast while other CSS kills performance.
#browser-rendering#web-performance#frontend-optimization
It’s Not You, It’s the Model: Why Perfect Prompts Still Fail
A technical deep-dive into why the "Gold In, Gold Out" rule breaks in Generative AI. Here I discuss six silent killers that cause even the perfect prompts to fail.
#GenerativeAI#LLM#PromptEngineering
Stop Chasing Ghosts: Why I Built a "CSI" Unit for My Kubernetes Cluster
Check out my latest project, the Kube Forensics Controller: a CSI unit for k8s clusters.
#kubernetes#debugging