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.

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

At 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.

BlockHound 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.
To 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!

The 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.

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

Because Hazelcast is developed in Java, it's available as a JAR, and we can integrate it as a library in our application.

how one can use Arrow's type system with Spring Data. You can benefit from the explanations to craft your custom Spring Data repository.

Despite all the "magic" of Spring Boot, Spring Native handles most of GraalVM's required configuration out-of-the-box!