Got the book from Humble Bundle Functional Programming, I read it in one shot straight. It is okay, covering all features of Elixir.
The cool thing of the book that it uses only 1 example from the beginning till the last chapter - what a so consistent content.
Though, it feels like reading Elixir tutorial + Phoenix tutorial with sole one example.
Mnesia is a good part which not in Elixir tut and you have to use Elixir lib for it / or know Erlang already.
The part on error handling is so basic - it said that in Elixir let it fall is the way to do, but don't explain further.
Learn some good tips like: cd , pwd, v, :dbg, display Mnesia table on GUI which not available now in Elixir tut.