> Quantified Self • 2025 My own sort of "wrapped" for the 2025 year. > How to Async Tests in Elixir It can be hard to keep tests asynchronous as Elixir applications grow in size and complexi… > Tech I Use • 2024 Inspired by others doing this, here's a writeup of the things I use—mostly tech—2024 editi… > Reducing Compile-Time Dependencies in Gettext for Elixir This is how we significantly improved compilation time for Elixir projects that use Gettex… > Verifying JWTs from Apple's App Store A quick walkthrough on how to verify JWTs coming from Apple's App Store APIs using Elixir.… > A Breakdown of HTTP Clients in Elixir This is an overview of the HTTP clients we have available in Elixir, as well as when to us… > Protohackers in Elixir I'm publishing a new video series about network programming in Elixir, where I solve the n… > Advent of Code 2022 An experiment in solving AoC 2022 with Rust and some AI (GitHub Copilot and OpenAI's ChatG… > Get Rid of Your Old Database Migrations Are database migrations good? Probably, but are we using them in the right way? In this po… > Testing AWS in Elixir An overview of how we test Elixir applications that interact with AWS. > Example-based Tests And Property-based Tests Are Good Friends A short look at mixing property-based tests and example-based tests to get the best of bot… > RPC over RabbitMQ (with Elixir) A look into the RabbitMQ topology (exchanges, queues, bindings) and Elixir architecture th…