Skip to content

Instantly share code, notes, and snippets.

View nelsondev19's full-sized avatar
😃
Hello!

Nelson Hernández nelsondev19

😃
Hello!
View GitHub Profile
@danybeltran
danybeltran / http-react-fetcher@1.3.2.browser.js
Last active May 4, 2022 16:54
Http React Fetcher for browsers
"use strict"
/**
* @license http-react-fetcher
* Copyright (c) Dany Beltran
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var __assign =
(this && this.__assign) ||
@HighwayofLife
HighwayofLife / cloud_init.yaml
Last active August 1, 2024 20:25
Install Docker via Cloud Init on Ubuntu VM
#cloud-config
packages:
- apt-transport-https
- ca-certificates
- curl
- gnupg-agent
- software-properties-common
# Enable ipv4 forwarding, required on CIS hardened machines
@bradtraversy
bradtraversy / node_nginx_ssl.md
Last active October 19, 2024 09:30
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

@lukas-h
lukas-h / license-badges.md
Last active October 18, 2024 16:36
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • The badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.

Translations: (No guarantee that the translations are up-to-date)