-
Core Java
Investigating Memory Leaks Part 1 – Writing Leaky Code
I found this little problem the other day: there’s this server that runs for a while and then falls over.…
Read More » -
Software Development
14 Code Refactoring smells you can easily sense and What you can do about it?
This post is specifically intended to Project Managers although developers and testers can also get reasonable inputs from this post.…
Read More » -
Agile
Agile is like sex
I’ll get back to software development economics, there are more posts in the works, but right now I need to…
Read More » -
Software Development
Humble architects
Humility is not a very common trait with software architects. After having worked with a few awful architects and recently…
Read More » -
Enterprise Java
Integration tests with Maven 3, Failsafe and Cargo plugin
Unit testing is available in Maven out of the box. Because of that very often its used for integration tests…
Read More » -
Enterprise Java
JBoss Drools unit testing with junit-drools
Recently I’ve been working with a project heavily using JBoss Drools. I am not Drools expert – I am not…
Read More » -
Enterprise Java
Spring REST: Exception handling vol. 2
This is a second article from the series about REST Exception handling with Spring. In my previous post I have…
Read More » -
Core Java
A Lesser-Known Java 8 Feature: Generalized Target-Type Inference
Going through the list of Java 8 features, Generalized Target-Type Inference struck me as a particularly interesting, lesser-known gem. It…
Read More » -
Agile
How Many People Can You Manage as a Manager?
In my first management role, I “managed” one person. My managee didn’t need much management. He guided me into how…
Read More »