November 2023
ruby
Configurable Retry with Ruby
When writing Ruby code, you may encounter a section of code that is known to fail the first time, but usually works on a repeated attempt…
Read
October 2023
rails
Add a Kafka Consumer to Rails
This post will walk through how to integrate a Kafka consumer into a Rails application in a maintainable and testable way. Why would you…
Read