Instalando o RVM no WSL

Após a instalação do WSL podemos instalar o RVM (Ruby Version Manager) para que possamos gerenciar as versões do Ruby de forma mais fácil.Abaixo segue um vídeo onde mostro como fazer esse essa i...
0 Read More

What exactly is a Ruby binding?

What exactly is a Ruby binding?
If you're a Ruby developer, you might have encountered something like the following: binding.pry binding.irb binding.break If your code runs one of these expressions, the execution will halt, and a RE...
0 Read More

Short Ruby Newsletter - edition 127

Short Ruby Newsletter - edition highlightsThis edition was sponsored by Judoscale and was created with the help of Vladut Cosmin🚀 Launches Adam McCrea launched an exciting new tool for comparing h...
0 Read More

Force immutability with Ruby

Immutability is one of the most powerful tools for building predictable, maintainable, and thread-safe applications. However, Ruby is an inherently mutable language — objects are designed to be modi...
0 Read More