Neo Stream Search Java Challenge
In this challenge, we explore important key methods when we work with a Java Stream so that it becomes clear for you what they do.

Rafael del Nero
3,647 viewsIn this challenge, we explore important key methods when we work with a Java Stream so that it becomes clear for you what they do.

Rafael del Nero
3,364 viewsAre you ready for the next Java Challenge? Less introduction, more action, and master Java concepts by having fun!

Rafael del Nero
3,678 viewsSince Java 9, you can use Optional with a stream to manipulate values from a List. Check out the latest Java challenge about this!

Rafael del Nero
4,351 viewsIn this Java Challenge, we will explore how lambdas and method references behave so that you can really understand how they work!
Benjamin Muskalla
2,320 viewsSometimes you need to make code more trivial to see the higher-level patterns that solve the issue at hand more elegantly.

Carl Dea
5,920 viewsLearn how to make WebService calls (RESTful) from your JavaFX application to retrieve weather data based on geographic locations.

Vipin Sharma
37,195 viewsSome bugs are hard to replicate on your personal computer but easily replicated on production or test machines!

Tetiana Fydorenchyk
2,994 viewsExplore how to deploy the Jakarta EE projects to Kubernetes cluster within Jelastic PaaS using Cargo Tracker as an example.

Rafael del Nero
3,131 viewsPolymorphism, the ability of an object to take on forms, one of the important Java concepts, decouples responsibilities, adding flexibility.

Rafael del Nero
4,546 viewsSolving the limitations of the Future interface, we have the CompletableFuture API with methods to build reliable high-performant software.