My own thoughts and experiences with people, things and situations. As I'm interested in random stuff - expect random stuff to appear here. Focus will be on IT/Software development and travel.
public class HelloWorld { public static void main(String[] args) { System.out.println("Hello Blogger World!"); } }