Easter Eggs
Play
3:22 CC

Easter Eggs

#557 Apr 5, 2026 free
Easter Eggs are often ways that developers can have fun by hiding little gems in the code base or provide additional fun without affecting the function of the application. In this episode, we'll explore some of the little easter eggs in the Rails code base.

N+1 Driven Development
Play
6:54 CC

N+1 Driven Development

#556 Apr 1, 2026 free
In this episode, we look at how we can modify our application from a performance aspect to increase our job security. We'll slow down our application to a still usable level, but then swoop in months later and become the hero.

Kamal Staging
Play
12:38 CC

Kamal Staging

#555 Mar 29, 2026 pro
In this episode, we look at creating a staging environment that will be provisioned and deployed through Kamal. A stating environment can be simple or a production like infrastructure that mimics the production environment.

Once CLI
Play
12:31 CC

Once CLI

#554 Mar 22, 2026 pro
In this episode, we look at the new Once CLI where we can reference a docker image and deploy it to a server.

Delegated Types
Play
30:50 CC

Delegated Types

#553 Mar 15, 2026 pro
In this episode, we'll explore the Delegated Types pattern and how to use it. We'll discuss different scenarios where it would be a good fit and where it would also be a bad fit.