Aug 101 min readHow Do Coroutines Enhance Multithreading in Android and JVM? 🤔The animation below 🎥 illustrates how coroutines optimize thread resource utilization for more efficient request processing. In the...
Jul 161 min readHow to count in binaryThere are only 🔟 types of people: - Those who understand binary - Those who don't understand binary It's important for every engineer to...
Jul 151 min readCoerceAtMost() function in KotlinThe `coerceAtMost()` function in Kotlin ensures that the value to which it is applied is not greater than the specified. It really helps...