Skip to content

Instantly share code, notes, and snippets.

View rjisoo's full-sized avatar

Jisoo rjisoo

View GitHub Profile
@rjisoo
rjisoo / product_style
Created February 24, 2019 07:38 — forked from atomjar/product_style
Stylesheet for Vue Mastery's Intro to Vue course
body {
font-family: tahoma;
color:#282828;
margin: 0px;
}
.nav-bar {
background: linear-gradient(-90deg, #84CF6A, #16C0B0);
height: 60px;
margin-bottom: 15px;
@rjisoo
rjisoo / postgres-cheatsheet.md
Created September 23, 2016 14:39 — forked from Kartones/postgres-cheatsheet.md
PostgreSQL command line cheatsheet

PSQL

Magic words:

psql -U postgres

If run with -E flag, it will describe the underlaying queries of the \ commands (cool for learning!).

Most \d commands support additional param of __schema__.name__ and accept wildcards like *.*