From 1142aa8f32a2f6da92c4a6c1f3f9a6bfd8344538 Mon Sep 17 00:00:00 2001 From: Daniel Mushailov Date: Tue, 23 May 2017 10:02:40 -0400 Subject: [PATCH 1/3] Added 'Hacking With Swift' online tutorial --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3b353cd..f1c6aeb 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [PHP](#php) * [R](#r) * [Rust](#rust) +* [Swift](#swift) * [Additional resources](#additional-resources) ## C/C++: @@ -141,6 +142,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Part 2b](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-2b/) * [Write an OS in Rust](http://os.phil-opp.com/) +## Swift: +* [Hacking with Swift - Learn Swift by doing 39 projects](https://www.hackingwithswift.com/read) + ## Additional Resources * [React Redux Links](https://github.com/markerikson/react-redux-links) * [Full Stack Python](https://www.fullstackpython.com/) From 8b06439f1238242624405dfc283aba076ebc78e5 Mon Sep 17 00:00:00 2001 From: Tom Holder Date: Sun, 25 Jun 2017 19:54:28 -0400 Subject: [PATCH 2/3] Build a web application with Django and AngularJS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1d829e..4b84027 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * Build an offline-capable Hacker News client with Angular 2+ * [Part 1](https://houssein.me/angular2-hacker-news) * [Part 2](https://houssein.me/progressive-angular-applications) +* [Build a web application with Django and AngularJS](https://thinkster.io/django-angularjs-tutorial) #### Others (Node, Hapi, Express...): * [Build a URL Shortener with Node, MongoDB and Hapi.js](https://www.codetuts.tech/build-a-url-shortener-node-hapi-js/?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more) * [Build a real-time Markdown Editor with NodeJS](https://scotch.io/tutorials/building-a-real-time-markdown-viewer) From 2bba8406c216e77d703050da1e6a9c046112a0ad Mon Sep 17 00:00:00 2001 From: fortec007 Date: Thu, 29 Jun 2017 23:39:49 +0100 Subject: [PATCH 3/3] Build Realtime Chat App With Laravel and Vuejs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8ce43c..37122ea 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [How To Build A Blog With Laravel](https://www.youtube.com/playlist?list=PLwAKR305CRO-Q90J---jXVzbOd4CDRbVx) * [Make Your Own Blog (in Pure PHP)](http://ilovephp.jondh.me.uk/en/tutorial/make-your-own-blog) * [Build A Real Estate Website Example with SilverStripe](https://www.silverstripe.org/learn/lessons/) +* [Building Realtime Chat App with Laravel 5.4 and VueJS](https://www.youtube.com/playlist?list=PLXsbBbd36_uVjOFH_P25__XAyGsohXWlv) ## Ruby: * [Build Instagram From Scratch with Ruby on Rails](https://www.dropbox.com/s/9vq430e9s3q7pu8/Let%27s%20Build%20Instagram%20with%20Ruby%20on%20Rails%20-%20Free%20Edition.pdf?dl=0)