mirror of
https://github.com/practical-tutorials/project-based-learning.git
synced 2025-01-18 23:37:05 +00:00
Merge branch 'master' of https://github.com/tuvttran/project-based-learning
This commit is contained in:
commit
c5a921a2d6
11
README.md
11
README.md
|
@ -8,6 +8,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
|
|||
* [C/C++](#cc)
|
||||
* [C#](#c)
|
||||
* [Clojure](#clojure)
|
||||
* [Elixir](#elixir)
|
||||
* [Java](#java)
|
||||
* [JavaScript](#javascript)
|
||||
* [Kotlin](#kotlin)
|
||||
|
@ -36,6 +37,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
|
|||
* [Part 3: TCP Basics & Handshake](http://www.saminiir.com/lets-code-tcp-ip-stack-3-tcp-handshake/)
|
||||
* [Part 4: TCP Data Flow & Socket API](http://www.saminiir.com/lets-code-tcp-ip-stack-4-tcp-data-flow-socket-api/)
|
||||
* [Part 5: TCP Retransmission](http://www.saminiir.com/lets-code-tcp-ip-stack-5-tcp-retransmission/)
|
||||
* [Build a Live Code-reloader Library for C++](http://howistart.org/posts/cpp/1/index.html)
|
||||
|
||||
## C#:
|
||||
* [Learn C# By Building a Simple RPG Game](http://scottlilly.com/learn-c-by-building-a-simple-rpg-index/)
|
||||
|
@ -46,6 +48,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
|
|||
## Clojure:
|
||||
* [Build a Twitter Bot with Clojure](http://howistart.org/posts/clojure/1/index.html)
|
||||
|
||||
## Elixir
|
||||
* [Building a Simple Chat App With Elixir and Phoenix](https://sheharyar.me/blog/simple-chat-phoenix-elixir/)
|
||||
|
||||
## Java:
|
||||
* [Build a Simple HTTP Server with Java](http://javarevisited.blogspot.com/2015/06/how-to-create-http-server-in-java-serversocket-example.html)
|
||||
* [Build an Android Flashlight App](https://www.youtube.com/watch?v=dhWL4DC7Krs)
|
||||
|
@ -82,6 +87,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
|
|||
* [Part 1](https://bitsofco.de/bitsofcode-pwa-part-1-offline-first-with-service-worker/)
|
||||
* [Part 2](https://bitsofco.de/bitsofcode-pwa-part-2-instant-loading-with-indexeddb/)
|
||||
* [Part 3](https://bitsofco.de/bitsofcode-pwa-part-3-push-notifications/)
|
||||
* Build A Support Ticket Application With AdonisJs
|
||||
* [Part 1](https://scotch.io/tutorials/build-a-support-ticket-application-with-adonisjs)
|
||||
* [Part 2](https://scotch.io/tutorials/build-a-support-ticket-application-with-adonisjs-part-2)
|
||||
### Game Development:
|
||||
* [Make 2D Breakout Game using Phaser](https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_breakout_game_Phaser)
|
||||
* Make Flappy Bird in HTML5 and JavaScript with Phaser
|
||||
|
@ -134,6 +142,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
|
|||
* [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)
|
||||
* [Build A Social Network: Laravel 5 - Youtube](https://www.youtube.com/playlist?list=PLfdtiltiRHWGGxaR6uFtwZnnbcXqyq8JD)
|
||||
|
||||
## 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)
|
||||
|
@ -171,3 +180,5 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
|
|||
* [Exercism](http://www.exercism.io/)
|
||||
* [Egghead.io](http://www.egghead.io/)
|
||||
* [Michael Herman's Blog](http://mherman.org/)
|
||||
* [Thinkster.io](http://thinkster.io)
|
||||
* [Goodheads](http://goodheads.io)
|
Loading…
Reference in New Issue
Block a user