Skip to content

Instantly share code, notes, and snippets.

View Dominic2000code's full-sized avatar
🤓

Dominic Bluawofogbe Dominic2000code

🤓
View GitHub Profile
@bradtraversy
bradtraversy / mysql_cheat_sheet.md
Last active November 5, 2025 20:36
MySQL Cheat Sheet

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

@draxem1
draxem1 / data.json
Created September 7, 2016 02:40
Get html form data with pure Node.js, and write it to a json file as a linked list.... Enjoy!
/* start it like this, and watch it grow as data is submitted*/
{
"head": {
"head": null
}
}