Embracing Java 17: Here’s What We Learned at Picnic
Most Java 17 blog posts focus on shiny new features. We’d like to share what it takes to adopt Java 17 in a large tech team.

Jakob Löhnertz
4,645 viewsMost Java 17 blog posts focus on shiny new features. We’d like to share what it takes to adopt Java 17 in a large tech team.

Thanos Stratikopoulos
7,636 viewsIn this article, learn about TornadoVM, hardware acceleration, and get a thorough overview of the TornadoVM software architecture.

Learn about observability configurations and libraries required over a range of frameworks using two JVM languages, namely Java and Kotlin.

Nicolas Frankel
2,581 viewsLearn how to improve the API provided by third-party libraries by combining Kotlin extension functions and delegation.

Nicolas Frankel
3,138 viewsI frequently use Spring Boot in my demos. The latest one is no different, showing how to achieve CQRS using two different code paths.
Learn about Deep Netts, a lightweight Java-native library, easy to learn, and solves many technical challenges related to ML.

Nicolas Frankel
2,867 viewsIn this article I will describe how you can benefit from such a data visualization front-end without writing a single line of code.

Nicolas Frankel
2,136 viewsLearn about adding computed values, as in an eager approach, but only triggering the computation when you need to access its result!

Tremendous potential for Deep Netts in the drug discovery pipeline and it is necessary to share its existence with the scientific community!

Nicolas Frankel
2,548 viewsThis article shows how one could offload the Docker part of your build pipeline from your local machine to GitLab using the Kaniko image. It …