Core Java
-
The Chimera Function
I’ve written before about a function that essentially does two different versions of the same thing. It’s sort of cute to…
Read More » -
Comments Suggesting Refactoring
Allow me to share with you one of my favourite refactorings. This comment in the code indicates a missing extract…
Read More » -
Docker Compose Java Healthcheck
Docker compose is often used to run locally a development stack. Even if I would recommend to use minikube/microk8s/… +…
Read More » -
The Premium Java Programming Certification Bundle
Master The Ins & Outs of Java Programming Then Learn Useful Software Principles, Ace Interviews, and Become an Industry-Ready Programmer…
Read More » -
Java UUID generation – Performance impact
Java developers tend to use ‘java.util.UUID#randomUUID()’ API, to generate a UUID (Universally Unique Identifier) number (i.e., ‘b8bbcbed-ca07-490c-8711-5118ee0af2f9’). Under certain circumstances, using this…
Read More » -
The Complete 2022 Java Coder Bundle
Enter the World of Coding & Programming with 60+ Hours of Content on Java, Oracle, Apache Maven, and More! Hey…
Read More » -
Using Byte Buddy for proxy creation
With the increasing adoption of Java 17 and its strict encapsulation, several unmaintained libraries that rely on internal JVM APIs…
Read More » -
Nobody Expects the SpotBugs Inquisition
We recently upgraded to the latest version of SpotBugs, which is the successor to FindBugs. Its role is to identify…
Read More » -
The Main Differences Between Java (Latest) and Before
Good morning, and welcome to my talk about the new features in the latest version of Java/<insert your language here>.…
Read More »