diff --git a/lists/kotlin.md b/lists/kotlin.md new file mode 100644 index 0000000..fcc160c --- /dev/null +++ b/lists/kotlin.md @@ -0,0 +1,33 @@ +# Kotlin + +### What is kotlin? + +Kotlin is a programming language that targets the JVM. That means it's compiled to bytecode and later run on the JVM. +The language is developed by [JetBrains](https://www.jetbrains.com/) . + +### Types of content: + +- Resources +- Blogs +- Talks + +### Contributors + +- Shaa3 + +## Resources +#### [FAQ](https://kotlinlang.org/docs/reference/faq.html) +#### [Kotlin online editor](https://try.kotlinlang.org/) +#### [Kotlin examples repo](https://github.com/JetBrains/kotlin-examples) + +## Blogs +#### [Kotlin best practices](https://blog.philipphauer.de/idiomatic-kotlin-best-practices/) [Intermediate] + +## Talks +#### [Introduction to Kotlin by example](https://www.youtube.com/watch?v=pjC8C1xid3k) [Beginner - Intermediate] + +## Tutorials +#### [Kotlin tutorial | Basics](https://www.youtube.com/watch?v=H_oGi8uuDpA) [Beginner] +#### [Kotlin tutorial | Advanced](https://www.youtube.com/watch?v=X1RVYt2QKQE) [Intermediate] +#### [Kotlin tutorial | Android](https://www.youtube.com/watch?v=sZWMPYIkNd8) [Intermediate] +