diff --git a/README.md b/README.md index 20b91be..d52d6e8 100644 --- a/README.md +++ b/README.md @@ -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)