Protecting Personal Information when needed!
In today’s times, the software is always handling personal information. As developers, we have to fight the battle between logging and seeing that information when we need to, and hiding…
Team to Create Outside the Box
In today’s times, the software is always handling personal information. As developers, we have to fight the battle between logging and seeing that information when we need to, and hiding…
My son has gotten into Minecraft and Star Wars. He wanted the two of us to build the Death Star in Minecraft. That is not a small undertaking. I got…
Jackson configuration for JSON to POJO conversion. Standard conversion for converting JSON to POJO objects for Rest APIs and other implementations.
If you’re a Java developer who’s tired of writing repetitive boilerplate code, Lombok is your new best friend. This clever library uses annotations to automatically generate common code elements, making…
So often I see developers turn to open source to implement job management. These are often far more advanced than what many people really need in their Java applications. Sure…
Every need an additional method on the String Class? Well I have and it would have made life much easier. Unfortunately you can’t subclass String as it is Final. So…
JavaFX provides a powerful platform for creating rich graphical user interfaces (GUIs) in Java applications. However, managing multiple displays and screens within a JavaFX application can be a complex task.…