The Map, Equals, Hashcode Java Challenge
Understanding deeply how to use a Map, equals, and hashcode in Java will be a massive help for you to create high-quality code!

Rafael del Nero
5,409 viewsUnderstanding deeply how to use a Map, equals, and hashcode in Java will be a massive help for you to create high-quality code!

Deepu K Sasidharan
7,998 viewsIn this article I'm going to focus on things that you can do in Java which are in line with functional programming concepts.

Rafael del Nero
3,018 viewsMain goal of the Optional class is to avoid NullPointerException. It’s much easier to deal with null when we use the concept of Optional.

Tetiana Fydorenchyk
9,080 viewsDetails on OpenJDK patch that improves elasticity & enables automatic vertical memory scaling of Java applications with G1 garbage …

Tetiana Fydorenchyk
7,397 viewsWhat types of garbage collection is available at the market, what GC does for Java applications and how it works within Jelastic PaaS.

Sumith Puri
4,385 viewsGang of Four patterns are legend, let's walk through examples of the Observer, Factory, Command, Singleton, Decorator, and Factory Patterns.

Almas Baimagambetov
7,595 viewsHow to make a simple clone of Pong using the JavaFX FXGL game engine. We will be using the latest (currently 11.15) version of FXGL.

Tetiana Fydorenchyk
5,948 viewsExplore the simple steps of building Spring Boot Fat (Uber) Jars of your own project and running it as microservices.

Tetiana Fydorenchyk
4,281 viewsAutomate Java applications continuous integration and delivery with pre-configured master-slave Jenkins cluster from Jelastic PaaS.

Michal Trojanowski
9,746 viewsLearn how to set up an OpenID Connect (OIDC) client with Spring Security using mutual TLS as a method for authenticating the client.