Some musings on how one could have avoided the silly mistake that brought down a web system near you
A taste of simple Android DI with Kotlin Context Receivers
An exploration of the potential of Kotlin Context Receivers for driving Dependency Injection in Android native projects, unveiling a simpler approach for context modeling and inversion of control
Enabling fault-tolerant HTTP networking for native Android apps
A review of HTTP resilience patterns, exploring which ones actually fit for Mobile applications, and how to implement a fault-tolerant HTTP networking layer for Android projects using Resilience4j, Testcontainers and Toxiproxy
The landscape of Android screenshot testing in 2023
Some considerations about existing libraries that enable screenshot testing for Android projects, comparing the capabilities and trade-offs of Shot, Paparazzi, and Dropshots.
Two strategies to drive screenshot testing in Mobile projects
Regardless of the nature of your Mobile project, if it uses a Design System, you should mind how to drive a screenshot testing strategy that maximizes the value you get from it, avoiding using a great tool in a poor way
The problem with disabled tests
Having disabled tests in a test suite is pretty much like having commented snippets among production code: a practice that solves no real issues while keeps the door open to further ones