-
Software Development
If you do it do it right
This is a philosophical or ethical command. Very general. It is something like “fail fast”. The reason it came up…
Read More » -
Groovy
Groovier Spring Boot Integration Testing
Recently I had a chance to use Groovy’s groovy.json.JsonSlurper in a soapUI REST project. The usage scenario in soapUI (in…
Read More » -
Core Java
Transforming Collections
Did you ever want to substitute the equals and hashCode methods a HashSet or HashMap uses? Or have a List…
Read More » -
Android Core
Saving an image in a SQLite database in your Android application
When you start caching data to a local database from your Android application, sooner or later you’ll need to save…
Read More » -
Enterprise Java
Type Safe Queries for JPA’s Native Query API
When you’re using JPA – sometimes – JPQL won’t do the trick and you’ll have to resort to native SQL.…
Read More » -
Software Development
Monolithic core vs full microservice architecture
Martin Fowler recently released another article on microservices, specifically about the hype surrounding them. He states that though microservices are…
Read More » -
Core Java
A Few Thoughts on Unit Test Scaffolding
When I start to repeat myself in unit test methods by creating the same objects and preparing the data to…
Read More » -
Software Development
Neo4j: The foul revenge graph
Last week I was showing the foul graph to my colleague Alistair who came up with the idea of running…
Read More » -
Core Java
Puzzler: nested computeIfAbsent
Overview The Java 8 libraries have a new method on map, computeIfAbsent. This is very useful way to turn your…
Read More »