What I'm doing now

A short list of what I'm focused on at the moment. Inspired by nownownow.com; I'll update this every few months.

Building The Travel Project

Most of my time right now is going into The Travel Project, a distributed, serverless travel platform running entirely on Cloudflare Workers. The system includes a Next.js frontend (deployed via OpenNext), a Hono API backend handling auth and content management, a hotel booking service, and supporting microservices for backups, password hashing, and recommendations.

Day to day that means architecting across multiple Workers, managing D1 databases (identity, content, and ops), KV namespaces for caching and rate limiting, R2 buckets for media and ISR cache, queues for background tasks, and workflows for complex orchestration. The challenge is building a cohesive system from distributed primitives while keeping it fast, reliable, and maintainable.

Last updated: August 2026. See About for more about me.