Revolutionize JSON Parsing in Java with Manifold
Parsing JSON in Java (and other formats) can be as easy as in JS. It can do much more while keeping the type-safety and deep IDE …
Shai Almog
4,843 viewsParsing JSON in Java (and other formats) can be as easy as in JS. It can do much more while keeping the type-safety and deep IDE …

George Tanev
12,827 viewsWe introduce a linear algorithm for rolling binary trees and implement it in Java, by demonstrating the use of common design patterns.

Fawaz Ghali
4,040 viewsHazelcast can process real-time and batch data in one platform, making it the right platform to use because it enriches your Kafka apps.

Jerry Shea
3,250 viewsChronicle Threads provides high performance event loop implementations and utility functions to help with threading and concurrency.

Marit van Dijk
14,074 viewsLet's look at analyzing dependencies in IntelliJ IDEA. Where does your application get a specific version of a library, show conflicts, etc.

Shai Almog
7,010 viewsDoes your app fail CI tests "sometimes"? Does it display flaky behavior? Did you add many logs trying to solve it? There's a better way: …

Denis Magda
43,571 viewsLearn how to integrate the ChatGPT engine into your Java applications in a scalable way by sending prompts to the engine only when …

Shai Almog
10,062 views"Synchronized" was revolutionary and still has great uses. But it's time to move to newer thread primitives and rethink our core logic.

Frank Delporte
7,793 viewsJava enums can contain much more than just a list of definitions, but also data and extended functionality!

Marit van Dijk
8,593 viewsMoving a commit to a different branch: not nearly as scary as it sounds! Let the IDE help to turn this into a quick, low-stress task.