zervis
What books/courses should I take to learn Phoenix as a newbie?
Hello,
I’m about to dive into web development. I was thinking about Laravel or Ruby on Rails, but then I found Phoenix.
Do you recommend this learning path straight into Elixir/Phoenix without previous experience?
What books/courses should I take as a newbie?
Thanks!
Most Liked
peerreynders
That’s a tough one - but I would assume that in dealing with PHP you would have had to develop some “automation skills”.
On the book front I’d point you first to Learn Functional Programming with Elixir (Pragprog) (⟶forum discount).
No previous functional programming or Elixir experience is required. Some experience with any programming language is recommended.
After that you should probably move to Elixir in Action 2e or Programming Elixir (Pragprog) (Elixir in Action can be a bit more challenging/fast paced).
Now when it comes to Phoenix, you have to realize that there are a lot of technologies coming together. Programming Phoenix (Pragprog) is a great primer - i.e. you get your first guided tour of building something and the online documentation will make a lot more sense afterward.
That being said Phoenix itself is largely about the back end and it has less of an opinion about the front end. Even on the back end persistent storage management is delegated to Ecto (Programming Ecto (Pragprog)) and there it helps to have SQL skills (--no-ecto opts out of Ecto).
On the front end you have EEx templates (--no-html to opt out) so you are still responsible for bringing raw HTML/CSS skills to the table.
Then there are Phoenix features that require JavaScript in the browser which are supported via modular JavaScript (Modern JavaScript Explained For Dinosaurs) (--no-webpack to opt out), so one to some degree has to deal with JavaScript and it’s (npm/Node.js) ecosystem.
So as far as “web development with Phoenix” goes you may have a bit of road ahead of you.
dwahyudi
You probably needs to learn about Elixir first.
There are plenty of them.
- Dave Thomas’ Programming Elixir 1.6
- Home · Elixir School
- https://www.tutorialspoint.com/elixir/
- https://learnxinyminutes.com/docs/elixir/
- https://www.udemy.com/courses/search/?src=ukw&q=elixir
After a while, take some exercises. Exercism for example.
For Phoenix
- Programming Phoenix book by pragprog, really nice.
- Phoenix framework guide itself, Overview — Phoenix v1.8.8
malloryerik
There’s a book to help people learn Elixir as a first programming language.
After that, continuing on the Elixir path, there’s a full book that you’d likely be ready for titled Learn Functional Programming with Elixir put out by Pragmatic Programmers, the leading publisher for Elixir.
In this book you learn the basics of Elixir and write a basic dungeon text adventure game.
You could do it along with ElixirSchool, Exercism and so on as @dwahyudi mentioned.
Popular in Chat/Questions
Other popular topics
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
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance










