Show HN: A sequence of online courses to learn web development from scratch
41–50 of 110 posts
Re: Show HN: A sequence of online courses to learn web development from scratch
#42My co-founder taught herself web development using online courses and resources. This “Learning Path” outlines the resources she found most helpful, and lays them out in a sequence that a beginner should be able to follow. We realize this is a curriculum, not the best curriculum. We'd love your feedback on whether this is useful, and what we might change or add. Also if you’re so inclined, we’d love feedback on our p…
I also wanted to see, in the future, if you guys would be interested in making a Javascript track (Javascipt, NodeJS, AngualrJS, maybe even MeteorJS too). This is something that many people are also looking to dive into as am I.
Re: Show HN: A sequence of online courses to learn web development from scratch
#43Earlier quoted context omitted.
Will love to see learning path for Big data.
Our next one (launching this week) is in fact on data analysis! Check back at http://www.mysliderule.com/learning-paths this Friday.
Re: Show HN: A sequence of online courses to learn web development from scratch
#44I really liked the Udacity course. It's by no means exhaustive or representative of the ecosystem (it focuses on Python/Google App Engine, I took it quite a while ago but I assume it has not changed), but introduces a lot of basic concepts (client/server, templating, routing, caching, security, cookies...) in a very concise and efficient way.
I enjoyed that course a lot; I took it in its first run soon after I started teaching myself programming. My only complaint with the course was that, for me anyway, it left a lot of mystery in terms of answering how it's all actually working. There were a lot of pieces, such as Django boilerplate code and using Google App Engine, where they showed you how to use them in a specific manner, but never really explained h…
I actually deliberately didn't use Django specifically because it's so complicated for beginners (and for pros, IMHO). I was trying to avoid magic. Webapp2, which is the web framework GAE users, and what we used in the course, is about as simple as you can get without starting from scratch.
Re: Show HN: A sequence of online courses to learn web development from scratch
#45My co-founder taught herself web development using online courses and resources. This “Learning Path” outlines the resources she found most helpful, and lays them out in a sequence that a beginner should be able to follow. We realize this is a curriculum, not the best curriculum. We'd love your feedback on whether this is useful, and what we might change or add. Also if you’re so inclined, we’d love feedback on our p…
Great project though!
Re: Show HN: A sequence of online courses to learn web development from scratch
#46Re: Show HN: A sequence of online courses to learn web development from scratch
#47This is a great list. I do think 80+% of this material (maybe everything but the "learn to code" piece) is covered in Michael Hartl's Rails Tutorial: http://ruby.railstutorial.org/ruby-on-rails-tutorial-book That book singlehandedly took me from "crappy C programmer" to "someone with enough knowledge to be dangerous" as a web dev.
Yes, I found it weird that the book is not on this list, but clearly the author is geared towards python - although web development might be the only area where Ruby outshines Python.
That said, this is just one web-dev path and doesn't in any way claim that Python is superior to the alternatives. There can be so many more - on RoR, Node or even more recent ones like scala .. hope experts will help us build those. If you are interested, please write to us at contact@mysliderule.com!
Re: Show HN: A sequence of online courses to learn web development from scratch
#48Yes I agree, if you're wanting to learn web development, then rails is the way to go, there's more resources for current problems and fixes in rails than anything else.
Re: Show HN: A sequence of online courses to learn web development from scratch
#49Re: Show HN: A sequence of online courses to learn web development from scratch
#50My co-founder taught herself web development using online courses and resources. This “Learning Path” outlines the resources she found most helpful, and lays them out in a sequence that a beginner should be able to follow. We realize this is a curriculum, not the best curriculum. We'd love your feedback on whether this is useful, and what we might change or add. Also if you’re so inclined, we’d love feedback on our p…