Skip to content

Instantly share code, notes, and snippets.

View swazidr's full-sized avatar

Sheikh Wazid swazidr

View GitHub Profile
@swazidr
swazidr / webdev_online_resources.md
Created December 12, 2020 08:37 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)
@swazidr
swazidr / docker_wordpress.md
Created September 27, 2020 20:53 — forked from bradtraversy/docker_wordpress.md
Docker Compose FIle For Wordpress, MySQL & phpmyadmin

Wordpress & Docker

This file will setup Wordpress, MySQL & PHPMyAdmin with a single command. Add the code below to a file called "docker-compose.yaml" and run the command

$ docker-compose up -d

# To Tear Down
$ docker-compose down --volumes
@swazidr
swazidr / vscode_shortcuts.md
Created September 27, 2020 20:52 — forked from bradtraversy/vscode_shortcuts.md
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

@swazidr
swazidr / mysql_cheat_sheet.md
Created September 27, 2020 20:51 — forked from bradtraversy/mysql_cheat_sheet.md
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

@swazidr
swazidr / mongodb_cheat_sheet.md
Created September 27, 2020 20:50 — forked from bradtraversy/mongodb_cheat_sheet.md
MongoDB Cheat Sheet

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database