Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ We encourage submissions to this list! Tutorials, libraries, articles, blog post
- [Erlang](http://www.erlang.org/)
- [Learn you some Erlang for great good!](http://learnyousomeerlang.com/content)
- [Erlang: The Movie](http://www.youtube.com/watch?v=uKfKtXYLG78), [Erlang: The Movie II: The sequel](http://www.youtube.com/watch?v=rRbY3TMUcgQ)
- [The zen of Erlang (and Elixir)](https://ferd.ca/the-zen-of-erlang.html)
- [Elixir](https://elixir-lang.org/)
- [Getting started](https://hexdocs.pm/elixir/introduction.html)
- [Elixir Forum](https://elixirforum.com/)
- [gen_statem (state machine behaviour module)](https://www.erlang.org/doc/apps/stdlib/gen_statem.html)
- [gen_statem examples](https://www.erlang.org/doc/system/statem.html)
- [GenServer - A behaviour module for implementing the server of a client-server relation (managing state)](https://hexdocs.pm/elixir/GenServer.html)
- [GenServer Cheatsheet](https://elixir-lang.org/downloads/cheatsheets/gen-server.pdf)
- [Node - Module for connecting to other Erlang/Elixir instances](https://hexdocs.pm/elixir/Node.html)
- [Mix Release - Assemble project to a portable self contained folder](https://hexdocs.pm/mix/1.18.2/Mix.Tasks.Release.html)
- [Rust](http://www.rust-lang.org/)
- Java
- [The Java Tutorials](http://docs.oracle.com/javase/tutorial/index.html)
Expand Down