Java was released under the slogan 'write once, run anywhere'; while its adoption was probably more about 'now we have a language that provides garbage collection in a familiar workflow and with a ... (more…)
Read more »
Red Hat has introduced a new Java distribution, Mandrel, that compiles Java applications directly to native code. As a fork of GraalVM, this decreases startup time and memory usage. (more…)
Read more »
This tutorial teaches the core of the Java language, all the way up to Java 8. (more…)
Read more »
Recently, I've discovered this guide which walks you through implementing a toy ray tracer from scratch. I took the implementation written in Clojure by Jeaye Wilkerson and wrote my own in Java to ... (more…)
Read more »
In this article, we will deepen what is Reactive programming, the place R2DBC specification takes in it and how developers can handle it in spring projects... (more…)
Read more »