I'm a teapot
Play
8:14 CC

I'm a teapot

#418 Sep 6, 2023 free
A special release to celebrate 418 episodes. I talk about different HTTP response codes.

System Tests
Play
19:20 CC

System Tests

#417 Sep 3, 2023 free
In this episode, we look at adding system tests in our application to test our Stimulus Controllers. We'll also look at how to DRY up some of the tests and how to run them in a headless environment.

Forecasting Data
Play
23:25 CC

Forecasting Data

#416 Aug 27, 2023 pro
In this episode, we will look at a date range of data and build predictions of what future values will be. However, we won't be reaching for any 3rd party APIs, but instead use statistical models to learn from our data to predict the future dates. We'll also display out our data on a table and plot it to a graph.

Dot Files
Play
14:35 CC

Dot Files

#415 Aug 20, 2023 pro
Dot files are important for customizing our development experience and in this episode, we'll have a look at the .zshrc, .gemrc, .railsrc, and .irbrc dot files and how we can customize them to make our development life easier.

Developing in Docker
Play
34:28 CC

Developing in Docker

#414 Aug 13, 2023 pro
I use Docker every day and it has make my development workflow much simpler. I don't have to deal with conflicts or issues with macOS since everything is containerized. Before, I would fight my host operating system with mismatched dependencies and configuration problems, but using Docker during my development workflow has simplified things. In this episode, we'll run through how I use Docker on Rails applications and some of the tricks I use to solve the nuances of this approach.