Web Development
Backend
APIs and server-side systems built to be reliable, maintainable, and fast enough to stop being a concern.
REST & GraphQL APIs
Well-structured APIs with clear contracts, proper error handling, versioning, and documentation. Built with Hono, Express, or Fastify depending on the needs.
Authentication & Authorization
Session-based or JWT auth, OAuth providers, RBAC, and row-level security. I implement auth correctly so you don't have to think about it.
Database Design & Optimization
Schema design, migrations, indexing strategies, and query optimization for PostgreSQL, MySQL, and SQLite. I write SQL that performs at scale.
Serverless & Edge Functions
Functions that run at the edge with Cloudflare Workers or Vercel Edge Runtime. Low latency, globally distributed, zero infrastructure management.
Background Jobs & Queues
Reliable job queues with BullMQ or Inngest, cron scheduling, webhooks, and event-driven workflows that don't drop messages.
Tech I use