· 3 min read

Hello, World

personal

Welcome to my new website. I’ve been meaning to build this for a while, and here we are.

Why a Personal Site?

In the age of social media, having your own space on the internet feels more important than ever. It’s a place to think out loud, share what I’m learning, and connect with people who are curious about similar things.

What to Expect

I plan to write about a few topics that I spend most of my time thinking about:

  • Product Management. Frameworks, processes, and lessons from building products
  • Technology. Cloud-native infrastructure, Kubernetes, and developer tools
  • Books. Reviews and takeaways from what I’m reading
  • Building. The process of creating things, from software to teams

A Quick Example

Here’s a code snippet, because every developer blog needs one:

function buildSomethingGreat(idea: string): Product {
  const validated = validateWithUsers(idea);
  const prioritized = applyFramework(validated, "RICE");
  return ship(prioritized);
}

What’s Next

I’ll be publishing regularly, or at least that’s the plan. If any of this sounds interesting, stick around.

“The best time to plant a tree was twenty years ago. The second best time is now.”

Thanks for reading.