TailwindUI Calendar
Play
40:00 CC

TailwindUI Calendar

#383 Jan 8, 2023 pro
The TailwindUI library provides static styled HTML examples, but this can be difficult to translate into a Rails application. In this episode, we take a look at one of the calendar examples and make it interactive with displaying days that have events as well as returning events on selected days.

Tracking Javascript Errors
Play
9:08 CC

Tracking Javascript Errors

#268 Nov 15, 2020 pro
Tracking errors on our server side is important, but we often forget about our client side errors. These can often be even more difficult to troubleshoot as there are many more variables at play. In this episode, we look at tracking the Javascript errors so that we can be notified of any issues our users experience.

Cryptocurrency Payments
Play
20:27 CC

Cryptocurrency Payments

#304 Jul 11, 2021 pro
In this episode, we look at accepting cryptocurrency payments, implementing an ingress for the webhooks, and creating an interface to manage the products.

Sessions
Play
12:49 CC

Sessions

#292 Apr 18, 2021 pro
In Rails apps, by default, browsers will use cookies to store session data. In this episode, we look at the default browser cookie and alternative approaches to storing the session data.

Good Job
Play
13:40 CC

Good Job

#333 Jan 23, 2022 pro
GoodJob is a multithreaded, Postgres-based, ActiveJob backend for Ruby on Rails.