Conway's game of life without state - part 2Refactoring Decisions and Design ChoicesJun 22, 2026·5 min read
Database with Flyway and jOOQIntroduction Here we discuss how to quickly setup a Java project - that connects to a relational database system (RDBMS) - with Flyway and jOOQ.The goal is to have a simple project setup - that can be adapted to many database systems - and that can t...Jan 4, 2024·8 min read
Remove duplicate values from a Map in JavaOverview This article builds on the excellent article from Baeldung. It explores one or two ways, to remove duplicate values, from a Map, not mentioned in the above-mentioned article. 💡 This is an updated version of this article; I have modified on...Dec 13, 2023·3 min read