711 episodes

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.

Ruby Rogues Charles M Wood

    • Technology
    • 4.5 • 46 Ratings

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.

    Navigating SQL Data Changes: Tools and Techniques for Data Recovery - RUBY 645

    Navigating SQL Data Changes: Tools and Techniques for Data Recovery - RUBY 645

    In today's episode, Valentino is joined by Evgeny Li, a seasoned software developer and founder of Bemi, to delve into the complex world of data recovery and auditing within SQL databases. They explore advanced solutions like paper trail and refi for querying historical changes, point-in-time recovery features offered by cloud-managed databases, and the use of AI to humanize data structures and enhance monitoring.
    They highlight the critical role of Change Data Capture (CDC) in tracking and troubleshooting data changes, with real-world applications across logistics, healthcare, and more. They also discuss the pros and cons of different CDC implementations—query-based, trigger-based, and log-based approaches.
    Valentino and Evgeny shed light on the challenges of managing large data volumes, emphasizing proactive design and the importance of strong data management systems. They touch upon essential tools like GitHub Copilot, OpenTelemetry, and various auditing gems, offering valuable insights into maintaining data integrity and performance.
    Tune in as we navigate the intricacies of data management, the impact of AI, and best practices to ensure reliable and efficient database operations.


    Socials
    LinkedIn: Evgeny LiGitHub: @exAspArk

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

    • 1 hr 2 min
    What is a Top 5% Developer? - RUBY 644

    What is a Top 5% Developer? - RUBY 644

    The Rogues dive into who are top 5% developers, what they're doing and how to recognize them. They start out discussing how mid-level developers can move up and how developers can grow in more ways that technical skills.


    Links
    Devchat.tv | Dev Rev
    Picks
    Charles- The 360 Leader: Developing your Influence from Anywhere in the Organization by John C. MaxwellCharles- The Hero with a Thousand Faces by Joseph CampbellCharles- Building a StoryBrand: Clarify Your Message So Customers Will Listen by Donald MillerDave- Ruby on Rails LinkDave- Track LightsJohn- Never Split the Difference: Negotiating As If Your Life Depended On It  by Chris VossJohn- How to write an effective developer resume: Advice from a hiring managerJohn- Yoichi Single Malt Whisky

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

    • 1 hr 8 min
    Leveraging Ruby for Effective Prompt Engineering and AI Solutions - RUBY 643

    Leveraging Ruby for Effective Prompt Engineering and AI Solutions - RUBY 643

     They dive deep into the world of advanced development techniques and tools. In today's episode, Valentino and Scott explore the challenges and breakthroughs in the realm of AI and code generation with a particular focus on Ruby.
    Valentino vents about the complexities of prompt engineering, while Scott shares insights on prompt design, function calling for structured output, and the importance of breaking down code for reliability and testing. They highlight the declining effectiveness of prompt tricks and the growing significance of using large language models over fine-tuning.
    The conversation delves into the unique advantages of Ruby for rapid prototyping, with Scott Werner, CEO and founder of Sublayer, shedding light on his self-assembling AI agent framework built in Ruby. He explains how their prompt architecture fosters easy expansion and customization.
    Listeners will also hear about Scott's experiences with ramping up on new teams, operationalizing experience, and designing classes and interfaces to align with desired coding styles. The episode concludes with discussions on experimenting with AI tools, the value of community events like the Ruby AI Builders Discord and meetups, and the insights gained from fine-tuning language models.
    Get ready to explore the cutting-edge of AI in development and the potential of Ruby in creating powerful, automated solutions. Tune in and join the conversation!

    Socials
    LinkedIn: Scott Wernerscottwernerd.com

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

    • 1 hr 9 min
    Integrating AI in Application Development with Obie Fernandez - RUBY 642

    Integrating AI in Application Development with Obie Fernandez - RUBY 642

    Obie Fernandez is the Chief Scientist at Olympia. They dive deep into the fascinating world of AI and its transformative impact on music production and application development. Our special guest, Obi Fernandez, joins Valentino Stoll to share his incredible journey of living in Mexico City since 2017 while working on innovative startups like an NFT platform and Olympia, an AI-powered consultancy growing rapidly every month.
    They also introduce us to a cutting-edge music production tool that can upload music, write lyrics, and generate vocals — a boon for lyricists and singers who might not have the best singing chops. Alongside this, they discuss pragmatic uses of AI through a new book, which bridges the gap between beginner-friendly concepts and advanced AI patterns, illustrated through real-world examples.
    Moreover, they explore the intricacies of AI models like GPT-4 and Gemini Pro, discussing their capabilities, limitations, and practical applications. From insights on GitHub Copilot Workspace to the challenges of incorporating natural language in development tools, this episode is packed with valuable knowledge for developers and AI enthusiasts alike.
    They also touch on the innovative work being done on platforms such as Olympia and MagnaChat, and explore the burgeoning possibilities of AI in runtime environments. Whether you're interested in the technical nuances of fine-tuning large language models or the potential of AI in game development, this episode offers a wealth of information.

    Tune in for a fascinating discussion that promises to broaden your understanding of how AI can be integrated into diverse applications, all while keeping it accessible for both seasoned developers and beginners.

    Socials
    LinkedIn: Obie FernandezObie Fernandez

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

    • 1 hr 28 min
    Leveraging OpenAPI: Creating Effective RESTful API Specifications and Documentation - RUBY 641

    Leveraging OpenAPI: Creating Effective RESTful API Specifications and Documentation - RUBY 641

     In today's episode, they dive deep into the world of API documentation and best practices with Svyatoslav Kryukov. He is a Backend engineer. He discusses the critical importance of creating detailed specifications for RESTful APIs and recommends an insightful book for those eager to learn more. They explore the intricacies of generating documentation using DSL and tests, highlighting the pivotal role of YAML in this process. They share their methodology for writing comprehensive specifications before team discussions and the subsequent generation of development files. They also touch on the benefits of making these specifications available in a user interface through tools like Skooma, Rspec, and minitests.

    You'll hear valuable AI tool recommendations, and plans for an AI and Ruby summit. They also delve into their struggles with focusing on reading and share efficiency tips using AI-based tools like Speechify and Kagi search. They cover various aspects of using OpenAPI and Swagger tools, addressing challenges in fake data modeling, and the importance of user feedback in API design. They also discuss the distinctions between OpenAPI and Swagger, the history behind these tools, and their role in code generation and AI workflows.

    Socials
    LinkedIn: Svyatoslav Kryukov

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

    • 1 hr 4 min
    Mastering API Testing: Using Shoulda Matchers and Super Diff in Ruby - RUBY 640

    Mastering API Testing: Using Shoulda Matchers and Super Diff in Ruby - RUBY 640

    Elliot Winkler is a Staff Software Engineer, Shared Libraries at MetaMask. This episode blends a diverse range of topics, from casual gaming to innovative testing approaches. They explore Elliot's transition to JavaScript and TypeScript at MetaMask while maintaining his Ruby roots through open-source projects like Shoulda Matchers. They also talk about the history and purpose of these matchers, their role in testing Ruby on Rails applications, and the intelligent diffing capabilities of Super Diff. So, sit back and get ready for a deep dive into the world of Ruby, testing methodologies, and a bit of fun along the way!

    Socials
    LinkedIn: Elliot Winkler
    Picks
    Charles - Sleeping Queens | Board Game

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

    • 31 min

Customer Reviews

4.5 out of 5
46 Ratings

46 Ratings

C_ENT ,

Awesome, A++

Thought provoking, thorough, insightful, funny and a pleasure to listen to. All the panelists are delightful and such professionals. I'm learning so much. Thanks!!

TheeeGooch ,

Biography Show

I subscribed to this show to learn about the Ruby programming language - training courses, best practices, useful gems, bug fixes, trends etc. Instead I get the biography of Ruby programmers and book authors. This is not what I or anyone else would sign up for. I wish that I could get back the time I wasted listening to this 'ruby' show'

dh0dg3 ,

Not Just For Rubyists

Great panelists, great guests, and great topics. It’s definitely Ruby-oriented and a great way to keep up with what’s happening in the Ruby ecosystem, but there’s plenty of discussion of adjacent technologies and even other interesting things that have little to do with Ruby or even programming in general. I’ve learned about numerous hot new technologies first on The Ruby Rogues, so it’s a good way to stay plugged in to the cutting edge trends in Ruby and web development.

Top Podcasts In Technology

Acquired
Ben Gilbert and David Rosenthal
All-In with Chamath, Jason, Sacks & Friedberg
All-In Podcast, LLC
Lex Fridman Podcast
Lex Fridman
Hard Fork
The New York Times
The Vergecast
The Verge
TED Radio Hour
NPR

You Might Also Like

REWORK
37signals
The Changelog: Software Development, Open Source
Changelog Media
Remote Ruby
Jason Charnes, Chris Oliver, Andrew Mason
Thoughtworks Technology Podcast
Thoughtworks
Soft Skills Engineering
Jamison Dance and Dave Smith
The Rails Changelog
Emmanuel Hayford

More by DevChat.tv

JavaScript Jabber
Charles M Wood
React Native Radio
Jamon Holmgren, Robin Heinze, Mazen Chami
Adventures in Angular
Charles M Wood
Ruby Rogues
Charles M Wood
JavaScript Jabber
Charles M Wood
iPhreaks
Charles M Wood