How to migrate to module system step-by-step
Category: Articles
5 Shocking Stats That Prove Logs Are Inadequate
It turns out that we’re all guilty of logging malpractice. Don’t believe us? These statistics mi…
Fix broken builds with this log4j Maven dependency example
Maven dependency management is one of the most compelling reasons to use it as a build tool. Here, we provide a simple log4j Maven dependency example that demonstrates exactly how to fix your broken build job. It’s a Maven dependency example you won’t want to miss.
Java Code Geeks are giving away 4 FREE PRO passes for DeveloperWeek NYC 2018
#DEVWEEK 2018 — The World’s Largest Developer Expo & Conference Series The DeveloperWeek team has offered us discounted PRO Passes to DeveloperWeek 2018 so our members can attend the event. DeveloperWeek (#DEVWEEK 2018) (June 18-20, Brooklyn Expo Center) is the East Coast’s largest developer technology innovation conference with 3,000+ participants. DeveloperWeek NYC includes 100+ workshops, sessions, …
Monday fun component… ;)
Aloha, I know it was a long time without a new blog post but I was busy with a project that took all my time. But last week I’ve decided t…
Java Optional – orElse() vs orElseGet() | Baeldung
Explore the differences between Optional orElse() and OrElseGet() methods.
Java 10 LocalVariable Type-Inference | Baeldung
A quick and practical guide to Java 10 Local Variable Type Inference.