Posts tagged "notes"
Collecting Paginated HTTP API Response Data Using JavaScript's async/await
Collect all pages of data from a paginated HTTP API in JavaScript using async/await.
Setting Up Postgres on Mac OSX with Homebrew
My notes on getting postgres running on Mac OS via a homebrew installation.
Basic Command Line Tools
Some beginner's notes; collected for a recently-hired junior developer.
CSS3: An All-CSS, Image-less Play Button
I wondered if it could be done; here's a quick and dirty technique.
How to Make Testable Private Methods in JavaScript
A controversial technique for writing unit tests against private methods.
JavaScript Design Patterns
My notes on Addy Osmani's JavaScript design patterns ebook.
Simplified Find/Replace from the Command Line
An overview of a quick bash function I recently wrote.
How to Exclude Files from SVN Commits
A bash function for working around a Subversion annoyance.
Basic Overview of the Surround Plugin for Vim
My notes on using Vim's surround plugin.