Android developer role
A few months ago, I did something different. I started building in public. I've built plenty of apps before. Most of them died in my local repository, never seeing the light of day. But this time with my Quotes app, I decided to share every step of t...

Testing is often underrated in Android development. While it might feel boring or unnecessary for small or personal projects, it becomes essential when building production-ready apps. In real-world scenarios, where multiple developers work on the sam...

This quick guide to the Builder Design Pattern is perfect whether you're looking for a quick revision or aiming to grasp the concept from scratch The Builder Pattern is a creational design pattern used to construct complex objects step by step. It’s ...
