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
I’ve been posting videos about LiveView JS Commands in my Youtube channel and so far I have 3 already published and 5 recorded and in edi...
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
There has been a thread to discuss the Stack Overflow Developer Survey on this forum every year since 2018, so here’s yet another one for...
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
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #genstage
- #ai
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #performance










First 10 of 12 Posts
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!