-
Software Development
A Bug is a Terrible Thing to Waste
Some development teams, especially Agile teams, don’t bother tracking bugs. Instead of using a bug tracking system, when testers find…
Read More » -
Software Development
Bumping Into Manager Rules
You might have met a manager on a bad manager day. Equally as frustrating is when you work for a…
Read More » -
Core Java
How expensive is a method call in Java
We have all been there. Looking at the poorly designed code while listening to the author’s explanations about how one…
Read More » -
Software Development
How To Remove Friction From Your Version Control Experience
Last week, I spend several days fixing a bug that only surfaced in a distributed environment.I felt pressure to fix…
Read More » -
Career
Traditional Programming Language Job Trends – 2013-02
The winter edition of the job trends are back! Today, we are looking at traditional programming languages, which currently include…
Read More » -
Core Java
Analysing a Java Core Dump
In this post, I will show you how you can debug a Java core file to see what caused your…
Read More » -
Enterprise Java
Introduction to Collated Views with Couchbase 2.0
Most of the applications have to deal with ‘master/detail’ type of data: breweries and beer department and employees invoices and…
Read More » -
Enterprise Java
JSF – Eager CDI beans
Everybody knows eager managed beans in JSF 2. @ManagedBean has an eager attribute. If eager=’true’ and the scope is application,…
Read More » -
Desktop Java
JavaFX: Space Invaders in less than 175 LOC
With the current version of the API I’m at less than 175 LOC for Space Invaders. I’ve got lot’s of…
Read More »