My Git Workflow for IntelliJ and The Command Line
A short list of my most used Git commands and IDE functionalities like Changelist, Interactive Rebase, Navigating to the previous branch
A short list of my most used Git commands and IDE functionalities like Changelist, Interactive Rebase, Navigating to the previous branch
Keeping Kotlin Multiplatform tests clean while using the standard kotlin.test framework
Databases are an integral part of mobile application development, so it's important that these features are properly tested.
Recently I reactivated my old project Timi which I used to learn Compose. This time my focus is on learning the iOS side of Kotlin Multiplatform, I'm hoping that this experience will help me better understand my colleagues on the other platform. Working on a smaller project also
Writing UI tests for pager layouts can be problematic in Compose. In this post, I'll share my experience and solutions when dealing with such screens.