Android developer, Kotlin fanatic and wannabe Rustacean
Recent posts
Jan 2, 2021
Tips and Tricks for GitHub Actions —
GitHub Actions is a power CI/CD platform that can do a lot more than your traditional CI systems. Here's some tips to get you started with exploring its true potential.
Dec 22, 2020
Improvements to inline classes in Kotlin 1.4.30 —
Kotlin 1.4.30 is poised to improve on multiple pain points with inline classes, making them more generally useful. Let's look at these changes!
Dec 21, 2020
Manually parsing JSON with Moshi —
Moshi is a fast and powerful JSON parsing library for the JVM and Android. Today we look into manually parsing JSON to and from Java/Kotlin classes