RubyConf 2019 - Source-Diving for Fun and Profit by Kevin Kuchta

Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=2YobJGkSSrU



Duration: 34:03
327 views
8


RubyConf 2019 - Source-Diving for Fun and Profit by Kevin Kuchta

Ever spent hours pouring over a gem's documentation trying to figure out how to make it work? Dug through dozens of blog posts trying to understand why a library's not working? Well what if I promised you an end to all that?!


Well, ok, I'd be lying. But maybe I can save you some hair-pulling some of the time! Let me introduce you to the joys of Reading the Code. Maybe it seems obvious to you, but one of the biggest leaps I made as a ruby dev was really getting comfortable jumping into a gem's source as a debugging technique.



In an effort to get you over that hump earlier than I did, let's talk tips and tricks for getting in and out of a library's codebase as efficiently as possible. It won't solve every problem, but sometimes 5 minutes on GitHub will save you hours on StackOverflow.

#rubyconf2019 #confreaks




Other Videos By Confreaks


2019-12-03RubyConf 2019 - Investigative Metaprogramming by Betsy Haibel
2019-12-03RubyConf 2019 - No Return: Beyond Transactions in Code and Life by Avdi Grimm
2019-12-03RubyConf 2019 - How to write pleasant code by Roman Kofman
2019-12-03RubyConf 2019 - Introducing Rubyfmt by Penelope Phippen
2019-12-03RubyConf 2019 - Disk is fast, memory is slow. Forget all you think you know by Daniel Magliola
2019-12-03RubyConf 2019 - Escaping The Tar Pit by Ernesto Tagwerker
2019-12-03RubyConf 2019 - The Fewer the Concepts, the Better the Code by David Copeland
2019-12-03RubyConf 2019 - Fixing Performance & Memory problems by Frederick Cheung
2019-12-03RubyConf 2019 - Learn Enough Ruby by Michael Hartl
2019-12-03RubyConf 2019 - Bridging the Knowledge Gap: Debugging by Mina Slater
2019-12-03RubyConf 2019 - Source-Diving for Fun and Profit by Kevin Kuchta
2019-12-03RubyConf 2019 - Conscious Coding Practice: The Three Concrete Steps by Noah Gibbs
2019-12-03RubyConf 2019 - Coding like it’s 1977: Ruby on the Apple ][ by Colin Fulton
2019-12-03RubyConf 2019 - Improv by the Third Coast Comedy Club
2019-11-30RubyConf 2019 - Q&A with Yukihiro Matsumoto (Matz)
2019-11-30RubyConf 2019 - Lightning Talks
2019-11-30RubyConf 2019 - Let's build a simple HTTP server with Ruby by Esther Olatunde
2019-11-30RubyConf 2019 - Keynote: Lucky You by Sandi Metz
2019-11-30RubyConf 2019 - Language as a Tool of Thought: Consistency versus Progress by Victor Shepelev
2019-11-30RubyConf 2019 - Ignite Roulette
2019-11-29RubyConf 2019 - Compacting Heaps in Ruby 2.7 by Aaron Patterson



Tags:
Ruby
RubyConf
Programming