A Guide to BitSet in Java

Learn how we can use a Java BitSet to represent a vector of bits, gett familiar with the BitSet internals, and take a closer look at its API

Testcontainers Desktop

Learn how to use the Testcontainers Desktop application, a simple yet powerful tool for running Testcontainers.

UTF-8 Validation in Java

Explore UTF-8 encoded bytes and string conversion and different types of UTF-8 validation based on byte and stream.