Cheat Sheets
Searching for comprehensive information in web (and other) technologies on one page? Cheat sheets are allowed outside of school!
Here is a collection of links to find some about technologies using in the browser.
Maybe you keep this page in your favorites as well :)
JavaScript
- Reference https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference
- ES6 Hints https://devhints.io/es6
- Language Specification 2022 https://262.ecma-international.org/13.0/
- Date Object https://devhints.io/js-date
- Promises https://devhints.io/promise
- Regex https://devhints.io/regexp
HTML
- All Elements https://developer.mozilla.org/en-US/docs/Web/HTML/Element
- Meta Tags https://devhints.io/html-meta
CSS
- W3C CSS Overview https://www.w3.org/Style/CSS/Overview.en.html
- W3C CSS Specificationshttps://www.w3.org/Style/CSS/specs.en.html
- CSS Reference https://developer.mozilla.org/en-US/docs/Web/CSS
- CSS Hints https://devhints.io/css
- SASS https://devhints.io/sass
Node.JS
- Web Site https://nodejs.org
- npm Registry https://www.npmjs.com/
- npm cli https://devhints.io/npm
... will be extended on feedback and when finding more.