Resources
This has some great Drupal training exercises. Looks like it has some recent activity in the answer repos, and potential to grow to a bigger learning resource.
Explains the issue of an inflated cache_render table, and how to fix it.
Simple fix is to run drush cr daily via cron.
Terminal UI for GIT.
If you aren't familiar with the make instructions, you can delete the directory after running make install.
Clean code sample for creating a block when a new term is added.
A similar technique could be used to create views when new content types are added.
Nicely formatted, printable chart of the most frequently used modules.
Check it out to see if you're familiar with all of them, or if there's some big ones you missed.
I have been curious about this integration, this article provides a basic explanation.
Laravel supports vue.js out of the box.
I had to tunnel through a dev server to connect to a remote database.
Todo: Investigate processes outlined here for ideas.