Join guest chef Andy Croll to learn how using a pull request template can make your code reviews run more smoothly!
Tag: guest

Episode #525 – Memory Profiling – Nate Berkopec
Objects may be cheap in Ruby, but they aren't free. Learn how to diagnose memory usage problems using Ruby's built-in ObjectSpace API, with Ruby and Rails optimization expert Nate Berkopec!

Episode #522: Cucumber Expressions with Matt Wynne
Is sharing executable specification documents between developers and business domain experts a myth? Far from it! In this episode, guest chef Matt Wynne of the Cucumber project shows how to …

Episode #521: Distributable Desktop Apps – Jason Clark
Imagine easily packaging up a Ruby desktop application for installation on multiple platforms! Join Jason Clark to see how it can be done.

Episode #520: Bundler Tips and Tricks with Andre Arko
Join André Arko for some recent and/or obscure Bundler features that you may have missed out on!

Episode #519 – Supporting Different Service Versions with OO – Emily Stolfo
How do you gracefully and elegantly support multiple versions of an external API? Join guest chef Emily Stolfo for one approach to this problem.

Episode #518: Humane Exceptions with Hiro Asari
Runtime exceptions in production systems are frustrating on the best of days, but things get extra complicated in the context of a distributed systems architecture. Today, guest chef Hiro Asari …

Episode #517: Table Print with Justin Searls
Stop losing time to debugging your Rails application data. Join Justin Searls for a lightning course in using table_print to tighten your feedback loops.

Episode #516: TDD is easy! – with Michal Taszycki
Have you ever heard someone say that TDD is just "too hard" to get started with on some platform? Watch Michal Taszycki put this fear to bed once and for …