Reading List

The most recent articles from a list of feeds I subscribe to.

The parallel test bundle, a convention for Go testing

A Go convention that we’ve found effective for making subtests parallel-safe, keeping them DRY, and keeping code readable.

Rails World 2024

A few reflections on this year’s event. (It was great.)

TIL: Variables in custom VSCode snippets

Using built-in variables in VSCode snippets to make publishing to this site incrementally faster.

A few secure, random bytes without `pgcrypto`

Avoiding the pgcrypto extension and its OpenSSL dependency by generating cryptographically secure randomness through gen_random_uuid().

Direnv's `source_env`, and how to manage project configuration

How I accidentally stumbled across the source_env directive and dramatically improved my configuration methodology overnight.