Hello World

Welcome to my new markdown-powered blog. This is my very first post!

1 min read
Published May 7, 2026
nextjs
markdown
portfolio

Hello, World!

Welcome to my completely revamped, ultra-fast portfolio blog. I've moved away from a slow backend API system and migrated everything to local Markdown files.

Why Markdown?

  1. Speed: No more waiting for backend fetch requests. Next.js statically generates these pages instantly.
  2. Simplicity: I can write my posts right next to my code inside my editor. No databases, no passwords, no hassle.
  3. Control: Full control over the Markdown layout and syntax highlighting.

Here's a block of code to show it works:

def hello_world():
    print("This is rendered from local markdown!")

hello_world()

Thanks for stopping by!