sriki
Programming Phoenix book read
This is a two part question/opinion post.
I have been reading Dave Thomas’s Elixir 1.0 book and just finished Part-II (OTP & Agents section). I bought the Programming Phoenix book today and debating whether I should jump into that rightaway or finish part-III of the Elixir book
Assuming I start on the Phoenix book now (& I am leaning that way), is there any interest in a discussion based on some criteria (could have a seperate post for each chapter or however it seems fit. Open to ideas)?
Most Liked
brianvanburken
I also recommend to read Metaprogramming Elixir by Chris McCord (the person who build the Phoenix framework) https://pragprog.com/book/cmelixir/metaprogramming-elixir. By reading this book you get a great understanding about how a framework as Phoenix works deeper down.
When I started learning Rails I took the wrong approach in my opinion. It read a small bit about Ruby and started with a book about Rails. I got a bit confused about which part of the code was Ruby specific and which was Rails (since Rails adds some extra functionality to the default Ruby). So you should learn Elixir first ;)!
sashaafm
In my opinion if you are in part 3 of the Programming Elixir book then I think you should just finish it first. If you’re not in a hurry to learn Phoenix then I’d also recommend to work on a small project in Elixir first before jumping into Phoenix. Phoenix really is a beast on its own and a good grasp of Elixir can really help you understand the framework.







