#software-development
Read more stories on Hashnode
Articles with this tag
Many developers know how to survive screen rotations using ViewModel or rememberSaveable, but the bigger questions remain: Why does state get lost in...
Recently, while working on a project, I began to reflect on the application of the DRY principle. I often avoid repetition, ensuring that every piece...
Forget the Formalities ! There's no introduction for this blogpost 😅 (or maybe I have a blank page syndrome). Let's try debunking some myths around...
As developers, we strive to create applications that are not only functional and user-friendly, but also optimized to utilize system resources...
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...