DEV Community

Daniel Rendox
Daniel Rendox

Posted on • Updated on

Kotlin Decoded Intro and useful resources for learning Kotlin

Welcome to Kotlin Decoded, a series of articles where I share my notes on learning Kotlin as a Java developer.

These articles compare Kotlin and Java and provide useful tips from various sources. They can save you some time and clarify some concepts.

The articles are mainly for Java developers. But you may still learn something new if you come from another language. Just keep in mind that this series is not a comprehensive Kotlin tutorial and is not suitable for beginners without any prior programming experience.

Learning resources

Here are the resources I’m going to use to learn Kotlin. I’ll update the list during my journey. If you know other good ones, feel free to provide them in the comments.

  1. Kotlin for Java devs | YouTube playlist — youtube.com
  2. Intermediate-level Kotlin | YouTube playlist — youtube.com
  3. Basic Kotlin syntax — kotlinlang.org
  4. Big Kotlin syntax summary + comparison to Python — khan.github.io
  5. Kotlin Koans — kotlinlang.org
  6. Kotlin by example — kotlinlang.org
  7. Kotlin for Java developers course — developer.android.com
  8. Other learning resources suggested by DEV community — dev.to

Top comments (0)