·1 min read

Hello World

My first blog post. Welcome to my digital garden where I share what I learn.

intropersonal

Welcome

This is my first blog post! I built this site with Next.js 16, Tailwind CSS 4, and MDX.

I plan to write about:

  • Web development
  • Tools I find useful
  • Things I learn along the way

Why a Blog?

Having a personal blog is a great way to organize thoughts and share knowledge. Writing about what you learn helps solidify your understanding.

What's Next

I'll be adding more posts about the technologies I'm exploring. Stay tuned!

// Here's a code snippet to test syntax highlighting
function greet(name: string): string {
  return `Hello, ${name}!`;
}
 
console.log(greet("World"));

Thanks for reading!