Skip to content

Instantly share code, notes, and snippets.

View notsaltydev's full-sized avatar
👨‍💻
Focusing

Adam Nieslony notsaltydev

👨‍💻
Focusing
View GitHub Profile
@notsaltydev
notsaltydev / node_nginx_ssl.md
Created November 10, 2019 16:41 — 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

@notsaltydev
notsaltydev / Country Currency Codes JSON
Created February 11, 2019 20:15 — forked from grosscorporation/Country Currency Codes JSON
currency symol, name, plural, and decimal digits for all major and minor currencies
[
{
"USD" : {
"symbol" : "$",
"name" : "US Dollar",
"symbol_native" : "$",
"decimal_digits" : 2,
"rounding" : 0,
"code" : "USD",
"name_plural" : "US dollars"