-
Core Java
Low GC in Java: Use primitives instead of wrappers
Overview There are two good reason to use primitives instead of wrappers where possible. Clarity. By using a primitive, you…
Read More » -
Android Games
Android Game Development – Displaying Images with Android
Before moving to the actual game loop let’s display some graphics so we can get some measurements done. If you…
Read More » -
Android Games
Android Game Development – A Basic Game Loop
Following the series so far you we have an understanding of the game architecture. Even if just briefly but we…
Read More » -
Software Development
Top 25 Most Dangerous Software Errors – 2011
The Common Weakness Enumeration (CWE) is a community developed dictionary for software weaknesses. It provides a unified, measurable set of…
Read More » -
Android Games
Android Game Development – A Basic Game Architecture
So we got our Android application up and running but you might be wondering what type of application is exactly…
Read More » -
Best Of The Week
Best Of The Week – 2011 – W27
Hello guys, Time for the “Best Of The Week” links for the week that just passed. Here are some links…
Read More » -
Android Games
Android Game Development – Create The Project
Now that we have our idea let’s get the environment up and start coding. To install Android follow the steps…
Read More » -
Android Games
Android Game Development – The Game Idea
Coming up with an idea for the game This is the hardest part. Because I am just one guy having…
Read More » -
Software Development
Failure Isolation and Recovery: Learning from High-Scale and Extreme-Scale Computing
While I have been building business-critical enterprise systems for a long time, I haven’t worked on high-scale cloud computing or…
Read More »