
T-Ruby: Adding Static Typing to Ruby Without Runtime Overhead
Static typing is a formidable tool that brings immense value to codebases of all sizes. From tiny...
Tag archive

Static typing is a formidable tool that brings immense value to codebases of all sizes. From tiny...

For the last 20 years, Rubyists have adopted dozens of tools and technologies that allow us to write...

For years, Ruby has been celebrated for its flexibility and developer-friendly syntax. It allows...

Have you ever wanted to add type-checking to your Ruby code? Going from a rubber duck to a full-armed...
Sorbet first came on the scene almost a year ago, so this post isn't really news....

At Monolist, we’re building a command center for engineers. We integrate with the APIs of all the too...

The story of integrating Sorbet type checker into a Ruby gem development
Stripe just released a new Ruby Static Typing library named Sorbet, let's take a look into it