From b942ea994c1d58fa9f0752bc58201a7996fa223a Mon Sep 17 00:00:00 2001 From: Marc Shepherd <32987732+MMShep97@users.noreply.github.com> Date: Mon, 26 Oct 2020 17:54:50 -0500 Subject: [PATCH] [Kotlin] Add Content (screencast, courses) (#4729) * Add beginner youtube tutorial by freecodeCamp * Add two kotlin courses * Update format convention - fix author credit * Update free-courses-en.md Co-authored-by: Seth * Move existing course from android to kotlin section Co-authored-by: Seth --- free-courses-en.md | 9 ++++++++- free-podcasts-screencasts-en.md | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/free-courses-en.md b/free-courses-en.md index adae4db1..b549a5e0 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -35,6 +35,7 @@ * [Redux](#redux) * [Sails.js](#sailsjs) * [Vue.js](#vuejs) +* [Kotlin](#kotlin) * [Kubernetes](#kubernetes) * [Linux](#linux) * [Lua](#lua) @@ -87,7 +88,6 @@ * [Android Developer Fundamentals (Version 2) — Codelab](https://developer.android.com/courses/fundamentals-training/toc-v2) * [Android Developer Fundamentals (Version 2) — Concepts](https://google-developer-training.github.io/android-developer-fundamentals-course-concepts-v2/index.html) * [CS50 2019 - Android Track](https://www.youtube.com/playlist?list=PLhQjrBD2T381qULidYDKP55-4u1piASC1) - David J. Malan (Harvard OpenCourseWare) -* [Developing Android Apps with Kotlin](https://www.udacity.com/course/developing-android-apps-with-kotlin--ud9012) (Udacity) * [Learn how to program: Android](https://www.learnhowtoprogram.com/android) - Epicodus Inc. * [Material design](https://material.io/guidelines/) * [Programming Cloud Services for Android Handheld Systems](https://www.coursera.org/course/mobilecloudprogram) @@ -377,6 +377,13 @@ * [Vuex for Everyone](https://vueschool.io/courses/vuex-for-everyone) +### Kotlin + +* [Android Kotlin Tutorial: Create Android Apps using Kotlin](https://www.youtube.com/playlist?list=PLlxmoA0rQ-Lw5k_QCqVl3rsoJOnb_00UV) - Sriyank Siddhartha (YouTube) +* [Developing Android Apps with Kotlin](https://www.udacity.com/course/developing-android-apps-with-kotlin--ud9012) (Udacity) +* [Kotlin Bootcamp for Programmers](https://www.udacity.com/course/kotlin-bootcamp-for-programmers--ud9011) - Aleks Haecky, Asser Samak, Sean McQuillan (Udacity) + + ### Kubernetes * [Learn Kubernetes](https://www.katacoda.com/courses/kubernetes) - Katacoda diff --git a/free-podcasts-screencasts-en.md b/free-podcasts-screencasts-en.md index e7d779f3..253ccb49 100644 --- a/free-podcasts-screencasts-en.md +++ b/free-podcasts-screencasts-en.md @@ -192,6 +192,7 @@ ### Kotlin +* [freeCodeCamp - Tutorial for Beginners](https://www.youtube.com/watch?v=F9UC9DY-vIU) - Nate Ebel (screencast) * [Kotlin Beginners Tutorials](https://www.youtube.com/playlist?list=PLpg00ti3ApRweIhdOI4VCFFStx4uXC__u) (screencast) * [Talking Kotlin](http://talkingkotlin.com) (podcast) -- GitLab