Skip to content

Latest commit

 

History

History
140 lines (115 loc) · 6.04 KB

File metadata and controls

140 lines (115 loc) · 6.04 KB

CheatSheets


Documentation


Exercises

Courses

Useful links

Gulp

WebDevelopment

CodeExamples

Quality Code Checkers

JQUERY

Frameworks and Liabraries

  • Main:

  • Full Stack:


  • Testing:


  • Polyfills:

  • https://polyfill.io/v3/ It's a service which accepts a request for a set of browser features and returns only the polyfills that are needed by the requesting browse
  • https://github.com/zloirock/core-js - Modular standard library for JavaScript. Includes polyfills for ECMAScript up to 2019: promises, symbols, collections, iterators, typed arrays, many other features, ECMAScript proposals, some cross-platform WHATWG / W3C features and proposals like URL

  • Desktop:

  • Server:

  • OTHER:

  • React