What every web developer should know?

Posted by arikfr on Stack Overflow See other posts from Stack Overflow or by arikfr
Published on 2010-02-23T07:39:09Z Indexed on 2010/03/26 17:43 UTC
Read the original article Hit count: 393

Let's say you got a new intern, who's a third-year CS student. He has firm knowledge of the basics, has some experience with C/Java from the courses he took and a lot of desire to learn more.

What would you teach him in order to become a good web developer?

What I had in mind is:

  • HTML/CSS and the importance of writing semantic markup
  • Javascript, some JS framework (jQuery), JSON
  • Basics of Git/Subversion (whatever you use)
  • The language we use (Ruby, Python, PHP, C#, whatever)
  • Introduction the web framework we use (Rails, Django, ASP.NET MVC...)
  • MVC - what/why/who
  • RESTful web services - how to consume them and how to create one

What's on your list?

© Stack Overflow or respective owner

Related posts about web-development

Related posts about language-agnostic