April 15, 2014 10:36 pm
This article is a part of my back to basic series. Before you think that this topic is not basic at all, I will say that this still satisfies the basic category in a sense that this should be a basic knowledge that a developer should know; especially if he/she... View Article
April 13, 2013 12:39 pm
Visitor pattern is one of my favourite software engineering design pattern. This technique enables us to extend the functionality of an object without having to modify its class codes. In a nutshell, this patten involves one main object and many visitors objects. The main object will have the ability to... View Article
April 4, 2013 9:42 pm
Contributed by: Hans Permana (view his profile) Hans Permana is a PhD Candidate at RMIT University. HardwareWith the advancement of sensor technologies, there is a rapid increase of autonomous robot development. Nowadays we have witnessed more and more varieties on robot competition, from a soccer robot, sumo robot, to the big... View Article
March 5, 2013 7:38 am
This is a first post of our series “back to basic”. We understand that there are always people starting out to be developers such as first year university students or just experienced developers wanting to revisit the basic. The aim of this series is exactly that, revisiting programming concepts using... View Article