life is too short for a diary

Most popular




How to Listen to a Kafka Consumer in Spring Boot (Reactive & Non-Reactive)

Listening to a kafka consumer varies in both servlet and reactive application...

Continue reading → Tags : java spring boot kafka






The Best Free Games to Play

Curated list of free games to play...

Continue reading → Tags : video games






Types in Java

Java is a statically typed language , which means that every variable, method parameter, and expression must have a defined type known at compile time. This helps catch errors early and improves code reliability...

Continue reading → Tags : java