I Wrote A Book!
I wrote a book! đź“™
Very excited to share that the book I’ve been working on all year is finally finished and available!
I wrote a book! đź“™
Very excited to share that the book I’ve been working on all year is finally finished and available!
In this post, we’ll introduce you to formatting Kotlin code with ktlint, and specifically focus on adding ktlint to your Kotlin project.
Continue readingFormatting Kotlin Code with ktlint – Adding ktlint to Your Kotlin Project
I’m happy to share that my 2.5 hour Kotlin tutorial is now available via freeCodeCamp! Learn the Kotlin programming language in this introduction to Kotlin.
Kotlin vs Flutter. Which should you learn? This post aims to explore this question and whether or not you’re comparing them fairly.
Read Time: 2 mins
Ready to start learning Kotlin? In this video, you’ll learn of a variety of resources to learn Kotlin and better use the language.
There's never been a better time to learn Kotlin Click To Tweet
Great documentation, blog posts, videos, courses, etc…
There are a lot of great options for you.
Read Time: 3 mins
Kotlin’s popularity continues to grow, and there’s never been a better time to start using & learning the language.
Thankfully, Kotlin is surprisingly easy to try out.
You can try it in a browser. It’s supported my multiple IDEs. You can learn on your own in a new project, or walk through sample exercises with a guided learning plugin.
This posts collects a number of those resources so you can pick what works best for you.
Â
Introduction “Sealed classes are used for representing restricted class hierarchies…” As such, Sealed Classes are useful when modeling state’s within various app workflows We’ve leveraged this to simplify a few different use cases in our app, and wanted to share what we’ve found about modeling ViewModel states using sealed classes.  Our Problem We commonly…