Java

[EN] Java from 24 to 25
[EN] Java from 24 to 25

Hello everyone,

In the world of Java development, we have become accustomed to rapid change. Almost two decades have passed since the legendary article saying goodbye to Java 8, and the platform has continued to evolve. The monolithic release cycle is history. Instead, we get new features every six …

[EN] Your first microservice stack
[EN] Your first …

Hello everyone,

As developers, we know that writing an application is only half the battle. The other half is packaging, rolling out and operating them reliably. This is where the microservice stack with Spring Boot, Docker and Kubernetes comes into play.

[EN] Java 8: revolution in code writing – 50 essential lambda and stream snippets
[EN] Java 8: revolution …

Hello everyone,

Java 8 fundamentally changed the way we write code. The introduction of Lambda expressions and the Stream API brought a much more functional programming style to Java, allowing us developers to write cleaner, more concise and much more readable code.