ariandanim
A good book for learning Phoenix?
Hello all,
I am still learning Elixir, then go into Phoenix, i am try search in google but find the programming phoenix 1.4, another for 1.7 or latest still no where..
please perhaps another Member here could give me the e book reference.
Tks
Trending in Chat/Questions
Hey folks, I’ve been using Elixir for over a couple of years (phx, ecto, broadway, oban).
For this kind of work you do not tend, in my e...
New
Hi, I’m Dheeraj Sudan from the UK. I’m a software developer and also run a business with my wife Meenu Hinduja. I’m interested in getting...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
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
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
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
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #performance










First 6 of 6 Posts
arrowsmith
Hi @ariandanim,
If you already have experience with Ruby and Rails then you could try my online book Phoenix on Rails.
mssantosdev
Most of the Phoenix books I know of cover v1.4, such as the following:
If you like video courses, you can try the @PJUllrich’s Build an MVP with Elixir or @geo’s https://builditwithphoenix.com.
Joep
Books and other resources are also listed here: Community — Phoenix v1.8.8
muelthe
Whilst it’s not a book, the Phoenix documentation is pretty good and includes some overviews and guides: Overview — Phoenix v1.8.8
AstonJ
Don’t forget to look in our books section
This one was recently updated:
c4710n
1. Read Programming Phoenix 1.4
I still recommend Programming Phoenix 1.4 which you have mentioned.
The reason is the core of Phoenix doesn’t change a lot. Most of what you learned in this book is still applicable. And, it explains the design of Phoenix, such as:
2. Read the latest guides of Phoenix
After you have read above book, you can read latest Phoenix guides which refreshes the the nuanced differences between different Phoenix versions.