life is too short for a diary

Most popular




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






Daily Logs for Aug 4, 2025

Dear Vishi, my logs for today...

Continue reading → Tags : oauth2 vim






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