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:
- Web development best practices
- TypeScript tips and tricks
- Building scalable applications
Stay tuned for more content!