Tag: java
📼 What is the future of reactive programming?
I recently watched an AMA (Ask Me Anything) video between Brian Goetz, Java Language Architect at Oracle, and Nicolai Parlog, Java Developer Advocate at Oracle, where Brian Goetz shared
WebJars
WebJars are client-side web libraries (e.g. jQuery & Bootstrap) packaged into JAR (Java Archive) files.
English Pluralization Java library
Evo Inflector implements English pluralization algorithm based on "Damian Conway's" paper "An Algorithmic Approach to English Pluralization".
System Stubs
System Stubs is used to test code which depends on methods in java.lang.System.
Method to check if GraalVM JDK Distribution
Method to check if you are running in GraalVM JDK distribution. I have used it often in Gradle build files to decide whether a Gradle task should be enabled.
Java User Groups List
List of JUGs around the world
KSUID (K-Sortable Unique IDentifier)
A globally unique identifier similar to UUID, built from the ground-up to be "naturally" sorted by generation timestamp without any special type-aware logic.
Java Build Benchmarks with Apple M1
I compare an iMac Pro, Macbook Pro, Macbook Air M1 for a common Gradle Java build.