← Home
Writing
Things I've learned shipping software.
20 May 2026·6 min read
Building a GenAI Image Pipeline: Lessons from EchoAI
How we designed a BullMQ-backed ComfyUI pipeline to generate automotive visuals at scale — and what we learned about queue design, prompt engineering, and real-time UX.
GenAINestJSBullMQGCPArchitecture
10 Apr 2026·5 min read
How We Cut Frontend Load Time by 40% on a Vue 3 SaaS
A breakdown of the component architecture, lazy loading strategy, and Firestore query optimisations that delivered a 40% performance improvement on the Liqua platform.
Vue 3PerformanceFirestoreFrontend
28 Feb 2026·7 min read
Migrating 3 Years of IoT Data from SQL to Firestore Without Downtime
The strategy we used to move time-series IoT sensor data from a PostgreSQL database that was struggling with write volume to Firestore — without any service interruption.
FirestorePostgreSQLGCPData Migration