05 May 2024 • 1 min read Using Ruby Structs to Model API Responses Here's a technique I use to model API responses in a simple class. This provides nice ergonomics with minimal boilerplate.
01 May 2024 • 3 min read Parameterized Modules in Ruby Ruby lets you use `[]` for more than arrays—and that opens the door to clever tricks like parameterized modules.