-
Agile
The Hidden Cost Of Estimation
“Why would you want a rough estimate, when I can do a more precise one?” And really, if we can…
Read More » -
Agile
The HVT Analysis Approach
In my career it took me some time to understand and be convinced of the importance of doing analysis. I…
Read More » -
Core Java
Name of the class
In Java every class has a name. Classes are in packages and this lets us programmers work together avoiding name…
Read More » -
Core Java
Typical Mistakes in Java Code
This page contains most typical mistakes I see in the Java code of people working with me. Static analysis (we’re…
Read More » -
Agile
Cross-dysfunctional teams
Every agile enthusiast will tell you how powerful a self-empowered cross-functional team can be. Once you have one, it brings…
Read More » -
DevOps
Monitoring Akka with Kamon
I like the JVM a lot because there are a lot of tools available for inspecting a running JVM instance…
Read More » -
Software Development
AngularJS Tutorial: Getting Started with AngularJS
AngularJS is a popular JavaScript framework for building Single Page Applications (SPAs). AngularJS provides the following features which makes developing…
Read More » -
Career
Programming Language Job Trends Part 3 – August 2014
After a slight delay we finally get to the third part of the programming language job trends. Today we review Erlang, Groovy, Scala, Lisp,…
Read More » -
Core Java
Memory leaks – measuring frequency and severity
This post is part of our open culture – we continue sharing insights from our day-to-day work. This time we…
Read More »