Git/GitHub
TODO: mention GUI tools like Tower, GitKraken, GitLens that are free with GitHub Education pack
HTML/CSS/JS Basics
https://developer.mozilla.org/en-US/docs/Web/JavaScript - great reference resource for anything relating to HTML, CSS, or JS
...
Advanced Styling + Tailwind CSS
https://tailwindcss.com/docs/utility-first - explains why tools like Tailwind CSS are useful. site also includes a reference for all Tailwind CSS classes and corresponding CSS styles
https://css-tricks.com/the-thought-process-behind-a-flexbox-layout/ - basic overview of flexbox
...