Java

[EN] Why senior engineers almost never write `!= null`
[EN] Why senior engineers …

Hello everyone,

If you’ve been around the Java world for a while, you know the picture: your code is littered with defensive queries like:

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