[Joe demoing setting git in visual studio code]
[Tammy demoing using git straight from cmd line]
Joe, Tammy, please add any references you feel like
Tammy likes https://sourcegear.com/diffmerge/ as a GUI to track git branching
Joe uses gitlens without leaving vscode
Git tutorial from github: https://try.github.io
Debugging node in the browser's WebDev tools:
Read the article and/or jump straight into the usage:
node --inspect server.js
A number of you asked for a refresher on how to make and manage promises. Here's some reference material at Mozilla to guide us today.