Given the importance of testing, we want to make sure that every developer has access to automating the mundane and complex task of writing unit tests. That’s why we’re allowing every developer to use Diffblue Cover: Community Edition for both open-source... (more…)
Read more »
In the past weeks there has been a heated debate around the imminent release of Java 9 and its most famous feature: the Java platform modu... (more…)
Read more »
tl;dr version: Skip the FOMO on the Java module system. If Oracle makes a push to enhance it or otherwise invest in the system, it might make sense to revisit. Until then, enjoy the tiny JVMs produced by jlink and don’t worry about the rest. (more…)
Read more »
TL;DR: Recently, DuckDB a database that promises to become the SQLite-of-analytics, was released and I took it for an initial test drive. Install it via conda install python-duckdb or pip install duckdb. (more…)
Read more »
A small and easy-to-use one-time password generator library for Java according to RFC 4226 (HOTP) and RFC 6238 (TOTP). - BastiaanJansen/OTP-Java... (more…)
Read more »