Skip to content

Instantly share code, notes, and snippets.

View hunt8r's full-sized avatar
🎯
Focusing

hunt8r

🎯
Focusing
View GitHub Profile
@hunt8r
hunt8r / postgres-cheatsheet.md
Created January 31, 2019 19:30 — forked from Kartones/postgres-cheatsheet.md
PostgreSQL command line cheatsheet

PSQL

Magic words:

psql -U postgres

Some interesting flags (to see all, use -h or --help depending on your psql version):

  • -E: will describe the underlaying queries of the \ commands (cool for learning!)
  • -l: psql will list all databases and then exit (useful if the user you connect with doesn't has a default database, like at AWS RDS)
@hunt8r
hunt8r / ngrxintro.md
Created January 28, 2019 21:41 — forked from btroncone/ngrxintro.md
A Comprehensive Introduction to @ngrx/store - Companion to Egghead.io Series

Comprehensive Introduction to @ngrx/store

By: @BTroncone

Also check out my lesson @ngrx/store in 10 minutes on egghead.io!

Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!

Table of Contents

@hunt8r
hunt8r / check_link.py
Created June 18, 2018 17:43 — forked from hackerdem/check_link.py
A simple python script to check broken links of a wesite