📌 Spock vs JUnit 5 - the ultimate feature comparison 📅 2020-04-15 · ☕ 18 min read What is the best testing framework for Java code nowadays? Spock or JUnit 5? Check it out in this ultimate feature comparison.
Mysteriously broken reduction operation on parallel streams in Java (explained) 📅 2020-03-12 · ☕ 11 min read How to not get into trouble writing custom reduction operation on (parallel) streams with Java 8+ (including Java 14).