-
Enterprise Java
MongoDB Facts: 80000+ inserts/second on commodity hardware
While experimenting with some time series collections I needed a large data set to check that our aggregation queries don’t…
Read More » -
Core Java
Using Matchers in Tests
Gone are the days when we were forced to write way too many assertion lines in our testing code. There…
Read More » -
Ceylon
A paradox about typesafety and expressiveness
It’s often argued that dynamic typing is more expressive, and I am, for the most part, willing to go along with…
Read More » -
Core Java
G1 vs CMS vs Parallel GC
This post is following up the experiment we ran exactly a year ago comparing the performance of different GC algorithms…
Read More » -
Groovy
Uncompressing 7-Zip Files with Groovy and 7-Zip-JBinding
This post demonstrates a Groovy script for uncompressing files with the 7-Zip archive format. The two primary objectives of this…
Read More » -
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 »