JeremM34
Hi,
All it’s in the question. https://www.learnphoenix.io teach phoenix and reactjs.
It is a good thing ?
I know https://www.learnphoenix.tv too, can you tell me more about it ? It is well ?
There is no better way to learn Phoenix ?
Sorry for my poor english ! =)
Thanks !
Trending in Questions
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
Hi everyone,
I am toying with the idea of building a “match maker” for giving personal help to people that wants to start coding.
I sta...
New
Hello,
I know there is an approach for handling lists that allows for optimized traversal, but I can’t recall the specific method (somet...
New
Documentation
While reading the Scoped Routes section, I noticed that the documentation currently refers to a problem without explainin...
New
So my question is quite simple and i have found no conclusive answer on forum, google or AI.
Should we use :erlang.float for Integer to ...
New
I recently noticed that Elixir’s Logger defaults its primary log level to :debug when no :logger, :level application configuration is pre...
New
I’m new to elixir and just tried to install the elixirLS extension for VScode(ium) and it is throwing some errors that I would like help ...
New
Other Trending Topics
Edit: 2026 May 15 - This post is archived.
Mob is alive!!
Main docs: mob v0.7.11 — Documentation
A bit of explanation for the slightly c...
New
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
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #ai
- #elixirconf-us
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #elixirconf-eu
- #metaprogramming
- #hex










Showing Posts 1 to 9- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
PragTob
Hi there!
Sadly I don’t know the above offers. I can say that I liked the programming phoenix book a lot. Some things in there won’t be as up to date anymore (especially with the next Phoenix version) but it’s a good resource overall, given you already know programming that is.
What is best about this book (apart from building a real application showing off many crucial aspects of web app development with Phoenix) is that the authors of the book are also the authors of the phoenix framework. This gives you “behind the scenes” information about WHY something is done in a specific way, the trade offs and design decisions involved and not just the WHAT.
Besides that the kickstarter for Elixirsips building a forum in Phoenix is still ongoing and while I haven’t watched Elixirsips myself, the reputation and community involvement seems to be good - something I can’t say about the links you posted as I don’t know them
Hope that helped!
Tobi
hlx
Hi Jerem, if you are new to the language I would suggest you check out https://www.learnelixir.tv/ first. After that you can get https://www.learnphoenix.tv/ with a nice discount.
I’m currently watching learnelixir.tv and I have to say it’s pretty good.
I can also recommend Take Off With Elixir, it’s a lot of fun and I love the way Rob Conery writes.
JeremM34
Thanks for answers =)
I’m new in the world of Erlang/Elixir/Phoenix but I know Ruby and Ruby on Rails.
So, in what order should I read/watch books/videos ?
hlx
My suggestion would be to start with Elixir and once you get the hang of it, to start with Phoenix since it is a framework build with Elixir.
AstonJ
Check out these threads:
And on lp.tv (hasn’t received any comments yet)
I agree that you should learn Elixir first
and in answer to your last question…
christiansakai
I do not recommend learnphoenix.io
Too expensive for what is worth.
jwarlander
Really? $9 per month seems pretty good for the content that’s listed.. especially considering that if you’re happy with what’s already published, you could just dig through it in a month and then cancel.
Of course, I haven’t looked at the paid content yet. It sounds like you have, and were disappointed with it.. want to share why?
christiansakai
When I looked at that website about 6 months ago, the only pricing available was $29. It was just access for regular content. Now they have $9 for the access to regular content.
I was not disappointed with it, in fact I never signed up.
I still think $9 is overpriced for the content that is offered, because:
Sources that I used (and still using it):
Only elixirsips.com that charges with subscription model ($9/month) and the contents are so worth it (over 200 videos with advanced topics)
sudostack
If you’ve worked with Rails before, things will seem very familiar. But, for the most part, Phoenix is fairly straight-forward if you have a handle on Elixir and OTP first. I highly recommend learning Elixir and writing some small OTP apps first. It gives you the context you need to understand “behaviours”. Then, as others suggested, read the Programming Phoenix book. Phoenix should serve mostly as a web service and one component of what you’re trying to deliver.
My favorite book so far is Benjamin Tan’s, The Little Elixir and OTP Guidebook. All practical examples.