Recent Posts

How Oracle Separates Java Pricing from Value

On January 23, 2023, Oracle quietly replaced the online link to the Oracle Java SE Subscription Global Price List with a link to a new Oracle Java SE Universal Subscription Global Price List. The old Oracle Java pricing was far from perfect. It was based on a processor-count metric for servers and a named-user-plus metric for desktops. With the processor-count …

Read More »

Java 22 Launch Stream

Java-developers opgelet! Kijk mee met Oracle op 19 maart voor de live-stream van de lancering van Java 22! Krijg een diepgaande technische kijk in de release, community-updates en ontdek een spannende aankondiging! Bekijk de agenda hier ➡ https://dev.java/community/java-22-launch/  Java 22 staat op het punt om uitgebracht te worden! Kom samen feestvieren op het Java YouTube-kanaal op 19 maart van 17:00 tot …

Read More »

Increase readability and reduce complexity with Java’s Pattern Matching

Increase readability, reduce cognitive complexity, and avoid bugs that are hard to spot with Java’s Pattern Matching. I bet you don’t like writing ugly but necessary boilerplate code or reading it. But, sometimes we need to create logic that has to deal with an object of unknown type and follow different paths depending on the type. This code is prone …

Read More »