From f5ba211e86102de17d4973071d23664499528a65 Mon Sep 17 00:00:00 2001 From: Jeffery <32614105+Shaa3@users.noreply.github.com> Date: Mon, 13 Nov 2017 22:09:26 +0100 Subject: [PATCH 1/2] Add kotlin file --- lists/kotlin.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lists/kotlin.md diff --git a/lists/kotlin.md b/lists/kotlin.md new file mode 100644 index 0000000..0b73da1 --- /dev/null +++ b/lists/kotlin.md @@ -0,0 +1,29 @@ +# 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/) + +## Talks +#### [Introduction to Kotlin by example](https://www.youtube.com/watch?v=pjC8C1xid3k) + From 16f0764a41d672cf992f7a5d8e6e7a1eb72e2737 Mon Sep 17 00:00:00 2001 From: Jeffery <32614105+Shaa3@users.noreply.github.com> Date: Mon, 13 Nov 2017 22:21:09 +0100 Subject: [PATCH 2/2] Add tutorials --- lists/kotlin.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lists/kotlin.md b/lists/kotlin.md index 0b73da1..fcc160c 100644 --- a/lists/kotlin.md +++ b/lists/kotlin.md @@ -16,14 +16,18 @@ The language is developed by [JetBrains](https://www.jetbrains.com/) . - 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/) +#### [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) +#### [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]