I will be attending
I will be attending
Between and I took 1920 steps.
Between and I took 6550 steps.
Performing Code Review on Your own Merge/Pull Requests (4 mins read).
Why the first step to getting others to review your code is to review it yourself.
Between and I took 9772 steps.
Pretty Printing JSON using Node.JS on the Command Line (1 mins read).

Using Node.JS's JSON module to pretty print JSON objects from the command line.
Automating Promotion of Jekyll Posts from Draft to Post (2 mins read).

The handy script I've created to automate publishing a draft in Jekyll, with handy Zsh + Bash autocomplete.
Between and I took 6687 steps.
I will be attending
Converting X.509 and PKCS#8 .pem
file to a JWKS (in Node.JS) (2 mins read).

Converting X.509 and PKCS#8 files to JWKS format, using the node-jose
library.
Using git commit --fixup=
to track changes that need to be applied on top of another commit (4 mins read).

Using git commit --fixup=
and git rebase --autosquash
to easily track and squash fix commits.
Between and I took 8303 steps.
Between and I took 9094 steps.
Between and I took 12496 steps.
Between and I took 1895 steps.
Post details
Free as in Freedom is a bi-weekly oggcast about legal, policy and other issues in Free, Libre and Open Source Software
Between and I took 3693 steps.
Between and I took 6716 steps.
Goodbye Jekyll, Hello Hugo! (5 mins read).

My move from Jekyll to super speedy Hugo, and what I've needed to do to migrate.
Between and I took 7544 steps.
Between and I took 7336 steps.
I will be attending
Between and I took 1849 steps.
Between and I took 7330 steps.
2018's Music In Review (6 mins read).
What music was I listening to in 2018?
Between and I took 1387 steps.
Between and I took 4143 steps.
Between and I took 8443 steps.
Between and I took 4428 steps.
Between and I took 1928 steps.
Between and I took 3255 steps.
Between and I took 3451 steps.
Between and I took 3451 steps.
Creating Microservices for my Static Website (2 mins read).
Exploring moving data out of my site's remit and into its own 'microservices' which can be consumed at build-time, as well as via client-side JavaScript.
Between and I took 11892 steps.
Leaving BTRFS as my primary filesystem (5 mins read).
Why I'm moving away from using BTRFS as the primary filesystem on my personal devices, and why it had nothing to do with BTRFS itself.
Between and I took 7873 steps.
Between and I took 9367 steps.
Between and I took 7877 steps.
Between and I took 9523 steps.
Between and I took 10143 steps.
Between and I took 3280 steps.
Between and I took 4647 steps.
Between and I took 8182 steps.
Between and I took 12965 steps.
Between and I took 11620 steps.
Between and I took 10244 steps.
Between and I took 10035 steps.
TYKJS Middleware Gotcha When Base 64 Decoding Data (3 mins read).

How to workaround the Failed to base64 decode: illegal base64 data at input byte
error when trying to use b64dec
in TYKJS middleware.