PinnedUnshared parts of SharedFlow — KotlinKotlin has made concurrency look easy to the developers. It has provided several APIs in kotlinx.coroutines and kotlinx.coroutines.flow …Feb 28, 2022Feb 28, 2022
One Espresso, Please…Test cases are fun to write which I discovered recently. A few days back, I felt that let’s start writing UI test cases for new…Sep 7, 2021Sep 7, 2021
The Curious Case of Cosmos DBRecently, I got a chance to work on the Cosmos DB which is offered by Microsoft Azure. Initially it was fun writing CRUD operations on the…Jan 25, 2021Jan 25, 2021
Kotlin Type System — How does it ensure null safety?Kotlin Type System provides a way to handle null values and avoid NullPointerExceptions. Kotlin doesn’t implicitly support null values i.e…Sep 2, 2019Sep 2, 2019