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).
Convenient mocking in Mockito with JUnit 5 - the official way 📅 2018-03-27 · ☕ 4 min read Learn about new, built-in, official support in Mockito for managing a mocking life cycle if JUnit 5 is used.