TGTomasz Gilinblog.tomaszgil.me·6d ago · 14 min readThrowaway by Design: Building a Regression Verifier with AgentsLast month I built a regression-testing harness for a single library upgrade — React Query v4 → v5 in one of the front-end apps I'm working on. It's about 800 lines of code across four packages. It ru10
TGTomasz Gilinblog.tomaszgil.me·Apr 27 · 12 min readOffline Support in Web Apps: Serving Images without the InternetImages are heavy. When you're building offline support, storing them alongside your application data is tempting — and eventually painful. I hit this wall building support for image attachments. The n00
TGTomasz Gilinblog.tomaszgil.me·Apr 1 · 8 min readOffline Support in Web Apps: Data Prefetching StrategiesDeciding how to approach offline support can be challenging, especially once you move beyond the basics. So far, I focused on persisting data that was already fetched as a result of user actions. This00
TGTomasz Gilinblog.tomaszgil.me·Mar 23 · 7 min readThe Agent-First Workflow: Building Software with AISoftware engineering is changing faster than most of us can comfortably adapt to. The capabilities of LLM models change almost monthly. New tools appear every week. Advice that felt solid three months00
TGTomasz Gilinblog.tomaszgil.me·Mar 17 · 7 min readOffline Support in Web Apps: Foreground Queue for Offline Mutations — Part 5This is the eighth post in my series about offline support in web applications and the fifth focused on the foreground queue. In the previous article, we covered error handling and retry strategies. A00