Snippets
Useful code bits I've collected over the yearsReact Hook: useEventListener
A simple React hook to add and remove event listeners
Efficient BigQuery Queries via the CLI
A simple command to run SQL in BigQuery on file save.
React Hook: useDeepCompareEffect
A useful React hook to deep-compare useEffect dependencies
React Hook: usePreviousValue
A React hook to access the previous value of a variable
Expressify: Use Async functions with Express
An must-have utility function for writing modern JS with Express
Vim Command to Capitalise a Line
I like to capitalise my Pull Requests titles. It’s a cumbersome task tho, so I’ve added to my Vim config a handy command to capitalise a line of text.
AppleScript: Quit Front App Confirmation
Have you ever closed an application after hitting CMD-Q by mistake?