Skip to content

Instantly share code, notes, and snippets.

View GiftBanda's full-sized avatar
🏠
Working from home

Gift Banda GiftBanda

🏠
Working from home
View GitHub Profile
@GiftBanda
GiftBanda / node_nginx_ssl.md
Created September 10, 2021 12:20 — forked from bradtraversy/node_nginx_ssl.md
Node app deploy with nginx & SSL

Node.js Deployment

Steps to deploy a Node.js app to DigitalOcean using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt

1. Sign up for Digital Ocean

If you use the referal link below, you get $10 free (1 or 2 months) https://m.do.co/c/5424d440c63a

2. Create a droplet and log in via ssh

I will be using the root user, but would suggest creating a new user

@GiftBanda
GiftBanda / mysql_cheat_sheet.md
Created February 29, 2024 09:43 — 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