Ask HN: Code School for web dev/stack basics?

1 points by staticautomatic ↗ HN
I've been teaching myself to code and by now am reasonably proficient in Python. The online code schools/tutorials like CodeSchool and Codecademy have been great for learning languages themselves but of little help when it comes to teaching even basic setup/config of services needed to run them.

For example, I can complete a SQL course but with no knowledge of how to actually install or manage a DB even on my local machine. Likewise, I can learn the basics of Django as a framework but I have literally no idea how to setup and configure a Linux VM to run Nginx or something.

Is anyone aware of online code school type platforms that teach things like the basics of setting up a web server, database, etc?

6 comments

[ 2.8 ms ] story [ 37.6 ms ] thread
What you're looking for is system administration basics.
Yeah I've thought about going through learn CLI the hard way and then just playing around. Will most likely go this route if I don't find anything more structured.