Lessons
Video episodes exploring all things Ruby, Rails and Hotwire.
-
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
Follow along in this episode to build out a basic form of Retweets!
-
Premium
In this episode, we implement replies to tweets and start filtering out some replies from the main timeline and profile pages.
-
Premium
Let’s build likes using Turbo Streams. Turbo stream responses are a fantastic way to update small portions of the page, giving you single-page-app-like feels from a Hotwire app ...