Pi-hole using Docker on ODroid-C2

Just recently experimented with the use of Pi-hole (running on an ARM based SBC) as the Network-wide Ads and Internet Tracking blocker.

This article provides the step-by-step instructions to get Pi-hole running on Docker.

Here is the link to the article:

Pi-hole using Docker on ODroid-C2

Enjoy 🙂 !!!

Exploring Kafka Streams :: Part 6

In Part-6 of this series, we will re-explore the different Windowing techniques of Kafka Streams for aggregation, but with two changes – first is to extract the Kafka message timestamp and second is to use an in-memory state store. We will implement and demonstrate the concepts using a simple application in Java. Here is the link to the article:

Exploring Kafka Streams :: Part 6

Enjoy 🙂 !!!