Recent Posts

Playing with the For loop in Java

5 minute read

The for loop is an extremely flexible and powerful way of iterating over a code block for a set number of times. Generally speaking, this type of loop is gre...

Overriding and Overloading, a n00bs explanation

1 minute read

This is easily one of the most confusing concepts to a newbie, but to be honest its relatively simple. The most confusing part is that both start with the le...