Recent Posts

Crafting a Custom Monad-like Type in Java – part 1 

Tekst: Laurens van der Kooi JAVA MAGAZINE 01 – 2024   As a Java developer, I have a real passion for working with functional programming techniques. In my day-to-day work, I often find myself immersed in Java’s monad-like container types like Optional and Stream. Recently, I’ve been exploring the concept of crafting my own container type, specifically designed for managing …

Read More »

NLJUG Masterclass: Learn containers, Kubernetes, and OpenShift in your browser

= Partnercontent: =  This article was written in collaboration with Red Hat. In the fast-paced world of software development, having the right tools and environment can make all the difference in accelerating productivity and innovation. Red Hat Developer Sandbox emerges as a game-changer, offering developers a robust platform to experiment, prototype, and collaborate effectively. Let’s delve into what Developer Sandbox …

Read More »

Dynamic watermarking on the JVM

Displaying images on your website makes for an interesting problem: on one side, you want to make them publicly available; on the other, you want to protect them against undue use. The age-long method to achieve it is watermarking: A digital watermark is a kind of marker covertly embedded in a noise-tolerant signal such as audio, video or image data. …

Read More »