Links to webminar on Youtube or vk.com
| Library or service | Description |
|---|---|
| http://bower.io | Package manager for js |
| http://momentjs.com | Parse, validate, manipulate, and display dates in js |
| http://underscorejs.org | A lot of util functions. Functional-style development |
| https://lodash.com | Fast underscorejs |
| https://modernizr.com | Allows to use\check some HTML5 features in browsers |
| https://d3js.org | Data visualization |
| http://handlebarsjs.com | Code templates |
| http://www.highcharts.com | Good graphics and charts |
| https://facebook.github.io/react | Code templates, builder for users interfaces. Diff on DOM tree. |
| https://twitter.github.io/typeahead.js | Search + data popup |
| http://sugarjs.com | Util functions. Extends native js objects |
| https://github.com/caolan/async | Async utilities for clean code |
| http://backbonejs.ru | How to organize code structure? |
| https://mochajs.org | Unit tests |
| http://chaijs.com | Good decorator for unit tests |
GUI builders: