Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit 8c6675c

Browse files
committed
Added descriptions for all cards
1 parent 9c98055 commit 8c6675c

File tree

6 files changed

+20
-2
lines changed

6 files changed

+20
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Building Web Applications with React and Kotlin/JS
22

3+
Create a React Application using Kotlin/JS and see how you can leverage
4+
static typing with Kotlin.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Introduction to Coroutines and Channels
2+
3+
Learn about coroutines in Kotlin and how you can communicate between
4+
them using channels.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Introduction to Kotlin Multiplatform
2+
3+
Learn how to create a server (JVM) and client side (JS) application using Kotlin Multiplatform.
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
# Introduction to Kotlin/Native
1+
# Introduction to Kotlin/Native
2+
3+
Create a simple HTTP client that can run natively on multiple
4+
platforms using Kotlin/Native and libcurl.
5+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Targeting iOS and Android with Kotlin Multiplatform
2+
3+
Learn how to create a mobile application that can target both iOS and Android using Kotlin Multiplatform.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# The State of Kotlin/JS
1+
# The State of Kotlin/JS
2+
3+
Supplementary materials for the talk "The State of Kotlin/JS" from KotlinConf 2019. You can expect more standalone learning materials regarding Kotlin/JS in early 2020.

0 commit comments

Comments
 (0)