Live data from Hacker News

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

mysliderule.com

71–80 of 110 posts

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

#71

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…

Thanks for posting this. It'll really help me out.

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

#72
post #26
post #2

Devops is something not included by majority of web dev classes. Yet it is not ignorable in this profession. Do include something on that.

Yes, even if it's just the basics. You have to structure your stuff good, so most of it can be automated. Doing this later can be a real PITA.

Seconded - I'm dipping my toe into this now, and it's baffling. I wish I'd started earlier...

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

#73
This is great. I have been looking for a service like this. A pain point when navigating through tutorials and courses online is finding the proper material for your skill level. Hope this service will be able lighten this task, and provide suggestions based upon a users previously enrolled courses.

Are you planning on adding a feature like this?

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

#74

Earlier quoted context omitted.

Dan Grossman's Programming Languages class on Coursera includes a good treatment of OOP in the later weeks. https://www.coursera.org/course/proglang

To be honest, I pretty much lost interest in OOP. I found the ML/Racket parts of the course much more interesting (and less confusing) - even though I barely knew any FP and had actually studied some OOP. Perhaps I was biased, either against OOP or Ruby, which was used to teach it. Hmm...

Same here, in terms of the practical elements of the course. I still found Dan Grossman's lectures entirely engrossing, and I'm not just saying that because I noticed he was a HN user.

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

#75
post #6

I wish more subjects/professions were accessible like this.

We're working on it! Next up: Data analysis. Which ones would you like to see?

As an immediate step, data analysis sounds good. :)

As a theoretical, how about medicine, pharmacology, every flavour of engineering, fine art, music, architecture.

Coding, graphic design seem to have a few things going for them that make them a very natural fit for self learning online. Part of it is not needing much outside of a laptop and an internet connection, but math needs even less and you find far fewer autodidact mathematicians.

I suspect that not needing a curriculum is actually a part of it. I don't dispute that having a curriculum available to you can be useful and that following a curriculum will get you from start to finish will probably give you a relatively efficient, high success rate path. But, I think that the more self contained and small an effective quanta of learning is, the more suited it is to self learning.

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

#76

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…

Honestly I don't think that web development is that much trickier than learning how to do anything with Python. There's inputs, there's outputs, you can have a half decent REPL loop, etc.

For me the biggest hurdle by far is deployment. It's honestly impossible to describe how much of a gulf there is between those who see it as a completely trivial matter and to those who don't know what's going on.

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

#77
post #44

Earlier quoted context omitted.

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…

Steve, the Udacity instructor, here. 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.

Steve -- Wow, I have to admit I'm a little star-struck by your comment here. Your course is easily the most awesome single resource I've found for learning web development -- thanks for your work on it!
Post reply on HN