I have not taken this particular course yet, but I have taken 3 other courses by this same teacher, and I guarantee it will be a great place to start as a beginner. Having just spent a couple of years teaching myself python, javascript, and elixir, I think elixir is fine for beginners, so long as you take a few days to understand the differences between functional and object oriented programming. Good luck!
A note for our friendly moderators: I searched the forum before posting this link, and I donāt think anyone has published it yet. Maybe someone would like to stick it in one of the main resources/learning threads? Thanks.
I initially got into Elixir because of this course. I also took 3 courses prior and because I loved the courses before, Iāve made a quick Google search to get to know what Elixir actually is and signed up.
Currently I am half way through the course. Before this course, Python was my favourite programming language for a long time. Now Elixir is! This is such an awesome language! I had so many wow effects and so much is included like creating docs, testing and creating markdown examples which also will be tested automatically. I took me a little while to understand everything but now Iām understanding more and more.
After this course is done, I will probably buy āProgramming Elixirā by Dave Thomas. Anyways, I love Elixir :D.
I had some time this month so I decided to check this out.
In the end I went through all the videos (14.5 hours). I particularly got alot out of the material devoted to Phoenix, which is about half the course. The Phoenix-related stuff is devoted to walking through the steps/mechanisms in building a simple CRUD app with OAuth (using Ueberauth). The explanations around Ecto/modeling and transforming requests via plugs were also pretty good. All in all, I was impressed.
I just got it for $10 (rather than then nominal price of $50). Itās hard to believe I wonāt get far more than $10 of value out of it if it is just going over the same old stuff but told from a slightly different viewpoint (fyi, I have no connection with udemy or the instructor of the course)
I just went to the site in a different browser and got offered $19 this timeā¦ strange!.. but then entered this code BEST202 and it changed to $10. I canāt guarantee it will work but it is worth a try.
thanks its work http://prntscr.com/d5yxuk but still i am not ready for start Elixir i need to learn Ruby now i understand Ruby but i have to good in Ruby after i will start becz when know one programming language i can learn other easy and ruby(already 1 year) in my 1st language
I linked it via my site because I keep that page updated: So the ābest dealā button will always work. Also, when you browse Udemy after clicking the deal button youāll see that it also activates the āGet Most Courses for $10ā deal, in case you want to pick up any more.
This is the best course for Elixir (Phoenix) currently available. At least for me. There is one more on Pluralsight, but it is not as detailed as this one. And I donāt know this guy and have nothing to do with Udemy. And yes, this guy has other courses on React (Native) topics and is really awesome instructor.
That code will never expire, so feel free to share if if you wish.
@Alchemist - I highly recommend that book, its great for cementing in the fundamentals of Elixir, and it also touches on some of the more useful, but arcane, syntax shortcuts in the language.
Hey Stephen - Iāve added the code to the first post
Iām really enjoying the course btw - Iāll do a proper review when Iāve finished it but just want to say thank you! From what Iāve seen so far it certainly lives up to its name of being an excellent bootcamp (particularly for Ruby/JS folk).
One quick bit of feedback, it might be an idea to not mention the location of keys on a keyboard - Iām on a British keyboard and I think all of the ones you have mentioned so far have not been applicable to me
Iām going through the phoenix part now. It is very good, but very slow paced at times. Personally, I would prefer if the author focused more on teaching the content rather than spending time on the content being difficult (or not).
I still rate it favorably, though. Good content thus far. I already have some background in Elixir+Phoenix from the respective books. Itās nice to learn from relatively well structured videos.
I hope the author makes an advanced Phoenix video course.
OTP, mnesia, macros, umbrella app structure, maybe even best practices with server side templating (eex) + react + phoenix json api backend.