First Post
π 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! π");
}
}