Projects

Instead of glossy case studies, these are essays about how things were actually built: experiments, design trade‑offs, and the occasional dead end worth keeping.

  • A Failure-Tolerant Booking Platform
    8 min read

    A production booking system for a real client, designed around durability, idempotency, and predictable behavior under dependency failure.

  • Glitchy: A Minimal LLVM Compiler
    6 min read

    A small compiled language that targets LLVM, built to make the compiler pipeline understandable and debuggable.