Instancio: Java library for auto-populating objects in unit tests

Instancio is a library for auto-populating objects with random data. – GitHub – instancio/instancio: Instancio is a library for auto-populating objects with random data. Read more

Similar

Data Oriented Programming in Java

Project Amber has brought a number of new features to Java in recent years. While each of these features are self-contained, they are also designed to work together. Specifically, records, sealed classes, and pattern matching work together to enable easie... (more…)

Read more »

Java 8: New features in ConcurrentHashMap

The java.util.concurrent got a massive overhaul with the release of Java 8. We’ve been introduced to whole new classes like CompletableFuture that brought a long awaited improvement to asynchronous work. We’ve also seen a lot of...

Read more »

Java tool to copy/paste

Web developers know that they can integrate functionality from third-parties by copying/pasting a tiny script into their HTML pages. It’s a great engineering work: by adding a few lines you end up… (more…)

Read more »