1. EachPod
EachPod
Ruby Rogues - Podcast

Ruby Rogues

Our original panel podcast, Ruby Rogues is a weekly discussion around Ruby, Rails, software development, and the community around Ruby.

Become a supporter of this podcast: https://www.spreaker.com/podcast/ruby-rogues--6102073/support.

Education Technology Business Careers How To
Update frequency
every 5 days
Average duration
57 minutes
Episodes
744
Years Active
2011 - 2025
Share to:
Async Ruby - RUBY 537

Async Ruby - RUBY 537

Not a fan of typical Ruby? We got you. In this episode, the Rogues talk with Bruno Sutic, an Async Ruby developer who will convince you why Async Ruby is a fantastic and stable alternative. “Async Ru…
00:38:06  |   Wed 02 Mar 2022
The State of State Machines - RUBY 536

The State of State Machines - RUBY 536

Interested in state machines? We’re not sure you should be…but it depends. In this episode, the Rogues discuss the merits of state machines and how to know if you actually need one…or if you just nee…
01:08:06  |   Wed 23 Feb 2022
How to Migrate to Rails 7 - RUBY 535

How to Migrate to Rails 7 - RUBY 535

Rails 7 is HERE and we’re pumped. In this episode, the Ruby Rogues discuss all things migration, including the BEST method for a safe move, why you NEED to learn about “Turbo Frames” to streamline yo…
01:08:56  |   Wed 16 Feb 2022
Making Ruby Prettier with Kevin Newton - RUBY 534

Making Ruby Prettier with Kevin Newton - RUBY 534

If you feel like Ruby could use a makeover, you’re not alone. In this episode, the Rogues sit down with Kevin Newton, a Ruby aficionado who’s got some exciting news about Ruby in 2022. They talk abou…
01:04:20  |   Wed 09 Feb 2022
What to Look for in a Job - BONUS

What to Look for in a Job - BONUS

If you’re looking for a job that WANTS you to succeed, we’ve got a great option for you. In this bonus episode of Ruby Rogues, Charles sits down with Valentino and Sarah Reid to discuss their awesome…
00:47:01  |   Fri 04 Feb 2022
How To Become A Top End Dev - RUBY 533

How To Become A Top End Dev - RUBY 533

You keep hearing the phrase “Top End Dev”, but in the real competitive world, what does it take to be the best of the best? In this episode, the Rogues get real and lay it all out, including the real…
00:57:09  |   Wed 02 Feb 2022
Comments are the Devil - RUBY 532

Comments are the Devil - RUBY 532

Well, comments may not be satanic, but they CAN be a nuisance if not used carefully. In this episode, the Ruby Rogues sit down with Matheus Richard to discuss why he isn’t a fan of comments. They unp…
00:59:19  |   Wed 26 Jan 2022
Stimulus, Hotwire, and Turbo, Oh My! - RUBY 531

Stimulus, Hotwire, and Turbo, Oh My! - RUBY 531

If you’re wondering how to make sense of all these frameworks, you’ve come to the right podcast. In this episode, the Rogues dive DEEP into the pros and cons of Stimulus, Hotwire, Turbo, React, Rails…
00:41:34  |   Wed 19 Jan 2022
Commanding Your Command Line with Adam Gordon Bell - RUBY 530

Commanding Your Command Line with Adam Gordon Bell - RUBY 530

Ready to COMMAND your command line? Then listen up! In this episode, the Ruby Rogues sit down with Adam Gordon Bell, a software developer and host of the CoRecursive podcast. The guys discuss the too…
01:01:02  |   Wed 12 Jan 2022
What's New in Rails 7 with Stefan Wienert - RUBY 529

What's New in Rails 7 with Stefan Wienert - RUBY 529

With all this hype around Rails 7, how do you ACTUALLY use it? And is it better than its predecessors? In this episode, the Ruby Rogues sit down with Stefan Wienert, a software developer whose passio…
00:44:04  |   Wed 05 Jan 2022
How VIte.js is Changing the Game with Máximo Mussini - RUBY 528

How VIte.js is Changing the Game with Máximo Mussini - RUBY 528

If you’re on the search for a robust, lightning-fast solution in your programming language, listen up. The roundtable sits down with Máximo Mussini, a software developer who’s passionate about integr…
01:06:14  |   Tue 21 Dec 2021
3 Fundamental Pillars You Need to Succeed as an Entrepreneur - BONUS

3 Fundamental Pillars You Need to Succeed as an Entrepreneur - BONUS

Get Lifetime Access to Mani's Entrepreneurship Pack and Book Club. Use coupon code "GREAT"Mani has summarized hundreds of business books that outline how to build, grow, and operate a business and he…
00:37:44  |   Thu 16 Dec 2021
Ractors ft. Ivo Anjo - RUBY 527

Ractors ft. Ivo Anjo - RUBY 527

Ivo Anjo joins the Rogues to discuss Ractors in Ruby and how they can be used. They're not actors as they appear in other languages. They communicate via message passing.Ivo clarifies several things …
00:56:29  |   Wed 15 Dec 2021
Bridgetown.rb ft Felipe Vogel - RUBY 526

Bridgetown.rb ft Felipe Vogel - RUBY 526

This week the Rogues talk to Felipe Vogel about how he's using Bridgetown and pros of using it over Jekyll.Bridgetown is a modernized blogging and static site generator platform forked from Jekyll to…
00:59:11  |   Wed 08 Dec 2021
MailCatcher ft. Samuel Cochran - RUBY 525

MailCatcher ft. Samuel Cochran - RUBY 525

Samuel Cochran, creator and maintainer of MailCatcher joins the Rogues to discuss how he pulled EventMachine together with Ruby to build out MailCatcher.He goes into the maintenance and contributions…
00:55:41  |   Wed 01 Dec 2021
BONUS: How to do LARGE Volumes of HIGH Quality Work - While Spending Fewer Hours Working

BONUS: How to do LARGE Volumes of HIGH Quality Work - While Spending Fewer Hours Working

Get the Black Friday/Cyber Monday "Double Your Productivity by 5pm Today" Deal
Coupon Code: "DEEP" for a GIANT discountMani provides us with strategies and tactics to get Deep Work time and how to ge…
00:47:23  |   Thu 25 Nov 2021
Mastering Hanami ft. Sebastian Wilgosz - RUBY 524

Mastering Hanami ft. Sebastian Wilgosz - RUBY 524

Sebastian Wilgosz joins the Rogues to discuss Hanami, a web framework for Rubyists. He discusses how it works and how it differs from other Ruby based web frameworks.He also discusses what's coming d…
00:03:59  |   Wed 24 Nov 2021
Common Table Expressions in ActiveRecord ft. Vlado Cingel - RUBY 523

Common Table Expressions in ActiveRecord ft. Vlado Cingel - RUBY 523

Vlado Cingel recounts his story where he needed common table expressions within SQL for a project he was working on and wrote a patch to AREL and ActiveRecord which he submitted to the Rails Core. Si…
01:02:37  |   Wed 17 Nov 2021
How Ruby Method Lookups Work ft. Kingsley Chijioke - RUBY 522

How Ruby Method Lookups Work ft. Kingsley Chijioke - RUBY 522

Kingsley Chijioke wrote an article breaking down the way that Ruby finds methods and determines which version of a method to run. The Rogues approach the internals of Ruby and discuss the implication…
00:44:31  |   Wed 10 Nov 2021
Finding Memory Leaks in Ruby ft. Ulysse Buonomo - RUBY 521

Finding Memory Leaks in Ruby ft. Ulysse Buonomo - RUBY 521

Ulysse Buonomo ran into an issue in the application he works on where the Heroku applications were taking up more and more memory. He began tracking down memory growth in the applications to keep the…
01:08:13  |   Wed 03 Nov 2021
Disclaimer: The podcast and artwork embedded on this page are the property of Charles M Wood. This content is not affiliated with or endorsed by eachpod.com.