Javascript tips and tricks articles
#===js books
# front-end handbook
https://www.dropbox.com/sh/t9hloz1jqtlul8p/AACbgQTOF8k-UoCY1nonQapaa?dl=0
# usefull free books about raw js
https://medium.mybridge.co/the-most-useful-free-ebooks-for-web-developers-3854767ee52f#.8dfirbgmi
# js debugging
https://developer.chrome.com/devtools/docs/javascript-debugging
# SPECIFICATION FOR BUILDING APIS IN JSON
http://jsonapi.org/
# async javascript
https://habrahabr.ru/post/241161/
# memory leaks in javaScript
http://www.javascriptkit.com/javatutors/closuresleak/index.shtml
# type conversion
http://www.w3schools.com/js/js_type_conversion.asp
# javaScript documentation to avoid general mistaces
http://bonsaiden.github.io/JavaScript-Garden/
# usefull finctions in knockout
http://www.knockmeout.net/2011/04/utility-functions-in-knockoutjs.html
# why we should start learn typescript
https://basarat.gitbooks.io/typescript/content/docs/getting-started.html