flou
Pluralsight offers a new course teaching the basics of Phoenix Getting Started with Phoenix 1
It is made by Nate Taylor who also made the Getting Started with Elixir course (also on Pluralsight).
Trending in Courses
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 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
snowcrshd
Hey @flou, what is you experience with the Getting Started with Elixir course?
I got 3-months access to Pluralsight thanks to Microsoft’s Dev-Essentials program and I’m considering taking a few courses there.
EDIT: Fixed typo
flou
It’s alright, it teaches the very basics of Elixir in order to get you started, I don’t imagine you can start building a real application right after that course but it’s a very nice introduction. I bought the “Programming Elixir 1.3” book right after finishing the course. In the end, I think the book teaches way more about the language and the ecosystem than the course but if you are only looking for an introduction the Pluralsight course is a good option.
Anyhow, Pluralsight offers quite a lot of different courses on many topics. So if you have time, I think it’s a nice way to wrap you head around Elixir.
Also I haven’t started “Getting Started with Phoenix” yet so I really can’t comment on it right now.
snowcrshd
Hmm, I see.
I guess I’ll take a look at their courses and see how it goes.
After that I’ll probably get Programming Elixir or Elixir in Action and go from there.
Thank you for the reply!
didier
Hi there,
I watched the “Getting started with Phoenix” course and I found it very useful for a beginner like me. It teaches the fundamentals of Phoenix and with this course, I could set up and started to implement my own solution. Though it is not suited for intermediates nor experts, I think it provides useful informations while beginning with Phoenix.
flou
Nice, maybe I’ll start the Getting Started with Phoenix course this weekend then.
AstonJ
Do they mention whether they will be updating the course for Phoenix 1.3?
flou
I haven’t seen any mention of that yet. I hope so
didier
Maybe you can ask the author, Nathan Taylor (@taylonr on twitter).
taylonr
At the time I wrote the course I knew 1.3 was coming out, but I didn’t know when. It uses an umbrella project, and was modeled off of the --umbrella option of phoenix.new that was on the 1.3 branch back in November time frame. This was all to help make the transition to 1.3 easier.
The course doesn’t use generators nor does it use the models folder in the Phoenix project. The latter it calls out specifically.
That said, I need to review the changes between 1.2 & 1.3 and see what would actually change in the course.
btw, I’m also @taylonr on here, so I can always be tagged in a post (or you can reach me on twitter, or gmail with the same handle.)
AstonJ
Thanks Nate! I’ll hold off going through the course until you’ve had a chance to review things (I’ve got loads of books to read for now anyway). If you could update us on your plans that would be great
/off-topic/ Is that you building your own house in your about.me pic? If so, awesome! I’d love to do that one day!