add kotlin tutorial to build reddit clone

This commit is contained in:
Tu Tran 2017-05-24 23:52:45 -04:00
parent 28df6a59f9
commit 5a669b6cd6

View File

@ -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/)