ruby 14
- Rails World 2025 from a first time speaker perspective
 - Coding agent in 94 lines of Ruby
 - Gilded Rose Kata and the value of explicit requirements in the code
 - EuRuKo 2024 conference reflection
 - Exercise: Multiplayer Minesweeper with Rails and Hotwire
 - Exercise: Minesweeper in 100 lines of clean Ruby
 - An interactive intro to ruby debugger, in the debugger
 - Avoid most of the pain with test factories with the principle of minimal defaults
 - Preventing bugs in Ruby: tools of the trade
 - Should I add typing to my Ruby project?
 - Experiment: Fully adding Sorbet and RBS to a small project
 - Understand Rails async database queries by reimplementing them in 51 lines of simple Ruby
 - How to locate the source of a Ruby method
 - Is it possible to conditionally define a local variable in Ruby?