← Back to all posts

2026-05-29

Hello World — My First Blog Post

introblogging

Welcome

This is the first post on my new blog. I built this platform with Next.js and Markdown — it's fast, simple, and gives me full control over my content.

Why a custom blog?

  • Own your content — no platform lock-in, no ads, no algorithm
  • Write in Markdown — plain text, version-controlled, portable
  • Fast by default — static generation means instant page loads
  • Custom domain — publish to any domain you own

What's next?

I'll be writing about software engineering, side projects, and lessons learned along the way. Stay tuned.

// Even code blocks work out of the box
const message: string = "Happy blogging!";
console.log(message);