VSCode and Node.js https://github.com/bdspen/nodemon_vscode https://code.visualstudio.com/docs/editor/debugging https://code.visualstudio.com/docs/nodejs/nodejs-debugging https://code.visualstudio.com/docs/nodejs/nodejs-tutorial Move line up and down Alt + up/down
Python3 Jupyter Notebook Anaconda http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy http://www.lfd.uci.edu/~gohlke/pythonlibs/ http://www.torylawson.com/blog/how-to-get-scipy-working-in-windows/ https://scipy.org/install.html
Markdown https://learn.getgrav.org/content/markdown http://commonmark.org/help/ https://en.support.wordpress.com/markdown-quick-reference/ https://confluence.atlassian.com/bitbucketserver/markdown-syntax-guide-776639995.html https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
Run Forever.js https://github.com/zapty/forever-service https://stackoverflow.com/questions/13385029/automatically-start-forever-node-on-system-restart https://github.com/foreverjs/forever https://blog.nodejitsu.com/keep-a-nodejs-server-up-with-forever/ https://stackoverflow.com/questions/4018154/node-js-as-a-background-service https://certsimple.com/blog/deploy-node-on-linux
Express.js http://expressjs.com/en/api.html https://stackoverflow.com/questions/9024783/how-to-force-node-js-express-js-to-https-when-it-is-running-behind-an-aws-load-b http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/x-forwarded-headers.html SSL https://aghassi.github.io/ssl-using-express-4/ https://stackoverflow.com/questions/10175812/how-to-create-a-self-signed-certificate-with-openssl https://wiki.openssl.org/index.php/Binaries
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create-deploy-nodejs.rds.html#nodejs-rds-connect
Code Split https://hackernoon.com/straightforward-code-splitting-with-react-and-webpack-4b94c28f6c3f http://moduscreate.com/code-splitting-for-react-router-with-es6-imports/ https://gaearon.github.io/react-hot-loader/getstarted/ https://medium.com/modus-create-front-end-development/automatic-code-splitting-for-react-router-w-es6-imports-a0abdaa491e9 https://medium.com/modus-create-front-end-development/webpack-2-tree-shaking-configuration-9f1de90f3233 https://stackoverflow.com/questions/39832116/webpack-multiple-entry-points https://www.pshrmn.com/tutorials/webpack/basic_options/#entry https://webpack.js.org/concepts/entry-points/