@rafilul587
Passionate android app developer
Nothing here yet.
Available for job and collaboration.
Aug 23, 2024 · 4 min read · Coroutines, while gaining popularity in recent years, are not a completely new concept. They have evolved from various programming paradigms and languages that aimed to solve similar problems of concurrency, efficiency, and simplifying asynchronous c...
Join discussionAug 23, 2024 · 3 min read · What is "Suspending" in Coroutines? A coroutine is a lightweight thread-like structure that allows you to write asynchronous code in a sequential manner. The key feature of a coroutine is its ability to suspend its execution without blocking the unde...
Join discussionAug 23, 2024 · 7 min read · This is a summary of all the topics I discussed in this coroutines series. Deep dive in Kotlin coroutine series: What is suspension in coroutines and how it works? Why coroutines is so popular why the
Join discussion