- freeCodeCamp
Javascript
Bootstrap
jQuery
HTML & CSS
Peer Support
Meetups
NPO
#slack
- Mozilla Developer Network
Reference
- StackOverflow
Q&A
Peer Support
- w3schools
HTML & CSS
Javascript
jQuery
PHP
SQL
XML
Bootstrap
Reference
Try-It Editor
- HackerRank
Challenges
Many Languages
Contests
Interview Practice
Peer Support
- Javascript30
Javascript
Video Walkthroughs
Project-oriented
- edX
Computer Science
IoT
Optional Certificate
#slack
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div {} = 0, 0, 0, 1 = (1) | |
div ul {} = 0, 0, 0, 2 = (2) | |
#id {} = 0, 1, 0, 0 = (100) | |
.class .class {} = 0, 0, 2, 0 = (20) | |
<element style="{}"> = 1, 0, 0, 0 = (1000) |
Last updated: November 5, 2016
###1. Code reference and tutorials
- Lynda 1
courses
Videos and coursework from LinkedIn. - w3schools
reference
live
Dictionary-style reference with plain-language explanations and a basic Try-It editor. - devdocs.io
reference
Documentation reference for a number of languages. - Bootstrap Cheat Sheet
reference
live
Bootstrap Reference with live examples.