News
Better Know A Ruby Thing 3: Positional Arguments – Noel Rappin Writes Here
Ruby has three ways to pass information from a method call to a method definition: positional arguments, keyword arguments, and block arguments. Each of these ways has:A syntax to declare an argument of that type in a method definitionA syntax to ...
Rails GitHub Insights: Navigating the Active Pulse of Ruby on Rails
Ruby on Rails, the powerful and elegant web development framework, continues to evolve and thrive thanks to the passionate community that surrounds it. One of the key hubs for this development is the official Ruby on Rails GitHub repository, where...
Should you use Hotwire or a Frontend framework on your next Rails project?
You have already gone over the usual list of factors that you consider for every new project no matter what tech stack it is on: the expertise of your team members, technologies used on existing projects at your company, available libraries or rea...
Rust, Ruby, and the Art of Implicit Returns - Earthly Blog
If you are familiar with C-style programming languages, and ever touch Rust, Ruby, Kotlin, Scala, or even Julia there are some syntax and concepts that could initially appear confusing, unfamiliar, or unnecessary. I’m talking about implicit return...