Kotlin: Like Java, But Better (Part 2)
If you haven't already read part one of this blog series, then check…
Kotlin: Like Java, But Better (Part 1)
Kotlin has quickly risen to popularity as an alternative language to Java. In this blog…
Android DI: From Dagger to Koin
Dependency injection is a pattern whereby you let a third party (ie, - a framework)…
Kafka tutorial #7 - Kafka Streams SerDes and Avro
This is the seventh post in this series where we go through the basics of…
Kafka tutorial #6 - Kafka Streams in Kotlin
This is the sixth post in this series where we go through the basics of…
Kafka tutorial #5 - Consuming Avro data
This is the fifth post in this series where we go through the basics of…
Kafka tutorial #4 - Avro and the Schema Registry
This is the fourth post in this series where we go through the basics of…
Kafka tutorial #3 - JSON SerDes
This is the third post in this series where we go through the basics of…
Kafka tutorial #2 - Simple Kafka consumer in Kotlin
This is the second post in this series where we go through the basics of…
Kafka tutorial #1 - Simple Kafka producer in Kotlin
Kafka 2.0 just got released [http://kafka.apache.org/downloads#2.0.0], so…
My journey with Kotlin - Part 2: Introduction to Kotlin
This is the second post of a 2-part introduction to Kotlin, a programming language for…
My journey with Kotlin - Part 1: How I came to dislike Java
This post is a 2-part introduction to Kotlin, a programming language for the JVM. If…