Full archive

Jackson Mixins Common Uses

Oct 18, 2020

4 minute read

Introducing Jackson Mixins and showing with examples some common cases where they can be useful!

New Collectors Added After Java 8

Jun 29, 2020

7 minute read

Collectors have been quite useful and popular among developers since Java 8, specially the predefined ones. Luckily, they have been growing in the following ...