life is too short for a diary

Most popular




Porn and Sugar

I’ve begun to notice how similar porn and sugar are...

Continue reading → Tags : opinion






Compile Time vs Runtime Safety in Java

When writing Java code, ensuring correctness and reliability is a key concern. One way to achieve this is by leveraging the type system to catch errors early—ideally at compile time rather than at runtime. Let's explore this concept through a simple example...

Continue reading → Tags : java






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