Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.25 KB

generalResources.md

File metadata and controls

11 lines (7 loc) · 1.25 KB

Back

General Resources for Learning Web Development

  • MDN Web Docs: A resource for developers, maintained by the community of developers and technical writers and hosting many documents on a wide variety of subjects, such as: HTML, CSS, HTTP, JavaScript, Web APIs, Web components, Graphics, Audio, video and multimedia, MathML.

  • W3Schools: A great resource for web developers with tutorials( with good examples ) and references on web development. This resource covers subjects such as: HTML, CSS, JavaScript, PHP, SQL, Python, jQuery, Java, W3.CSS, and Bootstrap, covering most aspects of web programming.

  • StackOverflow: A massive resource of questions and answers having to do with coding. If you have a question regarding web development or coding in general, chances are it has already been answered on StackOverflow.

  • StackExchange: StackOverflow's less specialized (and oft-overlooked) cousin. Depending on what you're looking for, you can often find help on one of the more specialized StackExchange forums, including the exisitng forums for Aruduino, superusers, and programming challenges (known as "code golf").