Published inNew Work DevelopmentDealing with RxJava's never-ending ObservablesNever-ending Observables are those that observe some data indefinitely until you unsubscribe from them. They're quite useful in many…Jun 4, 2018A response icon2Jun 4, 2018A response icon2
Delimiting your app boundaries with Kotlin's sealed classesSome of us might run into a common problem when having to present data to the user. That is, encoding real life's boundaries into a…Feb 22, 2018A response icon1Feb 22, 2018A response icon1
Published inNew Work DevelopmentReactive Functional Presenters: Handling Typing notifications.Working on a messenger app is great, it's both complicated and fun. It sometimes requires you to try to figure it out how some giants in…Apr 19, 2017A response icon1Apr 19, 2017A response icon1
Published inHackerNoon.comKotlin Functors, Applicatives, And Monads in Pictures. Part 3/3This is a translation of Functors, Applicatives, And Monads In Pictures from Haskell into Kotlin.Apr 11, 2017A response icon3Apr 11, 2017A response icon3
Published inHackerNoon.comKotlin Functors, Applicatives, And Monads in Pictures. Part 2/3This is a translation of Functors, Applicatives, And Monads In Pictures from Haskell into Kotlin.Apr 4, 2017A response icon2Apr 4, 2017A response icon2
Published inHackerNoon.comKotlin Functors, Applicatives, And Monads in Pictures. Part 1/3This is a translation of Functors, Applicatives, And Monads In Pictures from Haskell into Kotlin.Mar 28, 2017A response icon11Mar 28, 2017A response icon11
10 reasons to give at least one public talk in your lifeRecently I gave couple of technical talks in few conferences and I got a really enjoyable experience doing it. And although I’m no expert…Mar 22, 2017A response icon2Mar 22, 2017A response icon2
Published inNew Work DevelopmentReactive Views: retrying errorsThis post was featured in Android Weekly’s #231 issue.Nov 9, 2016A response icon3Nov 9, 2016A response icon3
Android Studio tricks: Extra InspectionsWhen using Android Studio for development all of us have already encounter that the IDE shows some warnings on some specific actions we try…May 17, 2016A response icon2May 17, 2016A response icon2