Ktor from Ground Up with Anton Arhipov

Welcome to the first of our October 2021 speakers - Anton Arhipov

Lee Turner

1 minute read

<p>In this talk, I’m going to focus primarily on Ktor for backend development. Let’s see how simple it is to create robust asynchronous server-side applications with Ktor. We’ll look into Ktor’s features, deployment, extensibility model.</p>

The Best of Both Worlds - Kotlin + FP with Shelby Cohen and Katie Levy

Welcome to the second of our September 2021 speakers - Shelby Cohen and Katie Levy

Lee Turner

1 minute read

<p>Functional Programming is an excellent way to simplify your code and reduce bugs, and to make things even better, Kotlin provides a natural transition to using Functional Programming paradigms. But before that, let’s talk about what Functional Programming even is. In this talk, we’ll break down the key aspects of what defines Functional Programming and the key benefits of using Functional Programming paradigms. Then we’ll walk you through how to use Functional Programming…