Twitch is the world's leading video platform and community for gamers. (more…)
Read more »
Enhance the Java programming language with records, which are classes
that act as transparent carriers for immutable data. Records can be thought of
as nominal tuples. (more…)
Read more »
In Part 1 of this tutorial we created a Property-based test (PBT) from a normal JUnit test with basic types. Now let us extend the domain object PostalParcel with a list of Products. All examples a… (more…)
Read more »
You can use this guide to get practical information on how to find and install the latest Java, understand the differences between Java distributions (AdoptOpenJdk, OpenJDK, OracleJDK etc.), as well as get an overview of Java language features, including ... (more…)
Read more »
GitHub actions is the new kid on the block. Lets look at a first try in implementing build and release-functionality. (more…)
Read more »