Articles, dummyCategory

Using JUnit5 – Part 1

Published: 2019-07 (July 2019) Relevant for: JUnit 5.5.0 Code Katas are a great way of teaching programming practices. The effectiveness of a code kata is to “solve” something repeatedl…

Articles, dummyCategory

Java Properties

The Java Properties class is like a Map of String, String key-value pairs, which can read and write the properties from and to a property file on disk.