# Resources
Search on Google for anything
(Stick to few and Official ones)
- roadmap.sh (opens new window)
- sindresorhus/awesome (opens new window)
- Resource Collections
# Playgrounds
- Typesript Playground (opens new window)
- Codesandbox.io (opens new window)
- Codepen (opens new window)
- JsFiddle (opens new window)
- JsBin (opens new window)
- Stackblitz (opens new window)
- Repl.it (opens new window)
- plnkr.co (opens new window)
- Babel Repl (opens new window)
- Css
# JS
- javascript.info (opens new window)
- eloquentjavascript (opens new window)
- MDN Web Docs (opens new window)
- es6-features.org (opens new window)
- getify/You-Dont-Know-JS (opens new window)
- exploringjs.com (opens new window)
- javascript30.com (opens new window)
- Standard
- jsbench.me (opens new window)
# Typesript
- typescriptlang.org (opens new window)
- basarat/typescript-book (opens new window)
- labs42io/clean-code-typescript (opens new window)
# HTML/CSS/JS
# CSS
- AllThingsSmitty/css-protips (opens new window)
- Reference
- PostCss
- Helpers
# Node Frameworks
- Express (opens new window)
- npmtrends (opens new window)
- Adonis (Similar to Laravel)
# Browser Tools
# Git
- tiimgreen/github-cheat-sheet (opens new window)
- Git Reference (opens new window)
- learngitbranching.js.org (opens new window)
- git-flight-rules (opens new window)
- dangitgit.com (opens new window)
# Design
- principles.design (opens new window)
- goabstract/Awesome-Design-Tools (opens new window)
- gztchan/awesome-design (opens new window)
# Cheatsheets
# Api
# Placeholder
- Mirage-FakeAPI (opens new window)
- Json Placeholder (opens new window)
- dummyjs.com (opens new window)
- Images
# Polyfills
# Regular Expression
- regexr.com (opens new window)
- regex101.com - Practice with explanation (opens new window)
- MDN Cheatsheet (opens new window)
- extendsclass.com/regex-tester (opens new window)