AstonJ
Elixir for Programmers (PragDave)
You’re a programmer, so you don’t need spoon feeding with the conventional drivel about “this is an integer.” No. You need to know what’s different, and you want to know quickly.
But you want more. True mastery of Elixir comes from understanding the underlying idioms: functional programming, transformations, concurrency, and application structure. You need to know the tools, such as IEx and mix. And you need to understand the frameworks, such as OTP and Phoenix. This course will get you started down this road (and your experience will take you the rest of the way),
The course has videos to show you stuff, text to give you facts, quizzes to help you remember, and exercises to let you practice.
More and more developers are switching to Elixir. Take this course and join them.
Trending in Courses
Other Trending Topics
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 10 of 77 Posts
eDev
Does this use Phoenix 1.3?
tomasd
Yes Phoenix 1.3 (and Elixir 1.5, code backwards compatible with Elixir 1.4.2).
AstonJ
Thanks for confirming - I just signed up to the free trial to check but couldn’t see whether it was or not
Is this a video course or text course? Looking at the content listing every chapter says ‘text’ next to it - is there an accompanying video with each chapter?
ion
Click on start free trial to see the public videos. It looks very well done!
AstonJ
I just bought it
Looks like there’re quite a few videos - I’d say most pages have a video
I think I am going to go through this course after finishing Programming Elixir (hopefully Programming Phoenix will be updated by the time I am done
)
ion
me too. Look forward to getting time to practice
bdarla
This course really makes the reader “think in Elixir”!
Probably not for Elixir experts (at least so far), but beginners and intermediates will certainly benefit from it.
P.S. Some introduction into the so discussed Phoenix “context”, will be great, as well as some example of showing how to use phx.gen.json in practice. But maybe, it is material for another course.
AstonJ
You should definitely ping @pragdave with that feedback - he’s usually very open to ideas. I agree that some info about Contexts would be really handy (and make the course even more appealing for people - as there’s not much material on Contexts yet)
ion
+1 for Contexts. I think it would be a great addition.
bdarla
I really need to stress (again) how great this course is.
It takes the student hand-by-hand across the development of a game and it introduces concepts such as Agent, GenServer, etc. so smoothly.
I have to admit that it is the first time I realised what is going on with the GenServer and the state of an Application. So well presented!
Simply, Excellent Job!!!