#kotlin
Read more stories on Hashnode
Articles with this tag
Coroutines are a concurrency design pattern used in programming to write asynchronous code in a more sequential and readable manner. Both suspending...
As developers, we strive to create applications that are not only functional and user-friendly, but also optimized to utilize system resources...
When you are working on an application interacting with a backend, you will surely need to know if all your requests are executed correctly, in case...
Sometimes in our code, we want to use something only in a certain scope, without which it won’t work properly. We can use context receivers to express...
States are one of the most important concepts in Jetpack Compose, knowing how to use them is an asset for anyone who wants to use this tool. In this...
Hi Developers, let's talk about "Boolean blindness" and why you should avoid using boolean to manage states in your application. If I come up to you...