Episodes

  • How to Optimize Your Rails App Using SQLite - RUBY 674
    May 2 2025
    In this episode of Ruby Rogues, Charles Max Wood and Ayush Nwatia welcome back guest Stephen Margheim to dive deeper into the evolving world of SQLite. Stephen explains that with Rails 8, SQLite has reached a major milestone: it now supports a fully production-ready, server-driven web application experience with no compromises. He walks us through the big improvements, like better transaction handling and SQLite’s integration with Rails, which now supports background jobs, caching, and WebSocket messaging—all powered by SQLite without additional configuration. These enhancements mean that deploying a Rails app backed entirely by SQLite is not only possible—it’s efficient, stable, and simple.

    Become a supporter of this podcast: https://www.spreaker.com/podcast/ruby-rogues--6102073/support.
    Show more Show less
    1 hr and 43 mins
  • Why Change Feels Scary—And How to Make It Work for You - RUBY 673
    Apr 4 2025
    In this episode, we dove into a topic that’s been on our minds — how to navigate change with purpose instead of fear. Whether it's personal transformation, career pivots, or unexpected life shifts, we talked about what it takes to stay grounded and aligned during times of transition.

    We opened up about our own experiences with change — the messy middle, the doubts, the resistance — and how we’ve learned to see it as a creative force rather than something to avoid. A big takeaway? Growth doesn’t always look graceful, but it’s often where the magic happens.

    One of the key points we emphasized was the importance of self-trust. It’s easy to look outside ourselves for permission or validation, but true clarity comes from tuning inward. We shared tools that have helped us build that inner compass, like journaling, setting intentional pauses, and letting go of perfectionism.

    We also touched on how community plays a huge role in transformation. Change can feel isolating, but when we open up and connect with others who’ve walked similar paths, it reminds us we’re not alone.

    Key Takeaways:
    • Change is a creative process, not just a disruption.
    • Self-trust is your greatest guide through uncertainty.
    • It’s okay to not have all the answers right away — clarity often follows action.
    • Community and vulnerability are antidotes to isolation during transformation.
    • Letting go of control creates space for something better to emerge.
    We wrapped up with a little reminder: whatever shift you’re in right now, you’re not behind — you’re becoming.

    Become a supporter of this podcast: https://www.spreaker.com/podcast/ruby-rogues--6102073/support.
    Show more Show less
    1 hr and 10 mins
  • Joe Masilotti on Hotwire Native Updates, Challenges, and Opportunities - RUBY_672
    Mar 6 2025
    In this episode of the Ruby Rogues podcast, we dive deep into the world of Hotwire Native with our special guest, Joe Masilotti. Hosted by Charles Max Wood, along with panelist Ayush Nwatiya, we explore the evolution from Turbo Native to Hotwire Native and the exciting new features and improvements that come with this transition. Joe shares insights from his journey of writing "The Rails and Hotwire Codex" and collaborates with Pragmatic Bookshelf to make the integration of web and mobile technologies more seamless for Ruby on Rails developers. Whether you're considering mobile applications for your Rails projects or pondering the benefits of working with a publisher versus self-publishing, this episode is packed with valuable advice and motivation. Tune in to learn about the intricacies of launching mobile apps with Hotwire Native and gain behind-the-scenes knowledge from Joe's experience as an author and developer in this ever-evolving tech landscape. Don't miss out on this compelling discussion that bridges the gap between Rails and mobile app development!

    Become a supporter of this podcast: https://www.spreaker.com/podcast/ruby-rogues--6102073/support.
    Show more Show less
    1 hr and 27 mins
  • Essential Tools, Updates, and Strategies in Rails Eight with Greg Molnar - RUBY_671
    Feb 21 2025
    In this episode of Top End Devs, we dive deep into the realm of security within the Rails ecosystem with our guest, Greg Molnar. Known for his expertise in this field, Greg joins our panelists Valentino Stoll and host Charles Max Wood to unravel the intricacies of security measures and updates in Rails 8 and 7.2. From exploring built-in features like rate limiting, authentication generators, and parameter filtering to discussing the importance of tools like dependabot and Brakeman, this episode offers a comprehensive look at how developers can maintain high-security standards in their Ruby on Rails applications. We also touch on practical strategies for handling authentication, authorization, and the evolving nature of security challenges developers face today. Whether you're a Rails veteran or new to web development, tune in to gain valuable insights into creating secure applications with ease.

    Become a supporter of this podcast: https://www.spreaker.com/podcast/ruby-rogues--6102073/support.
    Show more Show less
    1 hr and 9 mins
  • Rails Developers Survey: Continuous Deployment Trends and Emerging Tools - RUBY 670
    Feb 7 2025
    Welcome back to another episode of the Top End Devs podcast! Today, we have an exciting lineup featuring our host Charles Max Wood and special guests Robbie Russell from Planet Argon, along with panelists Ayush Nawatia and Valentino Stoll. This episode dives deep into the insights from the latest Ruby community survey conducted by Robbie Russell. We explore topics such as the rise of Stimulus JS in the Rails community, trends in deployment practices, popular tools and services in the software ecosystem, and the everlasting debate between monoliths and microservices. Robbie also shares the fascinating history and evolution of his widely-used open source project, Oh My Z Shell, and gives us a glimpse into his work with Planet Argon. Stay tuned as we uncover intriguing details and valuable insights from the world of Ruby and Rails development!

    Become a supporter of this podcast: https://www.spreaker.com/podcast/ruby-rogues--6102073/support.
    Show more Show less
    1 hr and 16 mins
  • Exploring Tech Choices and Team Dynamics with Jesse Spivak - RUBY 669
    Jan 24 2025
    In this episode of Top End Devs, host David Camira is joined by panelists Luke Stutters and John Epperson, along with special guest Jesse Spivak, a senior engineer at Ibotta. Jesse shares his experiences and insights from a challenging project at Ibotta, where he navigated through four critical mistakes. These included choosing the wrong technology, siloing work, falling into premature optimization, and making too many changes at once. Jesse explains how these mistakes jeopardized the project but ultimately led to valuable learning experiences. The conversation also touches on the importance of discussing and learning from mistakes openly, the complexities of transitioning to new technologies, and the significance of making systematic, verified changes. Additionally, they delve into the evolving landscape of developer interviews, aiming to create a more inclusive and positive experience. Join us as we explore the trials, lessons, and growth that come from navigating the highs and lows of software development.

    Become a supporter of this podcast: https://www.spreaker.com/podcast/ruby-rogues--6102073/support.
    Show more Show less
    1 hr and 5 mins
  • Rules of OOP in Pictures with Ivan Nemytchenko - RUBY 668
    Jan 8 2025
    Ivan Nemytchenko is a freelancer. He's a speaker and conference organizer. Ivan spoke at RailsConf about abstract object-oriented programming ideas and how they can be expressed with pictures. The discussion goes into learning processes and how to create visual representations that help people understand Ruby, Rails, or other concepts.


    Links
    • Chernoff Faces
    • dmikhr/DudeGL - "Anthropomorphic UML": visualization of code and OOP concepts in a form of human body.
    • dmikhr/Dudity - Analyze Rails code with stick dudes
    • dmikhr/DudesHub - Visualize code diffs in GitHub

    Picks
    • Dave - Drifting Ruby - Discount Code - learnfromhome
    • Dave - troessner/reek: Code smell detector for Ruby
    • Dave - Kubernetes
    • John - Pushups and Situps at home instead of working out
    • John - Get a new Weed Whacker head
    • Luke - Linode
    • Ivan - Follow Ivan on Twitter > @inem, Github, Website
    • Ivan - Visual Studio Code Remote Development


    Become a supporter of this podcast: https://www.spreaker.com/podcast/ruby-rogues--6102073/support.
    Show more Show less
    46 mins
  • Rails at Super Scale with Kyle d'Oliveira - RUBY 667
    Jan 1 2025
    Kyle d'Oliveira (Clio) shares his survival tips for dealing with tens of thousands of commits, massive migrations and the very limits of databases. We discuss the lessons learned from Rails megaprojects and how to use these tips in your own projects to reduce technical debt and tools to keep your monolith majestic when the code won't stop coming.

    Links
    • GitHub's Online Schema Migrations for MySQL
    • Gh-ost benchmark against pt-online-schema-change performance

    Picks
    • Matt - Danger JS
    • Luke - From jQuery to ES6 | Drifting Ruby
    • Dave - Titan Security Key
    • Dave - Teach, Learn, and Make with Raspberry Pi


    Become a supporter of this podcast: https://www.spreaker.com/podcast/ruby-rogues--6102073/support.
    Show more Show less
    54 mins
adbl_web_global_use_to_activate_webcro805_stickypopup