I’m John C Bland II

Husband, Father, Tech Author, Deacon.
Founder of Katapult Media, and full-stack polyglot developer.
Political Free Agents Podcast Host.

I create. I launch.

YouTube Channel

I post regular fun on YouTube like me playing the bass and anything else I find fun. 

Get Something Built

All project work goes through Katapult Media. Business is open. Let’s chat.

That’s right…I wrote a Java app and extended HelloWorld with HelloWorld++. I introduce you to…the newest version of HelloWorld…in Java. {insert dramatic music}

bq. package com.llnw.training;
/**
*
* @author johnb
* @version 1.1
*/
public class Main {
public static void main(String[] args){
System.out.print(“Hello World”);
if(args.length > 0){
System.out.print(“\nand hi ” + args[0]);
}
}
}

Hooah! 🙂 Ok…this isn’t my first, per se. I built HelloWorld first then HelloWorld++ was the v1.1. hehe.

Some serious/full posts will come soon (post-training).