What skills does a web developer need to have/learn?

Posted by Victor on Programmers See other posts from Programmers or by Victor
Published on 2011-06-17T01:33:39Z Indexed on 2011/06/22 8:30 UTC
Read the original article Hit count: 268

Filed under:

I've been I've asked around, and here's what I gathered so far in no particular order:

Knowledge

  1. Web server management (IIS, Apache, etc.)
  2. Shell scripting
  3. Security (E.g. ethical hacking knowledge?)
  4. Regular Expression
  5. HTML and CSS
  6. HTTP
  7. Web programming language (PHP, Ruby, etc.)
  8. SQL (command based, not GUI, since most server environment uses terminal only)
  9. Javascript and library (jQuery)
  10. Versioning (SVN, Git)
  11. Unit and functional test

Tools

  1. Build tools (Ant, NAnt, Maven)
  2. Debugging tools (Firebug, Fiddler)

Mastering the above makes you a good web developer. Any comments?

© Programmers or respective owner

Related posts about web-development