-
Career
How to Network Less For Geeks
The fundamental importance of professional networking for today’s career-minded tech pro has been pounded into our heads for many years…
Read More » -
Software Development
Creativity and our life as employees
I answered the following question on Quora: Creativity: Do creative people get bored at work more easily than non-creative people?…
Read More » -
Core Java
Stacks and Queues in Java
I have been working on some Java code recently that required both a stack and a queue. The choices to…
Read More » -
Software Development
The Significance of HTML5
HTML5 is important for three reasons. And its importance starts with the end of browser plugins. That’s right. With HTML5,…
Read More » -
Android Core
Android Augmented Reality
Introduction “Augmented reality (AR) is a live, direct or indirect, view of a physical, real-world environment whose elements are augmented…
Read More » -
Software Development
Coarse-grained benchmarking
While developing our software, we are all about metrics – even to the fact where I am pretty sure at…
Read More » -
Agile
#NoProjects – why projects don’t make sense
In the last few months Steve Smith, myself and others have been Tweeting a lot with the hash tag #NoProjects.…
Read More » -
Software Development
The 10 Most Popular DB Engines (SQL and NoSQL)
How to objectively measure the popularity of a DB engine? Good question! And there’s an Austrian company (Solid IT) who…
Read More » -
Core Java
Unique hashCodes is not enough to avoid collisions
There is a common misconception that if you have unique hashCode() you won’t have collisions. While unique, or almost unique,…
Read More »