Welcome to my corner of the internet. This is where I’ll share what I’m building and what I learn along the way.

Why a personal site?

A few reasons:

  • A single home for everything I make β€” apps, experiments, writing
  • Owning my content instead of scattering it across platforms
  • Writing forces me to understand things more deeply

What to expect

I’ll write about mobile development (Swift, SwiftUI, Android), app design, indie development, and lessons learned shipping real products.

How this post works

Every post on this site is just a markdown file in src/lib/posts/. To write a new post, create a file like my-post.md with this at the top:

---
title: My post title
date: 2026-07-15
description: One-line summary for SEO and previews.
---

Your content here...

That’s it β€” the site picks it up automatically. Thanks for reading!

← All posts