Hello, World!

The first post on this blog — why I'm writing, and what to expect here.

Welcome to my blog! This is the very first post.

Why write a blog in the AI era?

Tutorials are cheap now — any AI can generate one. What AI can’t generate is:

  • First-hand experience: the bugs I actually hit and how I actually fixed them
  • Opinions and judgment: not “how to use X” but “when I’d choose X over Y, and why”
  • The process: the wrong turns, the dead ends, the moment things clicked

That’s what this blog is for. Writing is also the best way to check whether I really understand something — if I can’t explain it clearly, I don’t know it yet.

What to expect

Posts about programming, open source contributions, and things I learn along the way. No fixed schedule — quality over cadence.

A code block, just to test the styling

public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, blog!");
    }
}

And some inline code: System.out.println() renders like this.

Blockquotes look like this. Useful for callouts and quotes.

Thanks for reading — more soon!

← back to all posts