Show HN: A sequence of online courses to learn web development from scratch
91–100 of 110 posts
Re: Show HN: A sequence of online courses to learn web development from scratch
#92Earlier quoted context omitted.
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
#93Is Chrome Dev Tools really that much better than Firefox dev tools? What about firebug?
Re: Show HN: A sequence of online courses to learn web development from scratch
#94Earlier 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.
Re: Show HN: A sequence of online courses to learn web development from scratch
#95This 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
#96I would like to learn a different framework, but: Is it really recommended to learn git in the end?
Re: Show HN: A sequence of online courses to learn web development from scratch
#97Earlier 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.
Re: Show HN: A sequence of online courses to learn web development from scratch
#98Earlier quoted context omitted.
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.
I think those are different Dan Grossmans. (Dans Grossman?)
Re: Show HN: A sequence of online courses to learn web development from scratch
#99Earlier quoted context omitted.
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.
Python, through SciPy/NUMPY is well positioned for the future of web development, which is a numerically driven world. I see Ruby as better PHP,. Lastly phython is more universal, which is good. So I do think Python is a really good choice for introductory programming.
Re: Show HN: A sequence of online courses to learn web development from scratch
#100Earlier quoted context omitted.
I disagree. You also need to learn how the web works, about requests and responses, and handling user input through forms, etc. What part of the deployment process are you having difficulty with?
That's all very intuitive to me. I want a tutorial that starts with "You want an app to do X with your friends, like an imitation of Doodle for planning Dungeons and Dragons sessions? The real way? Set aside $X money/month, book a domain name, and we're going to set up a real website, incrementally, and publicly available at every step along the way." Stuff like Heroku people make sound like it's a one stop shop but…