January 15, 2025

Hello World

My first blog post on the new markdown-based blog.

Hello World

This is my first blog post using the new markdown infrastructure. The blog now supports:

  • Multi-language content (EN/TR)
  • Code syntax highlighting
  • GitHub Flavored Markdown

Code Example

Here's a simple TypeScript snippet:

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

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

What's Next

More content coming soon. Stay tuned!