News

Community driven content discussing all aspects of software development from DevOps to design patterns. I don’t know anyone who likes investigating a Java heap dump. They can be massive — literally ...
The Java automatic garbage collection process typically operates as a low-priority thread that constantly searches memory for unreachable objects, objects not referenced by any other object reachable ...
JMemPool is a Java library that provides a high-performance, off-heap memory pool implementation. It aims to minimize garbage collection (GC) overhead and improve memory management efficiency for ...
Pop quiz: Do you know what annotation metadata is? If you’re like most coders, you don’t—and that has been okay, says Graeme Rocher, creator of Java application frameworks, including Grails. But in a ...
I recently upgraded my EKS cluster from version 1.32 to 1.33, and at the same time I also updated my nodes to use Bottlerocket 1.39.1 (instead of 1.35.0). When running Java (tested with 17 and 21) in ...
In Turkey, a group of five engineers developed an elegant solution to tackle one of the biggest challenges for Java developers. This solution, dubbed Hazelcast, is designed to prevent enterprise ...
Abstract: Many organizations rely on software systems to perform their core business operations. These systems often require modernization to accommodate new requirements and demands over time. Visual ...