InKt. AcademybyHalina Kt AcademyHello Kotliner,In this issue, you’ll discover the third edition of “Kotlin Coroutines: Deep Dive,” explore Kotlin for Developers series updates, and learn…May 20
Yosi MizrachiKotlin Extension Functions — Use them, don’t abuse them!Sometimes I feel Kotlin is doing some magic under the hood. All that goodies the we get with it that saves us a ton of code, extension…Dec 27, 20182
Anshul NigamFlow API IntegrationHave you ever heard of a new framework called “flow”. So a question arises when we have coroutines for API calling and all the why do we…Dec 29, 2021Dec 29, 2021
InKt. AcademybyJoanna WykaProgramming articles & Podcast from Kt. Academy4 Kotlin articles | Thinking functionally in Kotlin | Coding with Holger podcast | International Programmer’s DaySep 13, 2021Sep 13, 2021
Wei HungA Practical Guide to Kotlin Data Class — With ExamplesTL; DR: Data class reduces boilerplate code by automatically providing getter/setter, hashcode, equals, toString, and componentN methods.Feb 7, 2021Feb 7, 2021
InKt. AcademybyHalina Kt AcademyHello Kotliner,In this issue, you’ll discover the third edition of “Kotlin Coroutines: Deep Dive,” explore Kotlin for Developers series updates, and learn…May 20
Yosi MizrachiKotlin Extension Functions — Use them, don’t abuse them!Sometimes I feel Kotlin is doing some magic under the hood. All that goodies the we get with it that saves us a ton of code, extension…Dec 27, 20182
Anshul NigamFlow API IntegrationHave you ever heard of a new framework called “flow”. So a question arises when we have coroutines for API calling and all the why do we…Dec 29, 2021
InKt. AcademybyJoanna WykaProgramming articles & Podcast from Kt. Academy4 Kotlin articles | Thinking functionally in Kotlin | Coding with Holger podcast | International Programmer’s DaySep 13, 2021
Wei HungA Practical Guide to Kotlin Data Class — With ExamplesTL; DR: Data class reduces boilerplate code by automatically providing getter/setter, hashcode, equals, toString, and componentN methods.Feb 7, 2021
Marc CALANDROEffective 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, 2021
Marc CALANDROEffective 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, 20211
Marc CALANDROEffective 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, 2021