Android 🤖, React ⚛️, Open Source 🐧, Public Speaking 🎤, and Running 🏃‍♂️.
That's what wakes me up in the morning!


Recent posts

4 minute read

Let’s discover two scenarios where name mangling is used in the Kotlin Compiler: inline classes and the internal modifier

4 minute read

Chucker is a simple library to inspect OkHTTP traffic directly on your Android device

5 minute read

How to use AndroidX migrated libraries on not yet migrated Android projects

9 minute read

Code reuse is fundamental, especially in tests. In this blogposts we’ll see how to write a JUnit Rule in order to share your code between tests.