Skip to content

Instantly share code, notes, and snippets.

View dukesnuz's full-sized avatar

David Petringa dukesnuz

View GitHub Profile
@bradtraversy
bradtraversy / vscode_shortcuts.md
Last active May 31, 2024 15:05
Helpful shortcuts for VSCode

VSCode Shortcuts

List of helpful shortcuts for faster coding

If you have any other helpful shortcuts, feel free to add in the comments of this gist :)

Official List of all commands

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

MySQL Locations

  • Mac /usr/local/mysql/bin
  • Windows /Program Files/MySQL/MySQL version/bin
  • Xampp /xampp/mysql/bin

Add mysql to your PATH