Android 🤖, React ⚛️, Open Source 🐧, Public Speaking 🎤, and Running 🏃♂️.
That's what wakes me up in the morning!
Recent posts
Name Mangling in Kotlin
18 Feb 2020
Let’s discover two scenarios where name mangling is used in the Kotlin Compiler: inline classes and the internal modifier
Calling the Kotlin Opensource Developers
19 Nov 2019
Announcing the Kotlin DevRoom at FOSDEM 2020 and how you can participate with your own session
Introducing Chucker
11 Sep 2019
Chucker is a simple library to inspect OkHTTP traffic directly on your Android device
Jetifier Reverse Mode
24 Jan 2019
How to use AndroidX migrated libraries on not yet migrated Android projects
Don’t be lazy, use @Rules
27 Nov 2018
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.