If you're integrating your software with a web service these days, chances are you have to use OAuth2 to authorize it. Here's a little story about a horse which will …
Month: March 2020

Episode #617
Function Pipelining in Ruby
Have you ever looked at function "pipelines" in FP languages like Elixir and F# and wished Ruby had them? Let's explore the equivalents Ruby provides out-of-box, or with a little …

Episode #616
Aggregate Boundaries
Drawn from Jessica Kerr & Avdi's joint keynote at CodeBEAM 2020, today's episode explores a novel technique for discovering where to draw aggregate boundaries between domain entities... by taking them …