← Back to Writing

Hello World

1 min read
web-developmentnextjstypescript

Welcome to my new website built with Next.js, TypeScript, and Tailwind CSS.

Hello World

Welcome to my new personal website! This is my first blog post to test the MDX setup.

Features

This site includes:

  • Next.js 14 with App Router
  • TypeScript for type safety
  • Tailwind CSS for styling
  • MDX for rich content
  • Dark mode support

Code Example

Here's a simple TypeScript function:

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

console.log(greet('World'))

What's Next?

I'll be writing about:

  1. Web development best practices
  2. TypeScript tips and tricks
  3. Building scalable applications

Stay tuned for more content!