@pragdave Your first elixir course is the best one I’ve seen so far. I’m halfway through it and I wish there were more of this quality… it leaves out all the annoying fluff and 45 minutes of writing tests with 5 minutes of poorly explained coding. I wish he had more than one course, I’d buy them all.
When do you think your next one will be done? I see you made that comment in september, hopefully soon!
I finished this a while ago but never got around to reviewing it.
The course is very well-presented, in a clear, coherent manner.
The content is great because it promotes a different view of how to build Elixir applications from the majority of resources (official docs, blogs, tutorials, etc) you will find out there.
Essentially, it is promoting a very decoupled approach. In the final project, your application will look like this:
Elixir Web UI – Internal API interface – Elixir service
The result is:
*separate, reusable components
*non-umbrella architecture
*decoupled as much as possible
For my latest work project, we’re adapting a variation of the above:
Elixir Web UI - External API interface – (Non-Elixir) service
This is useful for us because this decoupled approach allows use to introduce Elixir in a project where there are other languages/tools already in place.
I just bought this course. These reviews are awesome. I got half way through the Programming Phoenix and realized 1.4 is coming soon and so is he book, a lot of what I learned is relevant but very much different so I am hoping this will be better.
I am brand-new to Elixir and Phoenix, and I just bought this. I look forward to diving in shortly!
Edit:
P.S. I have never used Rails, yet most Phoenix tutorials seem to make references / comparisons to it. On a first look, it looks like this one departs from that assumption that everyone has a Rails background - so I am liking it already.
With Dave’s new component library just released - I am intrigued - i have his book (and many others ) - this has lead me here as i want to learn his approach to elixir coding in particular the component and decoupling. Thanks all for the drawing my attention here.
The main reason I am quite reluctant into buying his course is because none of his ideas gained traction. I am talking about his opinions about components, libraries and even Noddy.
All seemed good ideas overall, but after spending hours reading community feedback they just don’t hold. And this is what scares me.
Can anyone give me feedback on my fears? Are they valid, or does he present something else, something new?
I haven’t taken the course, so I can’t give any useful feedback. Can you show me some specific examples where his ideas have failed to gain traction in the community?