Skip to content

Archives

All the articles I've archived.

2025 3
October 3
  • Self-Hosting Supabase with Docker Swarm

    Published: at 02:30 PM

    After months of struggling with Supabase self-hosting in production, I built a solution that actually works. Here's how to go from development to production-ready Docker Swarm in minutes.

  • Tracking Discord Standups So I Don't Have To

    Published: at 01:30 PM

    Built a bot to track Discord standup attendance because manually updating spreadsheets in 2025 feels wrong.

  • Building an Automated Fact-Checking Pipeline with LangGraph

    Published: at 10:00 AM

    Built GroundCrew over a weekend - an LLM pipeline that extracts claims, searches for evidence, and verifies facts. 72% accuracy on FEVER dataset, but NOT ENOUGH INFO detection needs work.