android 29 Jan 2022 · 2 min read Global Coroutine scope is scary Overview Using suspend methods with coroutines is a new norm while using Kotlin in Android, Kotlin Native or Kotlin Multiplatform. Recently, I have been searching good libraries for the multiplatform Read more
android 20 Jun 2021 · 2 min read Intent extractor for lazies in Kotlin While developing Nyx, I stumbled upon a custom delegate that would get me the extras using an inner class. Similar to safeArgs. I found it a very intriguing thing for Read more
clean code 19 Mar 2021 · 3 min read Dependency Injection and Code Smell In a Wonderland, Developers get more intellectual continuously. The code we wrote today ought to be superior to the code we wrote a year or two ago. Now-a-days we have Read more