Hello World
introwelcome
Hello World
Welcome to my personal website! This is the first post on my new blog.
About This Site
This website is built with:
- Next.js - React framework for production
- TypeScript - Type safety
- Tailwind CSS - Styling
- Markdown - Content management
Code Example
Here's a simple TypeScript function:
function greet(name: string): string {
return `Hello, ${name}!`;
}
console.log(greet('World'));
What's Next
More posts coming soon! I'll be writing about:
- Web development
- Programming tips
- Project showcases
- And more
Stay tuned!