Browser LLMs
Play
20:25 CC

Browser LLMs

#486 Dec 8, 2024 pro
In this episode, we look at leveraging the end user's hardware and WebGPU to run large language models directly in the user's browser.

Text to Speech
Play
16:44 CC

Text to Speech

#474 Sep 15, 2024 pro
In this episode, we look at implementing text-to-speech functionality using Ruby on Rails without third-party libraries. We'll discuss some nuances and various workarounds to address common issues.

Dependent Fields with Hotwire
Play
20:10 CC

Dependent Fields with Hotwire

#472 Sep 1, 2024 free
Large forms can be overwhelming to fill out, especially if not all of the fields are required. In this episode, we'll look at creating a stimulus controller to conditionally display fields based on the input of another field.

Kanban from Scratch Part 2
Play
20:23 CC

Kanban from Scratch Part 2

#469 Aug 11, 2024 pro
Continuing on with the Kanban board, we look at adding the position functionality of reordering the card placements.

Kanban from Scratch
Play
40:05 CC

Kanban from Scratch

#467 Jul 28, 2024 pro
In this episode, we'll create a kanban style board where cards can be created and moved from one column to another. We will do all of this without any external libraries; using only what is included out of the box with Turbo and Stimulus.