Surviving rolling deploys when Sidekiq meets a class it doesn’t know yet
A tiny Sidekiq middleware that requeues jobs whose class isn't loaded yet, so rolling deploys stop throwing NameError—plus a look at how it works under the hood.
A home for my blog posts
A tiny Sidekiq middleware that requeues jobs whose class isn't loaded yet, so rolling deploys stop throwing NameError—plus a look at how it works under the hood.
A pragmatic pattern for wiring LLMs into a Rails app: base class, ERB prompts, two-level tests, and context strategies.
Terminal–based game written in pure Ruby using less then 150 lines of code
How to test graphql-ruby responses, coming from types, mutations and subscriptions
Examine your service objects and try to find possible issues caused by wrong composition and missing contracts
How to plan and execute the refactoring of you Ruby application
GraphQL errors best practices
How to detect a possible memory bloat in Rails before it starts being a problem
How to detect a possible memory bloat in Rails before it starts being a problem
Where Ruby methods keeps methods and variables defined on the top–level scope