Talk #1: The Kotlin Type System by Anton Spaans
Kotlin is a statically typed language. The compiler can help you check to see if your code does what it is supposed to do. Your task is to write correct types to help to compiler do that.
This talk will give you a good view of Kotlin’s Type System and show you how to get the most out of it.
Talk #2: Comparing RxJava with Flow by Alex Sullivan
RxJava has been the predominant reactive streams library used across the JVM for years. But now that coroutines have landed, how does it hold up to Jetbrains own reactive solution, Flow? In this talk, we'll do a deep dive comparing the two libraries and see what it takes to move complex chains from RxJava to Flow.
Ещё видео!