Rolling Binary Trees: A Guide to Common Design Patterns in Java
We introduce a linear algorithm for rolling binary trees and implement it in Java, by demonstrating the use of common design patterns.

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.

Gerhard Fuchs
4,570 viewsFEPCOS-J implements a Java-language extension that frees a Java-developer from network programming and supports cross-system concurrency.

Forough Goudarzi
5,370 viewsHigh availability is achieved in Chronicle FIX by failover, where workload is transferred in the event of a primary engine failure.

Lukas Eder
17,382 viewsjOOQ makes SQL a "first-class" language in the JVM ecosystem by embedding it into Java, Kotlin, and Scala in an idiomatic way.

Peter Lawrey
4,252 viewsMapping large areas of memory avoids having to know in advance how much memory we need or having to resize the memory mappings while in use.

Nicolas Frankel
2,856 viewsDiscussion extrapoliating from per-user rate limiting showing how one can implement it in a library and an infrastructure component.

Hari Rangarajan
21,487 viewsTransitioning from synchronous to event-driven APIs modernizes the enterprise and unlocks real-time events and information.

Frank Delporte
10,318 viewsLearn about JavaFX and Brain-Computer Interfaces: data collected non-invasively (head wraps with cables) and invasively (brain implants).

Nicolas Frankel
5,197 viewsCreating a full-fledged API requires resources, both time and money. Let's achieve it without writing a single line of code!

Nicolas Frankel
3,980 viewsRFC 7807 helps API implementors as it provides quick guidelines to avoid reinventing the wheel on every project.