Recent Posts

Dewan learns Kafka - Let’s talk to Kafka

6 minute read

In this week’s blog, I try to make sense of Apache Kafka® ProducerAPI and ConsumerAPI. In an effort to do so, I use a simple Java program to produce some mes...

Dewan learns Kafka - Basics

4 minute read

I am NOT a Kafka expert. The fact is, I’ve just started learning this topic. I believe that the best way to learn something is to learn in public. In this fi...

10 steps to a better Dockerfile

7 minute read

The journey to the cloud typically starts with containerizing your apps. One of the first challenges developers face is writing the blueprint for those conta...