Application Templates
Play
14:25 CC

Application Templates

#507 Apr 27, 2025 pro
In this episode, we look at a metaprogramming technique combined with Rails functionality to reduce repetitive code. It's not always a great fit, but for applications or views where they share similar feels, it can help their maintainability and the development speed in setting up new functionality.

Dockerizing Rails
Play
23:18 CC

Dockerizing Rails

#506 Apr 20, 2025 pro
In this episode, we look at using Docker for our Rails environment. We'll explore some of the common problems and solutions with this development environment approach.

ActiveJob Callbacks
Play
7:01 CC

ActiveJob Callbacks

#505 Apr 13, 2025 pro
Callbacks are typically something that I avoid or try to use only if they make sense. However, in background jobs, they have a different feel to them and can be very powerful while helping keep the code organized. In this episode, we'll explore three different callbacks in the background jobs.

Boolean vs Datetime
Play
13:33 CC

Boolean vs Datetime

#504 Apr 6, 2025 free
In this episode, we look at refactoring an existing application where it uses a boolean to determine if a post is published or unpublished. However, this feature has its limitations, so we change the functionality to work off of a datetime column instead.

Vibe Coding
Play
17:28 CC

Vibe Coding

#503 Apr 1, 2025 free
Time to stop hiring $100k/year developers and hire an intern for $10k/year and pay $100/year for an AI Agent. The intern doesn't even need to understand the code it is generating and just help guide it to the solution. Sadly, this has to be said because people do not watch the content. This is satire.