Andy Waite
Posts
-
2024-10-03 •
Andy Waite
An Introduction to the Ruby LSP Add-on System
In this post we introduce the Ruby LSP add-on system. We'll explain the problem it solves, discuss its architecture, showcase some example add-ons, and share our vision for a future addon ecosystem that enhances the Ruby development experience. -
2023-01-04 •
Andy Waite
Sorbet as your Ruby mentor
Ruby has a number of ‘gotchas’ which often catch beginners off-guard. Although Sorbet is aimed at large, complex applications, it can also help to catch simple, common mistakes. And even in those large, complex apps, bugs can often be from simple mistakes. Let’s take a look at some.