Cost of change & Dependency InversionCost of change is the main KPI in software architecture quality.Nov 23, 2022Nov 23, 2022
React Redux isn’t a monster 👹This article aims to make an easy introduction to React Redux, with a simple application, in the simplest way possible.Sep 28, 2022Sep 28, 2022
React UseReducer Hook — Made simple.I take pride in making things simple. Despite the thousands of articles on the subject, most people still struggle to understand it, based…Sep 3, 2022Sep 3, 2022
Don’t let your tests turn into liabilitiesDon’t create a 1-to-1 relation between your tests and the methods you’re testing. Methods change, tests should not. Focus on testing the…Jul 10, 2021Jul 10, 2021
What makes you a good developer?Hint: Not your technical skills.After I finished writing this article, I realized what I discuss here is largely applicable to other roles like product owners, scrum…Sep 15, 2020Sep 15, 2020
Toolbox of the modern Android developer — 2020 — PART 1What libraries and tools are widely used in professional Android app development?Aug 31, 2020Aug 31, 2020
Finally, a loveable dependency injection for Android: Hilt & KoinThis article is an introduction to Hilt, a new dependency injection library for Android. In the article you’ll find a basic implementation…Aug 19, 2020Aug 19, 2020
How I failed 10 job interviews this yearI have been looking for a new job for the last couple of weeks. The good news is I’ve accepted an offer now and off the market already.Aug 14, 2020Aug 14, 2020
Koin — Dependency Injection for AndroidI created a simple yet fun sample Android application to demonstrate how effective and easy-to-use the Koin is:Nov 19, 2019Nov 19, 2019
A simple Android LiveData Sample (couldn’t be simpler)I was looking for a simple LiveData sample app to show the technology to a friend of mine (who isn’t very technical) but failed miserably…Feb 26, 20191Feb 26, 20191