Kovenant cheat sheet
Promises are awesome. They remove a lot of the complexity of dealing with asynchronous code, and ever since I started using them in Javascript I've never gone back to callbacks. When it comes to Android development I've done a bit of experimenting with RxKotlin, but it was a bit overcomplicated for my needs. Recently I've