markdev
What are the best beginner resources for learning Elixir and OTP (not Phoenix) in 2018?
Trending in Chat/Questions
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #security











Showing Posts 1 to 3- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
AstonJ
My current advice is most of what I have done myself
See my reviews in these threads for more info:
And I’m currently reading:
There are other great books and resources too, but I haven’t read them yet - but from everything I have read/done, the above is what I recommend so far (I expect the list to get quite a bit bigger
)
AlchemistCamp
I’m doing all in my (part-time) power to make Alchemist Camp worthy of inclusion in lists such as this.
So far, over 70 free screencasts are up on YouTube (65 on the site with varying degrees of written material to go with them) and all in all it’s closing in on 40 hours of content.
I’m also working on some text-based tutorials that will be easier to produce and update, and some gamification features to help motivate learners.
The site is only a few months old and thus far hasn’t managed to get on any of the resource lists (like Learning resources - The Elixir programming language, Awesome Elixir, or /r/elixir), but if anyone wants help figuring out deployment, working through one of the prag prog books, etc, ping me and I’ll try to help.
OmanF
Though all three materials listed here are excellent, and I make good (I hope) use of them, Elixir for Programmers (AKA “The Gnome School of Elixir”) is the one I find the most helpful.
The combination of (very well) narrated videos, accompanying texts and exercises, all building towards an actual project (which sound foolish but turns out to be quite an endeavour)… if you’re low on cash, start with that one (and Elixir docs for help with Elixir’s API).