What the RegEx?
Play
8:22 CC

What the RegEx?

#171 Feb 3, 2019 free
In this episode, we look at different ways to use pattern matching with Regular Expressions in Ruby.

Teaching at Bootcamps with Ed Toro
Play
0:12 CC

Teaching at Bootcamps with Ed Toro

#194 Jun 19, 2019 free
Ed Toro speaks to his experience at bootcamps from a teacher's perspective. We gain a different perspective of what bootcamps are like. Ed shares valuable information whether you're considering getting into coding or currently at a bootcamp.

Contributing to a Gem
Play
12:14 CC

Contributing to a Gem

#240 May 3, 2020 free
So, you've been using a gem for some time and you've either discovered that the gem isn't working correctly or that you want to start contributing to the gem itself. Sometimes this can be an overwhelming task. In this episode, we look at the basic processes for contributing to a gem.

Service Objects for API Interactions with Twilio
Play
15:55 CC

Service Objects for API Interactions with Twilio

#154 Oct 7, 2018 free
In this episode, learn how to extract the interactions with an external API into a service object so that code is isolated and interchangeable.

Creating a Basic Gem
Play
9:32 CC

Creating a Basic Gem

#99 Sep 24, 2017 free
Gems are a packaged library of functions that can extend your application or provide other features to your system. Learn to create and publish a ruby gem.