Blog
Making Sorbet compatible with Ruby 3.2
July 13, 2023
A summary of the work my team did to make Sorbet compatible with Ruby 3.2.
Automated debugging with git bisect and rspec
November 26, 2022
Git bisect is a useful tool that can drastically speed up debugging if you know how to use it. In this blog post, I explain how to set up an automated git bisect for maximum productivity.