Dark Mode
Play
15:03 CC

Dark Mode

#471 Aug 25, 2024 pro
In this episode, we look adding dark mode to our applications. This can be important for users who use dark mode and then come across your web application. The sudden change in brightness can be jarring or uncomfortable.

Notification Count
Play
15:59 CC

Notification Count

#475 Sep 22, 2024 pro
In this episode, we'll learn how to use Turbo to broadcast notification counts to users. We'll look at some common mistakes and issues when doing these kinds of broadcasts.

Turbo Frame Targets
Play
16:16 CC

Turbo Frame Targets

#480 Oct 27, 2024 pro
In this episode, we look at using Turbo Frame Tags to target certain elements in interesting ways. In each example, we'll take unobtrusive approaches without needing any javascript.

Generative Text
Play
23:58 CC

Generative Text

#479 Oct 20, 2024 pro
In this episode, we look at adding generative text, in the form of an answer, from either Ollama or OpenAI whenever a user creates question.

Rate Limit
Play
11:08 CC

Rate Limit

#482 Nov 10, 2024 pro
In Rails 7.2, a new feature was added that allows us to establish rate limits where the number of requests in a certain amount of time can be throttled. In this episode, we'll dive into the specifics of the rate limits and how they can be used.