An Introduction to Rust and the JVM
Learn why and how it makes sense to develop applications using the JVM and delegate the most memory-sensitive parts to Rust.

Nicolas Frankel
3,340 viewsLearn why and how it makes sense to develop applications using the JVM and delegate the most memory-sensitive parts to Rust.

Frank Delporte
6,011 viewsAt the University of Applied Sciences and Arts Northwestern in Switzerland, theoretical subjects are combined with programming assignments.

Most database protocols have not followed the HTTP path yet and remain in the stone age of connection pooling.

Nicolas Frankel
5,769 viewsBlockHound lets you check if a blocking call occurs in a thread where it shouldn't happen and throws an exception at runtime when it does.
Almas Baimagambetov
6,288 viewsTo get a general idea of what the community would like to see in JavaFX in the future, I have asked developers to share their thoughts!

Nguyen Pham
4,152 viewsThe goal of this research is to sensitize small and medium-sized enterprises (SMEs) to the topic of AI with the help of Open Source Tools.

Nicolas Frankel
4,149 viewsKotlin offers many cool features, most tend to cite null safety as their favorite. For me, it's function extensions, with delegation second.

Nicolas Frankel
3,164 viewsBecause Hazelcast is developed in Java, it's available as a JAR, and we can integrate it as a library in our application.

Nicolas Frankel
2,770 viewshow one can use Arrow's type system with Spring Data. You can benefit from the explanations to craft your custom Spring Data repository.

Nicolas Frankel
2,775 viewsDespite all the "magic" of Spring Boot, Spring Native handles most of GraalVM's required configuration out-of-the-box!