I learned more writing this post than I expected to.
9 months ago - 5 minute read
Idioms, Standard Library Gems, and Snake Traps to Avoid
about 1 year ago - 15 minute read
A CLI utility that searches for a value in JSON files and prints out paths that point to that value.
about 4 years ago - 1 minute read
How to write a CSV such that Excel doesn't drop leading zeros where they're needed. Postal codes are a great example of when those leading zeros contain valuable information.
about 4 years ago - 4 minute read
A quick post on defining what reliability means in terms of software development.
about 4 years ago - 1 minute read
Useful for adding a gitignore file later into a project.
about 4 years ago - 1 minute read
Introducing parameter objects into your code.
about 4 years ago - 1 minute read
Compiling GO binaries for the synology platform.
about 4 years ago - 1 minute read
My wife loves the movie Pan's Labyrinth. In that movie, there's a lullaby and she's mentioned to me several times that she has always wanted a music box that plays that lullaby.
over 6 years ago - 3 minute read
T-Mobile didn't let me pre-order the new iPhone. So I had to write a script to notify me when there was stock nearby.
over 6 years ago - 2 minute read
Using Python to write to CSV files stored in S3. Particularly to write CSV headers to queries unloaded from Redshift (before the header option).
almost 7 years ago - 2 minute read
This was an incredibly fun project to do and gave me an excuse to not only put our Christmas tree up well before December, but to also keep it well into January. I'm not entirely sure how much this would cost if you had to buy each part separately.
over 7 years ago - 5 minute read
You have multiple choices when implementing a multiple choice field in Django.
over 7 years ago - 2 minute read