GBGene Bealinspillcoffee.hashnode.dev·Aug 13 · 9 min readOne captured Shopify order drove reproduce, fix, unit test and integration verifyA client’s Shopify storefront sends orders to a dropship manufacturer. Two things were wrong with that integration, and a request to fix one provided me the bandwidth to fix both. The ask was to fix c00
GBGene Bealinspillcoffee.hashnode.dev·Aug 11 · 11 min readTurning webhook pipes into MCP recipes.I had just added transformations to webhook captures, and I wanted to see how far that went on its own. A webhook lands in FlurryPORT, you reshape it on the way through, and it leaves looking like wha02S
GBGene Bealinspillcoffee.hashnode.dev·Aug 7 · 9 min readI internationalized my UI and forgot my MCP serverLast night one of my AI agents finished a cleanup in FlurryPORT and handed me one instruction: remove the old routing binding. Reasonable words. It got them from my own MCP implementation. I built the10
GBGene Bealinspillcoffee.hashnode.dev·Jun 19 · 4 min readFrom Crow's Nest to Home PortIn our last post, Listen and Learn, we made an unusual argument. Before you write a line of webhook-handling code, send a lookout up to the crow’s nest. Let AI spy the hooks coming in, intact, the rea00
GBGene Bealinspillcoffee.hashnode.dev·Jun 16 · 5 min readListen and learn In the past when starting a project against a well documented API I would scour the docs and cherry pick the services and webhooks that I felt were most relevant for my application. My goal would be t00