AI Error Tracking - Part 2
Play
21:10 CC

AI Error Tracking - Part 2

#560 Apr 26, 2026 pro
Continuing from the previous episode, we look at adding the LLM insights functionality to examine the error logs. We start simple with the information captured in the error logs, but progress to provide code snippet context.

AI Error Tracking (Part 1)
Play
27:58 CC

AI Error Tracking (Part 1)

#559 Apr 19, 2026 pro
In this episode, we are setting up the error tracking within our Rails application so that in the next episode, we can plug in the AI analysis of the error to hopefully lead to faster identity of the problem and ranking of severity.

AI Powered Logs
Play
18:16 CC

AI Powered Logs

#558 Apr 12, 2026 pro
In this episode, we will create a middleware that will capture the Rails logs and use an AI model to analyze the logs for any potential performance impact or issues.

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.