- freeCodeCamp
JavascriptBootstrapjQueryHTML & CSSPeer SupportMeetupsNPO#slack - Mozilla Developer Network
Reference - StackOverflow
Q&APeer Support - w3schools
HTML & CSSJavascriptjQueryPHPSQLXMLBootstrapReferenceTry-It Editor - HackerRank
ChallengesMany LanguagesContestsInterview PracticePeer Support - Javascript30
JavascriptVideo WalkthroughsProject-oriented - edX
Computer ScienceIoTOptional Certificate#slack
This file contains hidden or 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
coursesVideos and coursework from LinkedIn. - w3schools
referenceliveDictionary-style reference with plain-language explanations and a basic Try-It editor. - devdocs.io
referenceDocumentation reference for a number of languages. - Bootstrap Cheat Sheet
referenceliveBootstrap Reference with live examples.