Skip to content

Instantly share code, notes, and snippets.

View Ileriayo's full-sized avatar
🥑
Solving developer problems so that they can solve more problems

Ileriayo Adebiyi Ileriayo

🥑
Solving developer problems so that they can solve more problems
View GitHub Profile
@evanderkoogh
evanderkoogh / example.csv
Created November 20, 2017 13:29
Import CSV into DynamoDB
whateverId attribute1 someotherattribute
foo bar baz
hello erwin world
@ibraheem4
ibraheem4 / postgres-brew.md
Last active June 28, 2024 18:57 — forked from sgnl/postgres-brew.md
Installing Postgres via Brew (OSX)

Installing Postgres via Brew

Pre-Reqs

Brew Package Manager

In your command-line run the following commands:

  1. brew doctor
  2. brew update