Please enable JavaScript.
Coggle requires JavaScript to display documents.
Become Middle JS Developer - Coggle Diagram
Become Middle JS Developer
1.Design pattern in JS -
https://addyosmani.com/resources/essentialjsdesignpatterns/book/
(important ones are revealing module, module, mediator, pub/sub, factory)
Large scale JS architecture -
https://addyosmani.com/largescalejavascript/
and
https://www.youtube.com/watch?v=b5pFv9NB9fs
MVC in native JS -
https://alexatnet.com/model-view-controller-mvc-in-javascript/
Open ended questions like improve web page performance (caching, CDN, sprites, minification etc)
Security in web pages (HTTP headers, CORS, XSS etc)
ES6 features
Closures in JS -
https://stackoverflow.com/questions/111102/how-do-javascript-closures-work
Coding guidelines -
http://jstherightway.org/
,
https://github.com/airbnb/javascript/blob/master/README.md
this in JS -
https://stackoverflow.com/questions/3127429/how-does-the-this-keyword-work
1 more item...
"You Don't Know JS" by Kyle Simpson book
Clean code book
TypeScript
https://www.freecodecamp.org/learn/