Hello World: My First Blog Post

2025-01-01

Welcome to My Blog 👋

This is my very first post on my new personal website. I built this blog using Next.js, MDX, and Tailwind CSS.

Why I Started Blogging

As an AI Researcher, I often come across interesting papers, code snippets, and ideas. I wanted a place to:

  1. Share my knowledge with the community.
  2. Document my learning journey.
  3. Showcase my projects in more detail.

Code Snippet Example

Here is a simple Python snippet:

def greet(name):
    return f"Hello, {name}!"

print(greet("World"))

Stay tuned for more updates on Medical AI and Computer Vision!