Lessons
Video episodes exploring all things Ruby, Rails and Hotwire.
-
In this episode, we continue with the Chat GPT in Rails series, creating a UI for the Chat GPT responses and then using the streaming features available in combination with Turbo to stream in responses similar to Open AI’s interface.
-
In today's lesson, we will explore building AI-powered chat applications using Ruby and the OpenAI Gem. We'll build a Chat GPT chatbot that pretends to be Jean-Luc Picard. Engage shields, and go to maximum warp.
-
Premium
In this episode, we contextually change the main timeline of our app to show tweets from people you follow or have been retweeted by those you follow. This is similar to the ear...
-
Premium
In this episode, we dive into the database structure for followers and following (it’s always quite complex), then make the follow and unfollow buttons work in the UI, while als...
-
Premium
Sometimes you discover a minor bug and just want to jump straight in to fix it, however, I think it’s usually best to check the test coverage, and if that area isn't tested or h...