Hello World

·1 min read
Hello World

Welcome to my site! This is a placeholder post to test the content pipeline.

What to Expect

I'll be writing about software engineering, product thinking, and things I'm building.

Code Example

function greet(name: string): string {
  return `Hello, ${name}!`;
}
 
console.log(greet("world"));

This is a blockquote. More posts coming soon.