Writing
2026
AI-Assisted Development Workflows
Exploring how reusable agent patterns and AI-powered skills can improve engineering consistency and productivity.
· 3 min read
Caching Sharp-Processed Images in Static Builds
How I cut documentation build times by hashing image inputs, committing the preprocessed webp outputs, and skipping image work on every CI run.
· 2 min read
2025
Building an OpenAPI Code Generation Pipeline with Kubb
How I automated TypeScript type and Zod schema generation from OpenAPI specs using Kubb, with scheduled CI runs and team notifications for breaking changes.
· 2 min read
Building Type-Safe APIs with OpenAPI
How I leveraged OpenAPI specs to automate type generation and eliminate integration errors across a production dashboard.
· 3 min read
A Practical Prefetching Strategy with TanStack Query and Router
How I implemented intent-based preloading, route-level prefetching, and pagination prefetching to make a dashboard feel instant.
· 2 min read
Proxy Patterns for Multi-API Dashboards
How I designed a proxy layer to unify multiple APIs behind a single authentication and routing system in a React dashboard.
· 2 min read
Migrating to Astro for Documentation
Lessons learned from consolidating multiple documentation sites into a single Astro-powered platform.
· 2 min read