Git Flow – everything that you need to know for your everyday work
Working with Git is one of the most important things that you could learn as a software developer. There are many different strategies for how we can work with Git and branches. I will focus here on the most popular approach for mobile projects – Git Flow. You will...
Even-driven communication between modules – draft
...
All you need for Dependency Injection is Kotlin
You may wonder what is the best Dependency Injection library for your Android project. Dagger, Hilt, Koin, or Kodein? I canโt answer that. You should choose what fits your project, experience, and expectation. But what if I would tell you that you donโt need any library? You have everything...