Learn how to program with Java. This blog will teach any beginner to the programming world how to build a successful career as a programmer

Joined July 2012
7 Photos and videos
Variables, the backbone of any programming language, learn how they're used in modern programming languages. bit.ly/15StVBu

5
2
19
Data structures are all about how we store our data in an effective way. Here's a helpful intro to the topic: bit.ly/1CMxTKz

1
4
8
Let's talk SYNTAX ladies and gentlemen. Always one of the biggest hurdles to any new programming language: bit.ly/15Sw2oY

2
3
Tools make programming better. Check out the "ONE TOOL" I always turn to for my Java programming projects: bit.ly/1CMyz2G

1
1
3
Fancy yourself a Java beginner? Learn how to create your first #Java program in this quickie tutorial: bit.ly/125bIyx

1
3
5
Let's dive into our #HelloWorld program and learn what all that Java code actually means: bit.ly/1CMz90a

2
Object Oriented Programming (aka #OOP) was a concept that took me a while to grasp. Let me help you get there faster: bit.ly/125clrR

3
2
7
Methods make programming scalable. Methods let you write code once, and reuse it again and again. Knowledge is power bit.ly/1yTDU2V

1
1
Arrays are the first data structure you should understand inside and out. I can help you unravel their mysteries: bit.ly/1CMzWyd

1
ints and doubles and chars, oh my! Did you know Java has primitive types? What are they exactly? Here's the answer: bit.ly/15SwQKn

1
"Dude... Strings make me want to " " concatenate!" You should see a doctor about that: bit.ly/125e8wV

1
Everything in Java is an Object... but what exactly does that even mean? Remember, it's a person, place or thing: bit.ly/1CMAVhS

2
You inherited traits from your parents. Facial features, bone structures and behaviors. Java inheritance is the same: bit.ly/125eS5a

2
1
It took me years before I finally understood how the static keyword worked in Java. I'll teach you in 6 minutes: bit.ly/15Symwa

2
NOT using Java packages is like storing all your computer's files on your desktop. It's just not organized or smart: bit.ly/1CMEaGb

1
2
Java imports... when java.lang just won't cut it, imports are how we extend the functionality of our applications: bit.ly/1yTH7j0

1
When things go wrong, Java's there to catch us! Exception handling in Java can spin your head, let me break it down: bit.ly/15Szos4

2
2
I was told that I taught this topic better than university professors. What do you think? Let's debug: bit.ly/125jSXr

1
1
I get questions from students all the time about constructors, so I decided to make a video that explains everything: bit.ly/1CMHeSJ

1