Everyday GIT commands
Handy everyday git commands
Postgres Snippets
Some handy snippets I find myself googling
Flattern nested array
Some helpful ways to flatten arrays in JavaScript
Code block diffs
Add a diff to your code blocks to show a user the changes
Setup JSX support in emmet
Add JSX support to emmet for auto complete
Unique values from array
Use the set object to remove duplicates from an array
State management with context
A simple alternative to redux as global state management
Sticky footer with flexbox
One way to create a sticky footer with flexbox
Date object snippet
Some handy little code snippets for the JavaScript Date object