Zero downtime deployment with Arrow and Ktor Native
February 16, 2023
Webinar with Anton Arhipov on functional microservices with Ktor and Kubernetes about zero-downtime deployments.
February 16, 2023
Webinar with Anton Arhipov on functional microservices with Ktor and Kubernetes about zero-downtime deployments.
November 24, 2022
In the modern world we often need to make strong guarantees about how our applications terminate; Structured Concurrency gives us a powerful tool to reason about concurrency, parallel processes and how they relate to each other.
November 24, 2022
KotlinX’s Flow data type is extremely powerful, and offers an API that is quite familiar for functional programmers. This talk will showcase how we can leverage KotlinX Flow to describe powerful programs, and build pipelines to transform and manipulate data in an efficient streaming way.
May 31, 2022
Webinar with Anton Arhipov on functional microservices with Ktor and Arrow.
February 17, 2022
Last week a long awaited feature was released as a preview in Kotlin 1.6.20-M1. In this blogpost we’re going to explore what Context Receivers are, and some benefits and patterns they’ll enable. To try it out in your IDE, follow this guide
January 18, 2022
Over the last several years I’ve seen many discussions on Kotlin’s features. Nullability is always a very high ranked one. I like it, but it’s definitely not my favorite feature.