Constructive criticism: I think the video should be 100% about "what's in it for me" (the user). I understand the reason why you are introducing the people behind the project, but after 1minute in the video becomes "about howtocode.io" and less about "me". I closed the video after that to be honest. Again, I get that you are providing validation and answering "why should I trust you" but honestly, unless you can say…
Learn Web Development: From Novice to Employable
11–20 of 35 posts
Re: Learn Web Development: From Novice to Employable
#12I really believe "Knowledge empowers the person". So keep up the good work guys! The more learning experiences out there the better knowledgable about the Internet, web technologies for the public.
Re: Learn Web Development: From Novice to Employable
#13I love the efforts to build these types of resources, I just hope this isn't redundant with Michael Hartl's tutorial. Also, I'm not a believer in TDD, especially with beginners. I find it tedious especially when prototyping an app, which I almost always do before starting a non-trivial project. Once my prototype works reasonably well, I do a refactor with good test coverage in an effort to produce production ready co…
Worse yet, the TDD in that tutorial didn't even use the standard test framework built into Rails - so you're taught from the start to use something non-standard. So irritating. I always recommend the Pragmatic Programmers book for new learners.
Re: Learn Web Development: From Novice to Employable
#14Earlier quoted context omitted.
I'm not sure this series could be redundant as it's free and Michael's videos cost money. Michael's website also looks like one of those classic 2001 sales pitch/squeeze page which makes me doubt the quality of the tutorials.
The web version of hartl's is free. Don't prejudge the content based on the site design, it's as stellar resource.
Re: Learn Web Development: From Novice to Employable
#15Re: Learn Web Development: From Novice to Employable
#16Just sayin, don't underestimate the person who wants to learn now, not wait.
Re: Learn Web Development: From Novice to Employable
#17Earlier quoted context omitted.
Worse yet, the TDD in that tutorial didn't even use the standard test framework built into Rails - so you're taught from the start to use something non-standard. So irritating. I always recommend the Pragmatic Programmers book for new learners.
This is most certainly NOT a bad thing. The vast majority of Rails users prefer RSpec, so it's effectively the standard.
Re: Learn Web Development: From Novice to Employable
#18Constructive criticism: I think the video should be 100% about "what's in it for me" (the user). I understand the reason why you are introducing the people behind the project, but after 1minute in the video becomes "about howtocode.io" and less about "me". I closed the video after that to be honest. Again, I get that you are providing validation and answering "why should I trust you" but honestly, unless you can say…
Re: Learn Web Development: From Novice to Employable
#19Re: Learn Web Development: From Novice to Employable
#20I love the efforts to build these types of resources, I just hope this isn't redundant with Michael Hartl's tutorial. Also, I'm not a believer in TDD, especially with beginners. I find it tedious especially when prototyping an app, which I almost always do before starting a non-trivial project. Once my prototype works reasonably well, I do a refactor with good test coverage in an effort to produce production ready co…