Recent Posts

Frontmania Conference timetable is here!

Frontmania Conference 2022 is coming in less than a month at Jaarbeurs Utrecht on the 5th of October! The line-up has been released and these awesome speakers will take you on a deep dive in the world of frontend. It’s the frontend Conference of the year, you can’t miss out on. With the best of the best international and national frontend speakers bringing …

Read More »

Use Pattern Matching to Simplify Java

The concept of pattern matching has been around since the 1960s. It’s a well-known language technique used in many programming languages, from Haskell and AWK to Rust and Scala. Pattern matching is relatively new to Java. It was introduced in JDK 14 and has been progressing with new uses since then. This article explores how these new features can make …

Read More »

Running your Database on OpenShift and CodeReady Containers

Let’s take an introductory run-through of setting up your database on OpenShift, using your own hardware and RedHat’s CodeReady Containers. CodeReady Containers is a great way to run OpenShift K8s locally, ideal for development and testing. The steps in this blog post will require a machine, laptop or desktop, of decent capability; preferably quad CPUs and 16GB+ RAM. Download and …

Read More »