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. Used
on a Git commit it gives me a pretty PR title in seconds.
The command is <Leader>cap.
AppleScript: Quit Front App Confirmation
Have you ever closed an application after hitting CMD-Q by mistake? I have, way too many times.
Vim Quick Search & Replace
Can you remember the exact command to search & replace in Vim? I can’t. So I’ve got a command to do that for me:
