Values and Mutability In Kotlin: Getting Started
Mar 22 2021 · Article (30 mins)
In this Values and Mutability tutorial, you’ll learn how to declare mutable, immutable, constant, late/lazily...
more
Values and Mutability In Kotlin: Getting Started
In this Values and Mutability tutorial, you’ll learn how to declare mutable, immutable, constant, late/lazily initialized, static & inline values.
Android & Kotlin
Build an App Like Discord with Firebase
Nov 18 2020 · Video Course (2 hrs, 6 mins)
Learn how to create a messaging app like Discord or Slack using Firebase! Firebase is one of the most popu...
more
Build an App Like Discord with Firebase
Learn how to create a messaging app like Discord or Slack using Firebase! Firebase is one of the most popular mobile development platforms out there that helps you implement authentication and a realtime database for your apps.
Android & Kotlin
Functional Programming With Kotlin and Arrow — Algebraic Data Types
Aug 26 2020 · Article (35 mins)
Learn how to use algebraic operations to better understand functional programming concepts like class constru...
more
Functional Programming With Kotlin and Arrow — Algebraic Data Types
Learn how to use algebraic operations to better understand functional programming concepts like class constructs, typeclasses and lists in Kotlin & Arrow.
Android & Kotlin
Functional Programming with Kotlin and Arrow – Generate Typeclasses With Arrow
Aug 12 2020 · Article (25 mins)
In this Kotlin tutorial, you’ll take the functional programming concepts learned in previous tutorials and ap...
more
Functional Programming with Kotlin and Arrow – Generate Typeclasses With Arrow
In this Kotlin tutorial, you’ll take the functional programming concepts learned in previous tutorials and apply them with the use of the Arrow framework.