Videos
Automation Engineering with Serverless Compute - Kevin Lesht - YouTube
Have you ever wanted to automate a tedious process? Like, relaying omelette photos straight from your phone to an omelette blog? This talk is for you! Learn how to leverage Ruby within serverless functions to handle everything from machine learnin...
The Bug that Forced Me to Understand Memory Compaction - Emily Giurleo - YouTube
Did you know that Ruby 2.7 introduces a new method for manual memory compaction?Neither did I.Then a user reported a bug on a gem I maintain, and well...In this talk, I’ll tell you a story about how one bug forced me to learn all about memory mana...
The State of Ruby 3 Typing - Soutaro Matsumoto - YouTube
This talk is about the new feature of Ruby 3 for static type checking. The Ruby committer team had a plan to provide an optional static type checker for Ruby 3, but it is changed. Ruby 3 won't ship with a static type checker, but it will provide a...
Automatic GC Compaction in MRI - Aaron Patterson - YouTube
Ruby 2.7 introduced GC compaction, a way to reduce memory memory usage in your application. Unfortunately the compaction process is completely manual, requiring developers to determine the best time to compact their heap. This talk is about making...
Intro to RSpec Syntax Preview - Chapter 6 - Build Your Own RSpec, Part 1 - YouTube
Intro to RSpec Syntax is the first of several new RSpec courses I'm planning. In addition to RSpec syntax, these courses will cover topics like Capybara, model testing, and other topics my readers often ask me about. This first course is to lay th...