I'm putting a lot of time into Elixir. I would love anyone's tips, advice, tutorials, or guides they might recommend. Thanks!
For further actions, you may consider blocking this person and/or reporting abuse
I'm putting a lot of time into Elixir. I would love anyone's tips, advice, tutorials, or guides they might recommend. Thanks!
For further actions, you may consider blocking this person and/or reporting abuse
Latest comments (12)
I personally used
I really recommend the little elixir and OTP guidebook. It will teach you the foundations of the language as well as OTP—genservers, supervisors. Additionally, it shows you a bit of Erlang tooling.
For anyone searching, I made a guide to the best currently available resources: serokell.io/blog/learn-elixir
I've made a lot of screencasts to help people learn Elixir on Alchemist Camp and so far close to a hundred of them are free.
Reviews of Elixir Courses:
reactdom.com/elixir
If you like screencasts there's elixircasts.io.
I love Elixir.
[Free Resources]
[Books]
[Paid Courses]
I second Elixir School as a great resource for the fundamentals of the language. The Little Elixir and OTP Guidebook also really helped me solidify my understanding of OTP and the power of the underlying Erlang VM.
I'm also currently building an open source website creation platform in Elixir (just announced the beta preview) and I'm planning on writing a bunch of hands-on articles on dev.to about building web services in Elixir.
Search for a nearby elixir meetup, and connect with some friendly people. They may help guide you on your path to learning elixir.
Pattern Matching in Elixir
Kate Travers