Recent Posts

Integration tests in a Gradle build

less than 1 minute read

Here is an interesting post about how to add integration tests and configure its dependencies in a Gradle build.

JavaCodeKata – Lambdas

1 minute read

I’ve came across that kata from @brjavaman and @yanaga to teach lambdas, one of the new features of JDK 8.