ArchivesMarch, 2009

16Mar

I am currently working on a project that required a console with a very specific purpose. It needed to communicate with a custom back-end protocol for use in a client/server environment. This sort of specific tutorial is not surprisingly unavailable online. The first step when setting up an application specific console is actually setting up Continue Reading

05Mar

At our school, the way they have the course schedule set up, all of your courses are pre-selected for you. This leaves no room for specialization and leads to a degree that is similar to the person’s beside you. Where does this put you in the eye’s of the employer coming out of the program? Continue Reading

01Mar

So in school, we are learning some fundamentals on object oriented design in Java such as inheritance and polymorphism. The thing that we haven’t done is the actual concept of object oriented design. So things like how to structure classes and methods for optimal code efficiency and use. This is such a fundamental concept to Continue Reading