WTF Ruby
Things I should've known.
Posts
20 Dec 2016 »
Testing `Date` in ember
How to test `new Date()` in ember
12 Dec 2016 »
Private keys in dokku
How to set a private key environment variable in dokku
04 Dec 2016 »
Using ENVs for Google Drive API auth
How to use ENV vars for Google API authorization.
25 Nov 2016 »
Using `UserDict` in Py2 and Py3
How to use `UserDict` in Python 2 and 3
22 Nov 2016 »
Partial indices can be a bad idea
Why you shouldn't use partial indices
20 Nov 2016 »
Fake `open` with Python doubles
How to test `open` with the doubles library
14 Nov 2016 »
Uber's Python test doubles are awesome
Use doubles instead of mock
10 Nov 2016 »
Bust github badges cache
How to bust a cached badge on github
01 Nov 2016 »
Python gspread token refresh
Handling token refreshing with `ServiceAccountCredentials`
31 Oct 2016 »
Don't use API Gateway mapping templates
You shouldn't put any business logic in API Gateway for your own good.