Talks
-
2026-04-23 RubyKaigi
The future of Ruby documentation
In this talk, I shared what the team has been building for RDoc 8.0: a new Prism parser, much improved Markdown, RBS type signatures in HTML and ri, and a live preview server. I also covered what we have planned next to keep RDoc relevant in the AI era.
-
2025-11-06 Ruby World Conference
-
2023-05-11 RubyKaigi 25 min
Build a mini Ruby debugger in under 300 lines
Ever wondered how debuggers work under the hood? In this talk, I walk through building a functional Ruby debugger from scratch in under 300 lines of code. We explore TracePoint, binding manipulation, and the architecture decisions behind ruby/debug.
-
2022-11-14 LRUG
ruby/debug - The best investment for your productivity
An introduction to ruby/debug, the new standard debugger for Ruby 3.1+. I demonstrate the key features that make debugging in Ruby more productive than ever: breakpoints, step debugging, remote debugging, and IDE integration.
-
2022-09-08 RubyKaigi 26 min
ruby/debug - The best investment for your productivity
An introduction to ruby/debug, the new standard debugger for Ruby 3.1+. I demonstrate the key features that make debugging in Ruby more productive than ever: breakpoints, step debugging, remote debugging, and IDE integration.