Displaying File Names for Multi-File Inputs with StimulusWhen you add a multi-file upload to a Rails form with Active Storage's has_many_attached, the browser's native file input shows something…
ReadHow I Stopped Running out of TokensThese days nearly all my engineering work runs through AI: analysis, design, coding, code review, debugging production issues, documentation…
ReadAudit a Rails Project with the Thoughtbot Audit SkillI maintain a small Rails app to power cookie-free page analytics, and search on this blog. It's been chugging along for about five years…
ReadBeyond Mocked Payloads: End-to-End Stripe Webhook TestingI work on a SaaS that uses Stripe to manage subscriptions and recurring payments. When a credit card fails at renewal, Stripe retries the…
ReadA Vanilla Routing ExperimentThere's something deeply appealing about vanilla JavaScript. In a world of constantly changing frameworks and build tools, I'm drawn to code…
Read