Blog Posts

Recent posts

Kafka - Docker compose example for Kafka

less than 1 minute read

Kafka docker compose example. Please set value of KAFKA_ADVERTISED_HOST_NAME for local host IP address. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 version: '2...

Time - days of clock vs Monotonic clocks

less than 1 minute read

Getting days of clocks - Linux: clock_gettime(CLOCK_REALTIME) - Java: System.currentTimeMillis() Getting monotonic clocks - Linux: clock_gettime(CLOCK_MONOTO...

Reactive Programming

less than 1 minute read

It is worth to read through The Reactive Manifesto definition. https://www.reactivemanifesto.org/glossary