-
Software Development
Where to Put The Implementation
A good friend asked me a quote today, and I thought I’d share it with you. Consider this code snippet:…
Read More » -
Software Development
Tuning Parallel Processing in Containers
Generally speaking, we expect our servers to be able to handle more than one request at a time. If we…
Read More » -
Enterprise Java
Crossing The JUnit Streams
One of the nice things about JUnit 5 migration is that you can run your JUnit 4 tests in vintage…
Read More » -
Software Development
In and Out of the Pocket
I’d like to discussed one of my many bêtes noires. I love a good explanatory variable as much as the…
Read More » -
Core Java
Object and Index Streams
I was going to write a post about how to blend a stream with the indices of each element, but…
Read More » -
Core Java
Checking What’s Thrown in Java Tests
Someone came up with the idea of using try and catch blocks in unit tests in Java: 1 2 3…
Read More » -
Core Java
The Chameleon Function
In Doctor Who the character Kamelion was a robot which could take any form. The physical prop they used was…
Read More » -
Core Java
The Final Word on “final”
In Java, overuse of final feels like SHOUTING. It’s outdated and inappropriate much of the time. Java and JavaScript This…
Read More »