Articles
Technical case studies, debugging deep-dives, and engineering write-ups.
Untangling my first Power Automate Nightmare
I inherited a purchase order workflow that crashed browsers. The original hardcoded every approval path. 3GB of RAM on the tab. I rebuilt it with JSON configuration and loops.
Building a Job Board Scraper That Doesn't Suck
I got tired of manually refreshing career pages, so I built a configurable tool to track job postings and notify me when something changes.
Why Samsung Smart TVs Drop Authentication Headers on Video Streams
A debugging journey through undocumented device behavior. How I discovered that Tizen's media player doesn't share the browser's session state; and how to work around it.