Hello, World
I’ve been meaning to write for a long time.
Not to build an audience or establish a personal brand — those framings have always felt slightly off to me. I want to write because it forces clarity. When I try to explain something in writing, I find the holes in my understanding faster than any other method.
What I’ll write about
Mostly software. Specifically:
- Android development — the tricky parts, patterns I keep reaching for, things that surprised me
- Automation and tooling — ways I’ve made repetitive work disappear
- AI in practice — not the hype, but the actual day-to-day integration into how I build things
Occasionally something else entirely.
How this blog works
This is a static site built with Astro. I write posts in Markdown, commit them to GitHub, and Vercel deploys automatically. No CMS, no database — just files.
Adding a new post looks like this:
1. Create src/content/blog/my-post.md
2. Write frontmatter + Markdown
3. git push → live in ~30 seconds
That’s it for now.