QueenSveta
I’m planning on learning Elixir, however, the new edition of the book, Elixir in Action, doesn’t come out until July 30th(in Canada anyways).
Until that time, I was wondering if anyone can recommend a good text only tutorial, much like this Haskell tutorial, or free PDFs (Note: I’m not asking for pirated PDFs, if you do provide a PDF, make sure the author intended the book to be distributed for free, for example, Modern Perl). I don’t mind video tutorials, but I have a limited bandwidth cap.
I’m looking for a tutorial that introduces the basic concepts and maybe even building a small program.
Trending in Chat/Questions
Other Trending Topics
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
There are three potential reasons for members of this forum to have a look at https://vutuv.de
You are tired or annoyed of LinkedIn.
Yo...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #ai
- #phoenix_html
- #iex
- #elixirconf-us
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 3- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
peerreynders
You can get the Elixir in Action 2e epub/pdf right now:
Your time is supposed to be worth something.
Other than that Introduction to Mix is the next thing to try after going through the Getting Started guide.
https://repo.hex.pm/guides/elixir/elixir-getting-started-guide.epub
https://repo.hex.pm/guides/elixir/mix-and-otp.epub
https://repo.hex.pm/guides/elixir/meta-programming-in-elixir.epub
AstonJ
I agree - EIA2 is out now as an ebook and imo you can’t beat professionally published books - EIA in particular is a fantastic book
(and don’t forget you can get 35% off any ebooks from Manning and PragProg with your forum code - as per Peer’s screen grab above
- just go to their threads here for details).
If not, here are some other free resources that might interest you:
QueenSveta
@peerreynders - Thanks for the link to the book! I guess Canada will get the paperback version a little later.
@AstonJ - Joy of Elixir exactly what I was looking for, thanks!