Which Elixir books have you got/read?

And which has been your favourite so far?

2 Likes

Iā€™ve got Programming Elixir by Dave Thomas, Programming Phoenix, Introduction to Elixir (havenā€™t read this one yet) and Little Elixir and OTP Guide (midway reading it).

Programming Elixir and Phoenix are definitely great. LEOG is coming along nicely but it is just useful for learning OTP, the Elixir part is very weak and not suitable to beginners.

2 Likes

What were your favourite parts of Programming Elixir @sashaafm (Iā€™m currently reading it)

Iā€™ve currently got:

  • Programming Elixir

  • Elixir in Action

  • The Little Elixir and OTP Guidebook

  • Metaprogramming Elixir

  • Introducing Elixir

  • Programming Phoenix

I want to get:

Elixir Cookbook

Ɖtudes for Elixir (Free!)

And Iā€™ve readā€¦

Just 10% of Programming Elixir, lol. Now that the Elixir Forum is up I can get stuck in tho :smiley:

2 Likes

Iā€™ve really enjoyed the Pattern Matching.

I forgot I also got Metaprogramming Elixir. I read two or three chapters from it. I found the learning curve to be really steep from one chapter to another so I decided to stop until I was more experienced with Elixir. Iā€™m going to look into Ɖtudes for Elixir :slightly_smiling:

I am going to try and order the books in terms of complexity too.

My current thinking is:

Programming Elixir
Introducing Elixir (perhaps as an optional bonus - as I am guessing this is aimed more at those coming from Erlang)
Elixir in Action
The Little Elixir and OTP Guidebook
Metaprogramming Elixir
Programming Phoenix

Or maybe reverse the last two. What do you think?

Definitely reverse the last two. Programming Phoenix is a wonderful book and great for beginners. I had zero knowledge and experience with Web Dev and Phoenix and that book were my first contact with it and now that Iā€™m 4 months into a project with Phoenix, I have to say that it was a great foundation to understand and begin developing a web app with Elixir.

1 Like

Do you think I should move it even higher up the list then?

Ideally I want to read at least one Elixir book to get the basics of the language down before jumping into Phoenix.

Thatā€™s a great review btw - Iā€™m excited to read it now!

Maybe after Elixir in Action you could start Phoenix. Although Phoenix is a web framework if you want to build any kind of decent app you will need to develop a lot of ā€œvanillaā€ Elixir code so you will still get plenty of Elixir practice.

1 Like

I would really like to get Programming Elixir and Programming Phoenixā€¦ the problem is I am sort of old school in that I have not had much luck learning from eBooks and prefer hard copy. PE can be had as a ā€œreal bookā€ but I am Canadian and with the current $USD-CAD conversion rate, itā€™s really expensive and you are also getting the non-1.2 version (I think).

So I am probably going to try to get my head around eBook learning at some point. My local library has Intro to Elixir as a lending resource for the eBook so maybe I should start there?

1 Like

My learning path:

  • Programming Elixir (Best one for learning Elixir)
  • Programming Phoenix (Best/only one for learning Phoenix)
  • The Little Elixir and OTP Guidebook (Learning more about OTP)
  • Metaprogramming Elixir (By author of Phoenix, the core behind Phoenix framework )
  • Elixir in Action
3 Likes

@mackenza Have you tried a Kindle? It is much more like a book than an eBook - in fact I do all of my reading on the Kindle and I wouldnā€™t be without one now. The big difference is the screen technology - which is not a retina-burning lcd-flickering e-reader like a tablet or computer screen. This actually has more of a profound effect than people realise. I would definitely recommend you check them out :slightly_smiling:

@jexchan That sounds like a good path! Thanks for sharing :smiley:

1 Like

Is the monochromatic nature of the Kindle counterproductive to the use of colour in books like Programing Elixir? How is the Kindle for viewing code, diagrams, and illustrations?

1 Like

AFAIR the colors donā€™t really matter. Of course they help to read the code but they are not really big snippets of code so youā€™ll be fine. And you can also get the code online anyways.

There are definitely some downsides, such as the ones you mention - however I think the upsides outweigh them. But in answer to your questionsā€¦

  • Kindles are mono - so diagrams will usually be shades of grey (but theyā€™re there and you can ā€˜zoomā€™ in)
  • Code - obviously not ideal, but since most code snippets are small itā€™s not usually a big problem because you can change the orientation to landscape which gives you some extra width.

Also, when you buy books from publishers like PragProg you get all digital versions - so when you want to, you can view the PDF version on your computer (ideal for longer code blocks).

Also, publishers like PragProg, Manning etc offer sales every now and again - I think all of the books I have bought have been with 40% off :slight_smile:

1 Like

@AstonJ Is the Kindle able to view PDF files?

It can yes @drb, but you donā€™t want to read PDFs on the Kindle, you want .mobiā€™s which is the official Kindle format and what gives you the full benefit of it (such as dictionary look-up, bookmarks, underlines, the ability to change text size, beautiful crisp text etc). From what I remember PDFs have too much padding as you view them ā€˜by pageā€™ - though things might have improved since I last looked at a PDF on it.

I have

Elixir in Action
The Little Elixir and OTP Guidebook

Iā€™m going to need to start reading up on Phoenix!

1 Like

I have read:

  • Programming Erlang
  • Programming Elixir
  • Programming Phoenix
  • Introducing Elixir: Getting Started in Functional Programming

I have Metaprogramming Elixir, but need to come back to that one.

I want to get The Little Elixir and OTP Guidebook.

Iā€™ve had a good flow going with iBooks + Flexiglass to split my viewport between the books, spacemacs code and browser for learning.

2 Likes

I do only own a single book about Elixir: Introducing Elixir (Play Store eBook), which only read the first couple of pages. But I am more the guy who just tries and fiddles until it works as expected while googling and looking up reference manuals, instead of reading tutorials or step-by-step-books.

1 Like

Maybe not quite book but good introduction elixir school

3 Likes