Every codebase starts with a Hello, World. So does every blog.
I'm starting this space to write about the things I spend my days thinking about: mobile architecture, engineering leadership, and the craft of building apps that survive their fifth year in production.
What to expect
- Deep dives into architecture decisions and their trade-offs
- Lessons from leading mobile teams
- Notes on tooling, CI/CD, and developer productivity
How this blog works
Posts are plain markdown files. To publish, I drop a .md file into content/blog/:
---
title: "My next post"
date: 2026-08-01
description: "One-line summary."
tags: [android, architecture]
---
Content goes here...
That's it. No CMS, no database — just files and git. The way it should be.