Articles
Engineering notes on the tools and techniques I use day-to-day.
February 10, 2026·5 min read
Building Geo-Aware Search with Algolia and Next.js
A practical guide to implementing location-based filtering in a directory app — from Algolia geo indices to the UX decisions that actually move conversion.
Algolia
Next.js
Search
UX
February 1, 2026·5 min read
AI Workflow Automation with n8n and the OpenAI API
How we cut an agency's RFP turnaround time by 80% using n8n orchestration, structured OpenAI outputs, and careful prompt engineering.
AI
Automation
OpenAI
n8n
January 15, 2026·6 min read
Building Multi-Tenant SaaS Platforms with Next.js and Prisma
Hard-won lessons from shipping three separate web apps in 16 months — schema design, row-level isolation, and keeping Stripe subscriptions sane across tenants.
Next.js
Prisma
SaaS
PostgreSQL