Form Wizards from Scratch
Play
28:05 CC

Form Wizards from Scratch

#291 Apr 11, 2021 pro
Learn how to make form wizards without any external dependencies. This will allow you to have a simple extendable workflow and optionally to take advantage of Hotwire to create a seamless experience.

Shopping Cart with Turbo
Play
58:12 CC

Shopping Cart with Turbo

#334 Jan 30, 2022 pro
Shopping carts can be extremely complex as there are many moving parts involved. In this episode, we'll look at some of the considerations when adding this feature and build this implementation in Hotwire.

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.

Hotwire Dashboards
Play
25:07 CC

Hotwire Dashboards

#332 Jan 16, 2022 pro
Dashboards can be a source of poor performance and contain much complexity in our applications. Using Hotwire, we can increase the responsiveness of our dashboard with a maintainable approach.

Modern Chat Feature
Play
14:29 CC

Modern Chat Feature

#318 Oct 10, 2021 pro
In this episode, we create a chat application using Rails 7, esbuild (JS Bundling), CSS Bundling, Hotwire, and Action Text. We also dive into some issues around CSS Bundling and Action Text.