Bulk Updates

#447 Bulk Updates

Updating multiple records in the UI of a Rails app could be tricky. In this episode, we'll look at updating multiple records at the same time from scratch. We'll create a Stimulus controller to handle some of the front end functionality.


David Kimura
David Kimura

| 18:58

LLM Context

#446 LLM Context

Building on the previous episode, we look at refactoring our background job into a more maintainable object and provide context to the LLM so that we can chain together responses for a more conversational experience.


David Kimura
David Kimura

| 18:22

Streaming LLM Responses

#445 Streaming LLM Responses

In this episode, we look at running a self hosted Large Language Model (LLM) and consuming it with a Rails application. We will use a background to make API requests to the LLM and then stream the responses in real-time to the browser.


David Kimura
David Kimura

| 24:10