Java 20 – Divide and concurrent
We look into the changes made in the latest release of Java, 20.
I got a donation of three SuperMicro machines. In this video I go through the first steps I do when getting new hardware. We do an …
I’m trying to solve all the Advent of Code puzzles in this video series.
We will talk about how to start a web server using Java with the release of JDK 18 in Marsh of 2022. Java has not had an easy way to start a web server but there might be a change coming.
We look into how to fetch messages manually so we don’t prefetch any messages and create bottlenecks for longer running processes.
I’m trying to solve all the Advent of Code puzzles in this video series.
In this video, we’ll explore the fascinating world of hyphenation. Hyphenation is the process of breaking words into syllables and adding hyphens to indicate where a word should be divided at the end of a line. It’s an important aspect of typesetting, as it helps to improve the readability and aesthetics of printed text. Research…