Learn everything
https://learnxinyminutes.com
How to clean code
https://github.com/ryanmcdermott/clean-code-javascript
Network
http://cyberzoide.developpez.com/unix/
Reintroducing js
https://developer.mozilla.org/fr/docs/Web/JavaScript/Une_r%C3%A9introduction_%C3%A0_JavaScript
JS event loop explained
https://www.youtube.com/watch?v=8aGhZQkoFbQ
http://voidcanvas.com/setimmediate-vs-nexttick-vs-settimeout/
http://stackoverflow.com/questions/15349733/setimmediate-vs-nexttick
https://howtonode.org/understanding-process-next-tick
https://weeklywebwisdom.com/2017/10/01/javascript-concurency-in-the-browser-1/
https://medium.com/fhinkel/confused-about-stack-and-heap-2cf3e6adb771
Deep dive into V8
https://blog.sessionstack.com/how-does-javascript-actually-work-part-1-b0bacc073cf
https://blog.sessionstack.com/how-javascript-works-inside-the-v8-engine-5-tips-on-how-to-write-optimized-code-ac089e62b12e
https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec
https://blog.sessionstack.com/how-javascript-works-event-loop-and-the-rise-of-async-programming-5-ways-to-better-coding-with-2f077c4438b5
https://blog.sessionstack.com/how-javascript-works-deep-dive-into-websockets-and-http-2-with-sse-how-to-pick-the-right-path-584e6b8e3bf7
https://www.valentinog.com/blog/engines/
https://www.youtube.com/watch?v=LbwUETu7Rgc
Js hacks/particularity
https://v8.dev/features/logical-assignment
https://github.com/leonardomso/33-js-concepts
https://blog.jscrambler.com/12-extremely-useful-hacks-for-javascript/
https://github.com/denysdovhan/wtfjs
https://dev.to/promhize/javascript-in-depth-all-you-need-to-know-about-expressions-statements-and-expression-statements-5k2
https://tylermcginnis.com/ultimate-guide-to-execution-contexts-hoisting-scopes-and-closures-in-javascript/
https://dev.to/promhize/what-you-need-to-know-about-javascripts-implicit-coercion-e23
https://medium.com/dailyjs/javascripts-number-type-8d59199db1b6
https://fettblog.eu/void-in-javascript-and-typescript/
ES6
http://es6-features.org/#Constants
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment
https://ponyfoo.com/articles/es6
http://2ality.com/2018/02/js-backward-compatibility.html
JS Sets and Maps
http://2ality.com/2015/01/es6-maps-sets.html
https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Objets_globaux/Map
http://voidcanvas.com/map-weakmap-pojo/
https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Objets_globaux/Set
https://medium.com/front-end-hacking/es6-set-vs-array-what-and-when-efc055655e1a
http://voidcanvas.com/es6-set-vs-weakset-vs-array/
Popular CS algorithms in js
https://github.com/humanwhocodes/computer-science-in-javascript
https://mgechev.github.io/javascript-algorithms/
https://itnext.io/you-may-need-laziness-in-your-javascript-f03e8a2d4629
Wasm w/ JS like syntax
https://github.com/ballercat/walt
JS books
https://javascript.info/
http://exploringjs.com/es6.html
http://exploringjs.com/es2016-es2017.html
https://drboolean.gitbooks.io/mostly-adequate-guide/
http://fr.wikibooks.org/wiki/R%C3%A9seaux_TCP/IP/La_pile_TCP/IP
https://fr.wikipedia.org/wiki/Suite_des_protocoles_Internet
https://fr.wikibooks.org/wiki/R%C3%A9seaux_TCP/IP
http://www.frameip.com
http://www.lalitte.com/index.php/Accueil
http://www.tldp.org/LDP/nag2/
https://vincent.bernat.im/fr/blog/2017-ipv4-table-routage-linux
https://betterexplained.com/articles/a-simple-introduction-to-computer-networking/