A quick look into the Stripe API with the Subscription status enum, and how to understand the differences between the values. read full post…
18 July 2021
Don’t FOIL, learn the distributive property instead
A quick look at why I think FOIL is an unhelpful trick taught in early math education and how understanding the distributive property gives a deeper understanding and stronger tools for students to think about numbers. read full post…
12 July 2021
Diff a SAFE in Google Docs
A quick tip on how to diff a SAFE document in Google Docs so you can see if there any differences from the standard YC document. read full post…
05 July 2021
A console.log decorator in JavaScript
A simple JavaScript decorator for wrapping functions in a console.group call, so console.log calls within it are neatly grouped together. This can be helpful for debugging complicated execution of a program. read full post…
13 June 2021
How to programmatically combine & compress PDFs
A quick example of how to combine and compress PDFs from the command-line using pdfunite and Ghostscript. read full post…