Hello World

I am starting this blog, even though I do not really know what I am doing yet.

I see engineers blogging and sharing what they learn. It looks cool, and it feels like a good habit. Maybe it will help me learn faster. Maybe it will be useless. I will see.

I use Java, so most examples will be Java.

Starting with the basic one.

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

Stay updated

Receive insights on tech, leadership, and growth.

Subscribe if you want to read posts like this

No spam. One email a month.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.