Moving from PHP to C saved my web startup.
61 pointsby BuckToBid83 comments
int n = write(s, response.str().c_str(), response.str().length());
if(n < 0) error("Error writing to socket");
to write back a valid header that a browser will understand
I would look for schools who start their students in C or even C++ right off the bat. I know some people who took intro to programming in Java and would never learn C now, not sure why.