
7 Android Studio Tips to Improve Productivity
Android Studio is a complex IDE with many features, shortcuts, and plugins.As an experienced Android developer, I have some habits built around using the IDE after spending…

How to Decouple Dependencies in Swift / iOS Projects
If you want to create a modular system for your code, managing dependencies can become an issue. It’s a key point of your design. It's crucial to decouple dependencies when developing…

Jetpack Compose 101: The Basics
Jetpack Compose is the latest declarative UI development toolkit announced by Android. With compose, many screens can be developed safer and faster with lesser code. Here are the…
