September 03, 2022
5 of the most important things that improved my usage of AWS Lambda and that I wish I had known from the start!
Read more >>
March 23, 2022
Error handling is an important part to understand in the workflow of structured concurrency. In this post, we will dive deep into this and uncover some of the most surprising and misleading parts of Kotlin coroutines!
Read more >>
February 13, 2022
This post explains structured concurrency in an intuitive way and shows how it simplifies concurrent programs in practice!
Read more >>
December 27, 2021
In this post, we will discover the consequences of making blocking calls inside coroutines, what strategies we can use to deal with them, and how to detect illegitimate blocking calls inside coroutines in practice using Blockhound!
Read more >>