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.

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.

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.

Real-time Comments and Voting
Play
23:49 CC

Real-time Comments and Voting

#331 Jan 9, 2022 pro
Using Hotwire we'll create a comment and voting system from scratch without any javascript. With the help of Turbo, we enable real-time updates and broadcasts of comments and votes.

Local Mail Delivery
Play
8:39 CC

Local Mail Delivery

#329 Dec 26, 2021 pro
Sending out emails is an important for of communication in our Rails applications. In this episode, we look at creating a local smtp relay with a web frontend to view the emails sent from our Rails application.