To run the code in this repository, you need to have Elixir installed.
cd
into the directory of your choosing and run iex -S mix
to start.
- Note:
1_modules
is not a mix project. Useiex
to run/compile the code.
- LittleAlchemist.io
- Good introduction to Elixir
- Elixir School
- Beginner and advanced concepts written as articles
- Programming Phoenix ≥ 1.4
- Project-based learning for
Phoenix
,Ecto
, Authentication,plug
,ExUnit
,Channels
,Umbrella
, andOTP
- I really enjoyed this book.
- Project-based learning for
- Elixir Succinctly
- Good intro for
Process
,GenServer
,receive
,send
,flush
, andspawn
- Also goes over
plug_cowboy
, building a sample API, using WebSockets, and usingObserver
- Lots of writing errors near the end. I didn't finish it.
- Good intro for