Skip to content

Instantly share code, notes, and snippets.

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

divSyntax

🏠
Working from home
View GitHub Profile
@danielwetan
danielwetan / nodejs-cicd-github-actions.md
Last active April 30, 2024 07:36
Deploy Node.js to VPS using Github Actions

Deploy Node.js to VPS using Github Actions

Steps to deploy Node.js to VPS using PM2 and Github Actions

1. Clone repo to VPS folder

@knvaughn
knvaughn / US-States-and-Cities.json
Last active December 5, 2023 13:52 — forked from ahmu83/US_States_and_Cities.json
List of US States and Cities in JSON format.
{
"Alabama": [
"Alabaster",
"Albertville",
"Alexander City",
"Andalusia",
"Anniston",
"Arab",
"Athens",
"Atmore",
@hakimelek
hakimelek / us_institutions.json
Created September 28, 2016 09:36
A List of American Colleges and Universities in JSON format
[
{
"institution": "Alabama A & M University"
},
{
"institution": "University of Alabama at Birmingham"
},
{
"institution": "Amridge University"
},
@ahmu83
ahmu83 / US_States_and_Cities.json
Created July 20, 2016 16:50
List of US States and Cities in JSON format.
{
"New York": [
"New York",
"Buffalo",
"Rochester",
"Yonkers",
"Syracuse",
"Albany",
"New Rochelle",
"Mount Vernon",