Skip to content
ESC
Press Enter to search or ESC to close

Hello World!

System.out.println("Hello World!");

First post. First compile. No exceptions thrown (yet).

They say every programmer's journey starts with printing "Hello, World!" to a screen. This is mine — just to the internet instead of System.out.

I code. I break things. I fix them (usually). Sometimes I learn something worth sharing.

This blog is where those things will live.

Blog blog = new Blog();
blog.setStatus("Online");
blog.setPosts(1);
blog.setCoffeeConsumed(Integer.MAX_VALUE);

If you're reading this, welcome aboard. Let's see where this goes.

// TODO: write more posts