Ruby Rogues

Ruby Rogues


Latest Episodes

How to Thrive at Your (First) Dev Job ft. Riaz Virani - RUBY 519
October 20, 2021

Riaz Virani joins the Rogues to discuss how to thrive at your first Dev Job. He has five main ideas that when applied will help you as a new developer fit in and learn quickly on a development tea

Polished Ruby Programming ft. Jeremy Evans - RUBY 518
October 13, 2021

Jeremy Evans joins the Rogues to discuss the way he builds Ruby programs and the practices he put into his latest book "Polished Ruby Programming." The Rogues dive into Jeremy's opinions

RUX: JSX-Style Rails View Components - RUBY 517
October 06, 2021

Cameron Dutro joins the Rogues to discuss RUX, a system for managing your View Components in Rails in a similar way to how React uses JSX to manage its Component views. He discusses how

Docker and Ruby ft. Huzefa Biyawarwala - RUBY 516
September 29, 2021

Huzefa Biyawarwala joins the Rogues to discuss developer tooling around Docker and how it's used with Ruby and Rails. The Rogues join in and discuss the ways they've used Docker in their own setups an

Containerizing and Moving Apps to Kuberetes ft. Michael Orr – RUBY 515
September 22, 2021

Michael Orr joins the Rogues to discuss how to move applications into Docker for development and production environments in Kubernetes. He walks the panel through the process of orchestrating a Rails

Building Mobile Apps and Ruby ft. Maxwell Anselm - RUBY 514
September 15, 2021

Maxwell Anselm discusses the options that he's found to build multi-platform mobile applications. The panel chimes in on different options. Maxwell also goes into how he uses Ruby in non

Going from Development to Production - RUBY 513
September 01, 2021

Dave Kimura, John Epperson, Luke Stutters, Darren Broemmer, and Valentino Stoll talk about their experiences in setting up a maintainable development environment and discuss considerations when deploy

Using Typing Systems in Ruby with Sorbet ft. Alex Dunae - RUBY 512
August 25, 2021

Alex Dunae joins the Rogues to discuss his experience introducing types into an existing codebase using the Sorbet gem and how it saved him and his company time, money, and effort.

Live Streaming to the Command LIne with ActionCable ft. Hans Schnedlitz - RUBY 511
August 18, 2021

Hans Schnedlitz joins the Rogues to discuss how you can use ActionCable to get feedback on ongoing tasks in the commandline by connecting to a websocket. His solution is written entirely in Ruby and p

Models in Migrations? and a Year of Open Source Contributions with Jake Yesbeck - RUBY 504
June 30, 2021

Jake Yesbeck joins the Rogues this week to talk about how to handle models and data migrations in your Ruby on Rails applications. He and the Rogues discuss the pros and cons of including models in your Rails migrations and the strategies for migrating