Sep 51 min readWe've come a long way with Android Studio's Logcat đ˛ đ Not long ago, you had to export all of the logs and traverse them yourself if you wanted to run some specific search queries. Now all of...
Sep 11 min readCode is a liability, not an asset. đ ââď¸Â For every line of code that you write: - You need a test that covers it. - Somebody will have to read, understand, and support it. -...
Aug 312 min readCoroutines do đĄđ˘đ§ automatically run computations in the background!One worrying thing Iâve noticed during the recent interviews Iâve been conducting is devs thinking that starting a coroutine == starting...