Back to Blog

Hello World – My First Post

January 1, 20261 min readlifetech

Why I'm Starting This Blog

I've been meaning to start writing for a while. This site is my attempt to put thoughts into words — whether about a technical problem I find interesting, something I learned during a race, or just a reflection on life as a graduate student.

What to Expect

  • Technical posts — deep dives into Software Engineering, Machine Learning, Atmospheric Science...and things that took me way too long to figure out
  • Research notes — summaries of papers I've read, ideas I'm exploring
  • Race reports — marathon and triathlon recaps (the suffering, the lessons, and occasionally the PRs)

The Stack

This site is built with Next.js, styled with Tailwind CSS, and deployed on Vercel. Blog posts are written in MDX so I can embed interactive components alongside prose.

// Life in a nutshell
const me = {
  work: "software + research",
  play: ["running", "triathlon", "hiking"],
  currentlyReading: "a queue that never empties",
};

See you in the next post.