Kotlin and Vert.x Livestream - Event Loop and Coroutines Second livestream session of the creation of a Kotlin lint bot that runs on Github
Kotlin and Vert.x Livestream - Gradle project setup Livestreaming the creation of a Kotlin lint bot that runs on Github. In this stream we work on getting our multi-module gradle project setup with the right depdencies and then launching a vertx http server
Kotlin Scuttlebutt Programming Stream - Peer Discovery Learning how the core scuttlebutt protocol works by developing a Scuttlebot library in Kotlin. In this first stream we take a look at peer discovery
Kotlin NIO Programming Stream 4 - Buffering Data Learn how to use the non-blocking IO API's from Java in kotlin. This stream explors how to buffer client data payloads
Kotlin NIO Programming Stream 3 - Selectors and Threads Learn how to use the non-blocking IO API's from Java in kotlin. This stream explores using multiple selectors and threads to read data
Kotlin NIO Programming Stream 2 - SelectionKeys Learn how to use the non-blocking IO API's from Java in kotlin. This stream looks a bit deeper at the SelectionKey API and its attributes
Kotlin NIO Programming Stream 1 - Non-Blocking IO Basics This is the first stream in a series detailing how to use the non-blocking IO framework in Java with Kotlin.