Emojis from Scratch
Play
19:35 CC

Emojis from Scratch

#227 Feb 2, 2020 free
In this episode, we look at attaching emojis to our comments model, allowing them to fill in some emotional cues.

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.

Middleman
Play
27:48 CC

Middleman

#389 Feb 19, 2023 pro
Middleman is a static site generator using all the shortcuts and tools in modern web development. In this episode, we look at creating a static site using TailwindCSS and one of the TailwindUI templates. We also take an interesting approach to keep the development experience close to one that we would expect in a Rails application.

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.

Testing External Sites
Play
13:21 CC

Testing External Sites

#359 Jul 24, 2022 pro
Sometimes we find ourselves in a situation where we are handling the releases for an important application in our organization, but with each release, a regression/happy path testing must occur. We can use Ruby and Capybara to test these external sites.