From 11efe5d4a64b7ea1b3798c5b361a9708af339be0 Mon Sep 17 00:00:00 2001 From: UlrikHD Date: Tue, 4 Mar 2025 10:24:09 +0100 Subject: [PATCH 1/2] Adds entries for elixir resources --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 20b91be..72a804e 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 ](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) From 40481de6db818004197d12d991f5aff3d05d54c2 Mon Sep 17 00:00:00 2001 From: UlrikHD Date: Tue, 4 Mar 2025 10:29:02 +0100 Subject: [PATCH 2/2] Adds missing word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72a804e..d52d6e8 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ We encourage submissions to this list! Tutorials, libraries, articles, blog post - [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 ](https://hexdocs.pm/mix/1.18.2/Mix.Tasks.Release.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)