Live data from Hacker News

Show HN: A sequence of online courses to learn web development from scratch

mysliderule.com

51–60 of 110 posts

Re: Show HN: A sequence of online courses to learn web development from scratch

#51
post #7

This is a great idea. I'd love to see something like this for other topics such as Data Science, Digital Marketing, Lean Start-Up, Marketing Strategy etc. I'd love to help/contribute to the marketing related courses if you decide to expand your subject offerings.

Thanks, that's indeed the plan! We're working on a Learning Path on Data Analysis, should be ready soon! Checked out your profile. I'll be in touch if/when we decide to expand to marketing.

Look forward to it :)

Re: Show HN: A sequence of online courses to learn web development from scratch

#52
post #23

My 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…

How did she tackle OOP? I'm trying to teach a friend of mine web-development, but she struggles with OOP. Also I teached programming at a company I worked last year and all the trainees had problems with OOP. Somehow the basics of OOP came to myself rather easy. I only had problems with the applied stuff, because all tutorials about OOP where with animals and cars. The people I try to teach mostly have problems with…

Dan Grossman's Programming Languages class on Coursera includes a good treatment of OOP in the later weeks.

https://www.coursera.org/course/proglang

Re: Show HN: A sequence of online courses to learn web development from scratch

#53
post #11

Really great stuff for beginners. Thanks for the list. I'll forward it along to a few people who are interested but don't know where to start. However, it does look very python-django specific route on the back-end side. My suggestion, branch out the back-end side to include paths using different frameworks and such?

That said - as somebody looking for specific Python / Django for web development resources, this is a great approach! I could see the author forking the tutorial at certain logical points moving forward to broaden the audience, but love that it speaks to exactly what I'm looking to learn.

Re: Show HN: A sequence of online courses to learn web development from scratch

#54

Is there a reason its start with CS253 then flies back to CS101 in section 3. My prior understanding was CS101 knowledge is required for CS253 to make more sense. It seems to jump around a lot aside from adding additional resources to help learning during specific sections.

My apologies if you found that disorienting! You are right that CS101 becomes a prerequisite for CS253 (if you don't know python already). The reason I started with CS253 is because, personally for me, it helped a lot to know the top level concepts of "How web works" and the front-end (because that is what a normal user sees) and then go into concepts of server side languages which might seem too involved and dry to a beginner.

Re: Show HN: A sequence of online courses to learn web development from scratch

#58
post #43

Earlier quoted context omitted.

Our next one (launching this week) is in fact on data analysis! Check back at http://www.mysliderule.com/learning-paths this Friday.

Please let me somehow sign up and get an e-mail when a new learning path (like data analysis) becomes available. Great job on the site :)

For now, the best way is to just create an account on the site. Our weekly newsletter will tell you when new stuff becomes available.

Re: Show HN: A sequence of online courses to learn web development from scratch

#59
Cool idea, but as someone who as actually taken the courses in this list, the order is all out of whack. There is no way someone completely new to programming could jump into Udacity's CS253 and have any idea what is going on. Even from CS101, there is a significant gap that you have to make up for on your own.

Re: Show HN: A sequence of online courses to learn web development from scratch

#60
post #18

I 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 took the course more recently (August - Oct 2013) and the forums had most of my questions already answered in the areas where more depth was needed for me to understand a concept.
Post reply on HN