Recent Posts

Kotlin for Interviews

3 minute read

This post contains the Kotlin 5-minute cheat sheet of APIs, which will be helpful during algorithm interviews. You can revise it right before the interview o...

Evolution Of Unit Tests

8 minute read

In the article we take a look at the unit test evolution from beginner to pro-level. “Rate us” dialog is a popular feature, and it will be a good example. Ty...

Improve Android Unit Tests

2 minute read

Improve Android unit tests with shared preferences mock library Shared preferences mock is the lightweight library let you increase coverage of unit tests an...

Android Open Source Signing

1 minute read

Simple config to hide signing keystore but allowing to build release variant for contributors. Useful for open source Apps and pet projects.

Kotlin Library Development

3 minute read

Kotlin library development for Android/Java hints Notices about forward/backward compatibility between Kotlin versions and good support of pure Java projects.