📄️ A Dev Workflow Story
This page discusses how to view a local development site on a physical phone using IP addresses, and explores solutions for accessing the development environment from public networks, including tunneling services and VPNs.
📄️ JSON to PDF
Finding elegance in a task I was NOT looking forward to
📄️ Clean Logs. Dirty Bugs.
I silenced Django’s migration logs for a cleaner dev experience and unintentionally broke my entire tool. Here’s the story, the bug, and the fix.
📄️ When Validation Lives Between Objects
A process story about discovering that some invariants only emerge when data is projected and ordered, and why object-level validation can hide relational correctness.