Downloading Cloud Database
Play
11:12 CC

Downloading Cloud Database

#368 Sep 25, 2022 pro
Sometimes we need to pull down our staging database that is hosted in the cloud. This can be a tedious task as there could be many blockers that add complications in pulling down this data.

Tailwind CSS
Play
14:44 CC

Tailwind CSS

#367 Sep 18, 2022 pro
In this episode, we look at adding Tailwind CSS to our Rails 7 application as well as applying a component library on top to add simplicity and consistency to our views.

Booking System Live Updates
Play
15:46 CC

Booking System Live Updates

#366 Sep 11, 2022 pro
Continuing on from Episode 364, we look at a few different approaches to getting live updates on Full Calendar. We look at a few attempts which seems to work, but introduce unfavorable bugs and finally a workaround to get things working nicely.

Automate Rake Tasks
Play
18:22 CC

Automate Rake Tasks

#365 Sep 4, 2022 free
When rake tasks need to be part of a deployment, you could find yourself in a situation where the rake task was forgotten about or have to go through the process of shelling into the environment to execute the tasks. In this episode, we look at addressing these issues by creating a way to have rake tasks execute automatically.

Booking System
Play
28:27 CC

Booking System

#364 Aug 28, 2022 pro
In this episode, we use Hotwire and FullCalendar to create an appointment scheduling program. We will look at blocking appointments outside of business hours as well as preventing overlapping appointments.