Java: From 8 to 21
A non-exhaustive, comprehensive list of some of the most notable features from JDK 8 to JDK 11.
A non-exhaustive, comprehensive list of some of the most notable features from JDK 8 to JDK 11.
This guide is your trusty sidekick on a quest to make your Java apps behave in a polite, orderly, and thread-safe manner. We'll go from making your code so chill it doesn't even have state, to wielding mighty locking mechanisms that make sure everyone takes turns.
Singleton and its (also singleton) friends are here to rescue (or ruin) your day, depending on how you implement them! Buckle up for a journey through the good, the bad, and the "why does this even compile?"
Here are some of the funniest comments I've discovered while "spelunking" through Java's source code: from the JDK itself to various libraries. These gems prove that even the most serious enterprise code can't suppress the human spirit (and occasional frustration) of its creators.
You can be sure that Java does have its set of intricate and quirks. Are they funny or harmful. You will decide right away!
This is a comprehensive guide on how to integrate KeyCloak into your Spring Boot application.
Ever wondered what's really happening inside a HashMap
when you're casually throwing key-value pairs at it like
confetti at a wedding? Let's dig in!
The title is not a clickbait. Because it isn't. Let's have a deep dive towards the actual immutability of our beloved String
class!
Guide on how to make use of new QueryDSL fork by OpenFeign team.
The classic swapping two numbers. But there are more than it seems!