Difference and Uses of Flow, StateFlow and SharedFlow1. Flow — One-time Data StreamsNov 21, 2024Nov 21, 2024
Kotlin Coroutines quick recap — Part 2withContext: It is one of the powerful functions in Coroutines; it is used to change the execution Context of a Coroutine to a different…May 1, 2024May 1, 2024
How does Authorization in OAuth2.0 works?!!!Have you heard about OAuth 2.0? Perhaps yes. But have you used OAuth 2.0 in your daily life? I think chances are 100% yes. This article is…Feb 12, 2024Feb 12, 2024
Quick Kotlin Coroutines recapIn this article, we will learn fundamental concepts of Coroutines like CoroutineScope, Coroutine Context, Coroutine Builders and Job. By…Aug 27, 2023Aug 27, 2023
CMake -Beginners: How to build a project using CMakeCMake is an opensource tool to create a build process for any kind of projects across different platforms. It can create build files for…Oct 11, 2020Oct 11, 2020