{m}:~$ls
$cat ~/blog/hello-world.md

Hello, world

//

Welcome to the blog. I'll be writing about full stack development, React Native, AI integrations, and lessons from shipping production apps.

Why a blog

Writing forces clarity. Expect posts on:

  • Next.js patterns that survive real projects
  • React Native + Expo shipping notes
  • FastAPI backends and AI/LLM integrations
  • Automation that actually saves time

Adding a post

Drop a .md file in content/blog/ with title, description, and date frontmatter — it shows up here automatically.

$ ls content/blog
hello-world.md

See you in the next one.