The Blog
A space for reflections I wrote while building my most recent projects, powered by my own blog API.
Posted on November 5, 2025
Building a Personal Blog with Rails and Next.js
I recently built my personal blog using Rails as a headless CMS and Next.js for the frontend. The setup is straightforward: Rails handles con...
Posted on November 4, 2025
Building a Caching API Proxy for a Weather App
I recently built a weather app with a caching proxy layer, and it turned into a practical lesson in full-stack system design. The frontend is a s...
Posted on November 3, 2025
Teaching My AI to Think Twice: What I Learned Building a Self-Correcting Summarization System
I recently built a self-correcting summarization workflow using LangGraph, and it turned out to be one of those projects that teaches you as much...