Various Writings

Using Jekyll with Esbuild

4 minute read

I know. What an unholy union. Why would anyone do this? Why would anyone want that?

The Simplest Static Site Generator

2 minute read

Sometimes, you want to build a simple HTML page and populate it with some data. You may have some JSON lying around and want to make a simple website to visu...

Load testing GraphQL with WRK

1 minute read

For performance testing wrk is one of my favorite tools. Whether you are trying to get a quick benchmark or building a performance test suite - it is fairly ...

CLI OAuth in Ruby

7 minute read

Have you ever used a command-line application that triggered an OAuth authentication flow to log you in and wondered how that works? For example, Google Clou...