Effective Java in Kotlin: Item 12 — Always override toStringThis article is part of a series of articles where I analyse how some items, of the famous book Effective Java written by Joshua Bloch…Feb 3, 2021Feb 3, 2021
Published inThe StartupEffective Java in Kotlin: Item 11 - Always override hashCode when you override equalsThis article is part of a series of articles where I analyse how some items, of the famous book Effective Java written by Joshua Bloch…Jan 25, 20211Jan 25, 20211
Published inThe StartupEffective Java in Kotlin: Item 10 - Obey the general contract when overriding equalsThis article is part of a series of articles where I analyse how some items, of the famous book Effective Java written by Joshua Bloch…Jan 25, 2021Jan 25, 2021
Effective Java in KotlinAs Android developers, by now, we all recognized the advantages of Kotlin over Java: conciseness, null safety, support for functional…Jan 25, 2021Jan 25, 2021
Published inThe StartupThe complete ROOM migration guideIn this article let’s examine a few situations you might face while you are developing your app using ROOM database. Sometimes there is a…Apr 14, 20203Apr 14, 20203
Published inFAUN — Developer Community 🐾How to setup GitLab CI for your Android projectsHave you ever accidentally pushed a typo that broke your Android build or unit tests ? Continuous Integration (CI) is a way to avoid…May 9, 2019May 9, 2019