Some time ago, I was building a chat application using AWS Websocket API gateway. Things were going smoothly. I created a WebSocket API Gateway, added $connect, $disconnect, and sendMessage/addGroup routes. From the frontend (React) side, everything was fire-and-forget. You send a message, and the onMessageHandler takes care of it 💪🏼 But then a new requirement of uploading files using S3 signed
This is part 3 of a series on building MetaBulkify, a Shopify app for bulk editing metaobjects via CSV. Part 1: Excel data corruption and GID/handle resolution Part 2: Shopify platform traps (scopes, throttling, dev store billing) This post is about two things: how I build software as a solo developer with AI, and how I designed pricing to let users try the app properly before committing. I have a
I recently shipped MetaBulkify, a Shopify app for bulk editing metaobjects via CSV. (Part 1 covers the metaobject-specific challenges.) The metaobject stuff was hard, but the Shopify platform stuff was harder. Here are three traps that aren't obvious from the docs. Week 1 of development. Nothing works. metaobjectDefinitions query returns an empty array. No error message. Just... nothing. The probl