Coroutines in Kotlin

The use of coroutines allows us to develop asynchronous code with better performance (comparing with using threads) and in a simpler way.
The ‘Lambda Expressions in Kotlin’ Course

This course focuses on the use of lambda expressions in Kotlin. This course fits developers that are already familiar with this Kotlin.