mirror of
https://github.com/practical-tutorials/project-based-learning
synced 2024-11-10 14:14:19 +00:00
Adding elixir section + build a chat app tutorial
This commit is contained in:
parent
de6416bc72
commit
633956ad08
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
@ -46,6 +47,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)
|
||||
|
|
Loading…
Reference in a new issue