AstonJ
Don’t forget you can get 35% off the ebook using the code ‘devtalk.com’ ![]()
Current: Search
Original: Search
For those looking for an update to this book, please see this post.
Trending in Books
@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
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
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
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
Latest Phoenix Threads
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
- #blog-post
- #phoenix_html
- #ai
- #iex
- #graphql
- #elixirconf-us
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
AstonJ
Does anyone know if the only major difference between the current version of the book and Phoenix 1.3 is Contexts?
If so I think I am going to start on this book next
Also for those of you who have read it, how long did it take you to read? What did you think of it?
kelvinst
It took me 4-5 days to complete, but I red it during all my work hours (8 hours day), and skipping some exercises.
I found the book a lot helpful! Every now and then I get back to some chapters for examples. Also, the app built from scratch on the book is very interesting and complete for study purposes.
tme_317
There are other minor subtle differences you’ll find besides v1.3 contexts and related directory structure changes.
I think the book was published in April 2016 so it actually targets Phoenix v1.1.x and Ecto v1.x so some of the frequently used functions (such as
Ecto.Changeset.cast/4) are deprecated or changed. Also the book doesn’t cover current best practices such as not callingRepoin your controllers, the use ofmodelsrather thanschemas, etc.With your experience I’m sure you will be able to easily work through the differences but newbies would struggle a bit more. For their sake (and to see new intermediate level material) I’m really looking forward to seeing the updated book published.
All of that said, it’s certainly an excellent book which took me (as a newbie only having read PragDave’s book first) ~5 days to work through.
AstonJ
Ah right, thanks… I think in that case I might hold off. I generally only read a book once and so I think I’d prefer to wait until it’s updated. I also hope to blog about learning Elixir and Phoenix at some point so it makes sense to cover an up to date version.
I wonder if @chrismccord could give us a status update please? Is a release imminent or is there quite a bit of work still left to do Chris?
chrismccord
Targeting EOY for the next edition release
AstonJ
Thanks Chris - if your plans change please let us know
I wonder if I might be able to get away with the guides for now… actually I’ll post a separate thread to save this one going off topic
riga
The Programming Phoenix book seems to be a great way to get a high-level overview of the framework and make good choices right out of the gate, but it looks the publication of the 1.3 version’s been pushed back again. Any recommendations as to whether I should wait or work through the old version in the meantime? Thanks!
pesnk
For learning resource Programming Phoenix is great. I really loved it.
Once you go though the book with all the examples + explanations I suggest you go directly with 1.3. You wouldn’t lose too much and you can understand the basic concepts about phoenix just with the old book.
AstonJ
How do you know it’s been pushed back?
Chris said it should be ready around the end of the year:
peerreynders
I may have brought it up: