Total 12 Posts

Kotlin

Kotlin: Like Java, But Better (Part 2)

If you haven't already read part one of this blog series, then check…

Read More


Jun 17, 2021 6 min read

Davis Mohar

Java

Kotlin: Like Java, But Better (Part 1)

Kotlin has quickly risen to popularity as an alternative language to Java. In this blog…

Read More


May 27, 2021 4 min read

Davis Mohar

Kotlin

Android DI: From Dagger to Koin

Dependency injection is a pattern whereby you let a third party (ie, - a framework)…

Read More


Jul 18, 2019 6 min read

Thomas Boutin

Kotlin

Kafka tutorial #7 - Kafka Streams SerDes and Avro

This is the seventh post in this series where we go through the basics of…

Read More


Aug 08, 2018 3 min read

Alexis Seigneurin

Apache Kafka

Kafka tutorial #6 - Kafka Streams in Kotlin

This is the sixth post in this series where we go through the basics of…

Read More


Aug 08, 2018 5 min read

Alexis Seigneurin

Apache Kafka

Kafka tutorial #5 - Consuming Avro data

This is the fifth post in this series where we go through the basics of…

Read More


Aug 08, 2018 2 min read

Alexis Seigneurin

Apache Kafka

Kafka tutorial #4 - Avro and the Schema Registry

This is the fourth post in this series where we go through the basics of…

Read More


Aug 07, 2018 7 min read

Alexis Seigneurin

Apache Kafka

Kafka tutorial #3 - JSON SerDes

This is the third post in this series where we go through the basics of…

Read More


Aug 06, 2018 2 min read

Alexis Seigneurin

Apache Kafka

Kafka tutorial #2 - Simple Kafka consumer in Kotlin

This is the second post in this series where we go through the basics of…

Read More


Aug 06, 2018 5 min read

Alexis Seigneurin

Apache Kafka

Kafka tutorial #1 - Simple Kafka producer in Kotlin

Kafka 2.0 just got released [http://kafka.apache.org/downloads#2.0.0], so…

Read More


Aug 01, 2018 5 min read

Alexis Seigneurin

Apache Kafka

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…

Read More


Feb 12, 2018 6 min read

Alexis Seigneurin

Kotlin

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…

Read More


Feb 12, 2018 5 min read

Alexis Seigneurin

Kotlin