The Evolving Toolbox
What’s this?
I used to keep my current learning logs on Evernote, Google Keep or just text documents. No more. This story will be perpetually changes to list the tutorials, tools and anything else that helps my learning currently. Newest first.
Front End
React JS — https://facebook.github.io/react/tutorial/tutorial.html
An excellent framework for building UI for Web/Mobile platforms
Next.JS — https://learnnextjs.com/
Beautifully designed “library” for building React-Node applications
Middleware
GraphQL — https://www.howtographql.com
Perfect glue between the UI and Data layers
Backend
Meteor — https://www.meteor.com/tutorials/react/creating-an-app
A formidable application all-in-one framework for Node and React (and of course, much much more)
Toolbox
Helpful utilities every developer should know about
Code Sharing
Gist — https://gist.github.com/
JavaScript Test Bins
JSBin — https://jsbin.com/?html,output
JSFiddle — https://jsfiddle.net/
JSComplete — https://jscomplete.com/repl
SQL Test Bins
SQLFiddle — http://sqlfiddle.com/
Docker
Docker Tutorial — https://docs.docker.com/get-started/
Setup Private Registry — https://docs.docker.com/registry/

