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 1 Nov 2021 · 6 min read Logging for Dummies Overview Logs are very useful while debugging an issue and finding a root cause for it. I would write tons of garbage logs lines such as “inside save image method” Read more
programming 27 Jun 2021 · 3 min read Naming things in codebase Naming your methods and fields while programming can be hard at times, But not impossible and since, there is no concrete guideline about the naming, I made up my own. Read more