πŸ‘‹ Welcome to My Blog!#

Hey everyone! This is my first post on my self-hosted blog.I’ll be writing about:

  • πŸ’» Tech & coding (Java, React, Go, etc.)
  • πŸ“š Things I learn daily
  • 🌱 Personal growth and productivity
  • 🧘 Meditation & fitness journey

πŸ’‘ Code Snippet Example#

Since I’m a developer, here’s a simple Java program to kick things off:

public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, world! πŸš€");
    }
}