Programming Books
- A Common-Sense Guide to Data Structures and Algorithms
by J Wengrow - Agile Web Development with Rails 5.1
by Dave Thomas, David B. Copeland, and Sam Ruby - Eloquent JavaScript
by Marijn Haverbeke - The Pragmatic Programmer
by Andy Hunt and Dave Thomas - The Well-Grounded Rubyist
by David A. Black and Joseph Leo
Learning to Code
- freeCodeCamp.org
An amazing free resource for learning programming and web development basics with JavaScript and Python. - Exercism
A free resource for practicing programming problems, TDD and algorithms. - LinkedIn Learning
A paid resource with 1000's of up-to-date programming courses and learning pathways. - YouTube
Amazing free content on just about anything you want to learn.
Technology
- Amazon Web Services
My preferred option for hosting websites, applications, frontends and apis. - DigitalOcean
An excellent alternative to AWS for hosting web applications. - Heroku
Perfect for hosting MVP's and small projects. - Visual Studio Code
My preferred text editor. - Oh My Zsh
My preferred command line framework.