Skip to content
SELECTED WORKS

Engineering Artifacts

A curated collection of projects spanning AI inference, edge infrastructure, real-time systems, and developer tooling.

01
01
AI INFERENCE EDGE COMPUTE INFRASTRUCTURE

Edge AI Inference Gateway

A globally distributed inference gateway running on Cloudflare Workers, routing requests to the nearest Workers AI node. Supports streaming, model fallbacks, and per-route rate limiting with sub-20ms overhead at the 95th percentile.

< 18ms P95 LATENCY
TypeScript Cloudflare Workers Workers AI Hono Durable Objects
02
02

Realtime Collab Engine

WebSocket-based collaborative editor backed by Durable Objects. Conflict-free sync with operational transforms and persistent session state across edge nodes.

< 40ms SYNC LATENCY
Durable Objects WebSockets SvelteKit TypeScript
03
03

AI Portfolio CMS

Headless CMS built on D1 and R2, with a Hono API layer and SvelteKit frontend. Generates static previews at the edge via Browser Rendering.

< 2s BUILD TIME
D1 R2 Hono SvelteKit +1
02 2024

Wrangler Dev Companion

VS Code extension adding inline KV browsing, D1 query runner, and Workers log tail directly in the editor sidebar.

TypeScript VS Code API Wrangler
View project
03 2025

Vector Search API

Semantic search over product catalogs using Vectorize and Workers AI embeddings. Handles hybrid keyword + vector ranking.

Vectorize Workers AI TypeScript
View project
04 2024

Queue-Driven Mailer

Transactional email pipeline using Cloudflare Queues and Email Workers. Batch sends with per-user rate limiting and bounce tracking.

Queues Email Workers D1
View project
05 2025

Analytics Ingestion Pipeline

High-throughput event ingestion to Analytics Engine with schema-on-write validation and fan-out to R2 cold storage.

Analytics Engine R2 Hono
View project