diff --git a/README.md b/README.md index 4bb3714..4f6f4e3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Clojure](#clojure) * [Java](#java) * [JavaScript](#javascript) +* [Kotlin](#kotlin) * [Python](#python) * [Go](#go) * [Ruby](#ruby) @@ -85,6 +86,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [How to Build a Web Framework in Less Than 20 Lines of Code](https://www.pubnub.com/blog/build-yourself-a-web-framework-in-less-than-20-lines-of-code/) * [Build Yourself a Redux](https://zapier.com/engineering/how-to-build-redux/) +## Kotlin: +* [Keddit - Learn Kotlin While Developing an Android Application](https://medium.com/@juanchosaravia/learn-kotlin-while-developing-an-android-app-introduction-567e21ff9664) + ## Python: ### Web Scraping: * [Mining Twitter Data with Python](https://marcobonzanini.com/2015/03/02/mining-twitter-data-with-python-part-1/)