Skip to content

Commit c5a921a

Browse files
committed
2 parents 0d73ccb + a0c315a commit c5a921a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
88
* [C/C++](#cc)
99
* [C#](#c)
1010
* [Clojure](#clojure)
11+
* [Elixir](#elixir)
1112
* [Java](#java)
1213
* [JavaScript](#javascript)
1314
* [Kotlin](#kotlin)
@@ -36,6 +37,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
3637
* [Part 3: TCP Basics & Handshake](http://www.saminiir.com/lets-code-tcp-ip-stack-3-tcp-handshake/)
3738
* [Part 4: TCP Data Flow & Socket API](http://www.saminiir.com/lets-code-tcp-ip-stack-4-tcp-data-flow-socket-api/)
3839
* [Part 5: TCP Retransmission](http://www.saminiir.com/lets-code-tcp-ip-stack-5-tcp-retransmission/)
40+
* [Build a Live Code-reloader Library for C++](http://howistart.org/posts/cpp/1/index.html)
3941

4042
## C#:
4143
* [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
4648
## Clojure:
4749
* [Build a Twitter Bot with Clojure](http://howistart.org/posts/clojure/1/index.html)
4850

51+
## Elixir
52+
* [Building a Simple Chat App With Elixir and Phoenix](https://sheharyar.me/blog/simple-chat-phoenix-elixir/)
53+
4954
## Java:
5055
* [Build a Simple HTTP Server with Java](http://javarevisited.blogspot.com/2015/06/how-to-create-http-server-in-java-serversocket-example.html)
5156
* [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
8287
* [Part 1](https://bitsofco.de/bitsofcode-pwa-part-1-offline-first-with-service-worker/)
8388
* [Part 2](https://bitsofco.de/bitsofcode-pwa-part-2-instant-loading-with-indexeddb/)
8489
* [Part 3](https://bitsofco.de/bitsofcode-pwa-part-3-push-notifications/)
90+
* Build A Support Ticket Application With AdonisJs
91+
* [Part 1](https://scotch.io/tutorials/build-a-support-ticket-application-with-adonisjs)
92+
* [Part 2](https://scotch.io/tutorials/build-a-support-ticket-application-with-adonisjs-part-2)
8593
### Game Development:
8694
* [Make 2D Breakout Game using Phaser](https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_breakout_game_Phaser)
8795
* 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
134142
* [Make Your Own Blog (in Pure PHP)](http://ilovephp.jondh.me.uk/en/tutorial/make-your-own-blog)
135143
* [Build A Real Estate Website Example with SilverStripe](https://www.silverstripe.org/learn/lessons/)
136144
* [Building Realtime Chat App with Laravel 5.4 and VueJS](https://www.youtube.com/playlist?list=PLXsbBbd36_uVjOFH_P25__XAyGsohXWlv)
145+
* [Build A Social Network: Laravel 5 - Youtube](https://www.youtube.com/playlist?list=PLfdtiltiRHWGGxaR6uFtwZnnbcXqyq8JD)
137146

138147
## Ruby:
139148
* [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
171180
* [Exercism](http://www.exercism.io/)
172181
* [Egghead.io](http://www.egghead.io/)
173182
* [Michael Herman's Blog](http://mherman.org/)
183+
* [Thinkster.io](http://thinkster.io)
184+
* [Goodheads](http://goodheads.io)

0 commit comments

Comments
 (0)