In today’s RubyTapas episode, guest chef Jordan Raine will show you a practical application of the new pattern-matching case statements in Ruby 2.7. Enjoy!

Trying Stuff in Docker
The Docker project is revolutionizing the way many teams deliver software, by making it possible to package up virtual machines into lightweight, portable containers. But even if your project isn’t …

Episode #612
VS Code and Docker
Learn how Microsoft’s open source VS Code editor, already a very good programmer’s editor, now has a game changing feature that sets VS Code apart from anything else out there.

Episode #611
Kubernetes: What and When
Regular expressions can quickly grow to be large, dense, and impenetrable. In today’s episode you’ll learn how Ruby helps you compose them out of smaller, manageable pieces!

Episode #610
Manipulating Docker Containers
Guest chef Jessica Kerr returns to demonstrate how we can manage and edit project files directly on our workstation, while still enjoying the benefits of Docker for running and testing …

Episode #609
Trying Stuff in Docker
Join guest chef Jessica Kerr to get immediate benefit from Docker by quickly trying out new programming languages and tools. You’ll learn some basic Docker usage, and how to keep …

Episode #608
Composed Regex
Regular expressions can quickly grow to be large, dense, and impenetrable. In today’s episode you’ll learn how Ruby helps you compose them out of smaller, manageable pieces!

Episode #607
Code Coverage with SimpleCov
How do we know if the tests are sufficient to detect regressions? Guest chef Ernesto Tagwerker is here to demonstrate the fundamental metric for tests: code coverage. Learn how to …