Blog
Notes and essays on software engineering, interface design, and the tools in between.
Using Bloom Filter IRL
How I used a Bloom filter to keep a creator marketplace feed from showing people the same posts over and over.
Building a Custom Redis Storage Adapter for OpenAuth with Bun
How I created a custom Redis storage adapter for OpenAuth using Bun's built-in Redis client to build a centralized authentication server for internal tools.