Hello World

· 1 min read · meta , first-post

This is my first blog post. Welcome to my personal website.

What I’ll write about

I plan to write about:

  • Software development
  • Side projects
  • Things I learn along the way

Code example

Here’s some code:

function greet(name: string): string {
  return `Hello, ${name}!`;
}

console.log(greet("World"));

What’s next

Stay tuned for more posts. I’ll be writing about things that interest me and projects I’m working on.