PinnedFreestyle: A Labor of Love, Expressed in RhymesJulianna and I have this fun little tradition: whenever we’re not rushing off to work, whether it’s a weekend or a random day off, I brew…Sep 27, 2024Sep 27, 2024
You might not be using json.Decoder correctly in golangTL;DR: prevailing “secondary source” wisdom (ie: blog posts) about json.Decoder don't demonstrate the proper way to use it.Jan 25, 20211Jan 25, 20211
Building flexible Make targetsTL;DR: use $(eval ARGS=${ARGS} [some additional arg]) within a make target to build custom argument sequences for commands wrapped by make…Jan 3, 2021Jan 3, 2021
Integrating Code Climate w/go pkgsTL; DR: When integrating golang code coverage with Code Climate, be sure to set the --prefix arg (set it to your pkg github prefix, ie…Jan 1, 2021Jan 1, 2021
Safely Construct Elasticsearch Queries w/GolangOr, why I built an ES query DSL pkg in golang.Dec 29, 2020Dec 29, 2020
Published inMath MusingsShortcut for cubing numbers ending in — 5In a previous article, we reasoned about a method for somewhat quickly computing the squares of numbers.Oct 15, 20171Oct 15, 20171
Published inMath MusingsShortcut for squaring numbersIn a previous article, we explored a trick for squaring numbers that end in — 5 really quickly.Oct 15, 2017Oct 15, 2017
Published inMath MusingsWhy does (25)(25) = 2(2+1)(100)+25? An explanation.So here’s a neat trick. What’s a quick way to square numbers that end in — 5 in your head?Oct 15, 2017Oct 15, 2017
A technique for saving content from a data:text/html, URIUpdate: I’ve improved on my technique! Find the updated blog post here.May 13, 2016May 13, 2016
Introducing Bonfire.A new way to do Free Code Camp problems with visual programming.May 11, 2016May 11, 2016