Interview Questions
Play
11:59 CC

Interview Questions

#182 Apr 14, 2019 pro
In this episode, we look at various questions asked during interviews.

Development Decisions and Architecture
Play
25:02 CC

Development Decisions and Architecture

#160 Nov 18, 2018 pro
Decisions made during the development process can significantly affect how the production environment is architected. In this episode, we look at a few different scenarios and how the early decisions made in development affected the production infrastructure.

Seed like a Pro
Play
19:05 CC

Seed like a Pro

#284 Feb 21, 2021 pro
Seeding your database is often an overlooked part of development and it has a lot of benefits that can help uncover issues within your application. However, maintaining the seeds.rb can be difficult and things can get out of hand quickly. In this episode, learn how to manage and maintain the seeds file.

Ruby on Docker
Play
16:55 CC

Ruby on Docker

#274 Dec 20, 2020 pro
Learn to use Docker to manage our Ruby interpreter and use it to template new Rails applications.

Creating Health Checks
Play
15:50 CC

Creating Health Checks

#208 Sep 22, 2019 pro
Health Checks are an important part of monitoring an application's health. However, a simple status response may not be sufficient. In this episode, we look at creating a health check which monitors some dependencies of a Rails application.