A start-to-finish walkthrough on creating a Ruby gem with CI and CD
Creating an open source Ruby gem is easier than you might think! In this post, we will be walking through the process of creating and publishing a Ruby gem from start to finish.
Creating an open source Ruby gem is easier than you might think! In this post, we will be walking through the process of creating and publishing a Ruby gem from start to finish.
Over the past year at Gusto, we’ve drastically changed how we approach Sidekiq in our main Rails monolith. This post dives in.
My first week on a team, I broke production. Advices for renaming in a dynamic language, where it is difficult to find the usages you are looking for.
One of the most unique and often misunderstood features of Ruby is blocks. Blocks are Ruby’s version of closures [https://softwareengineering.stackexchange.com/questions/40454/what-is-a-closure] and can be used to make code more reusable and less