Like Relationships and Global ID
Play
13:27 CC

Like Relationships and Global ID

#223 Jan 5, 2020 free
In this episode we create a Like/Unlike system where users can like posts and use Global ID to obfuscate IDs.

Plugging in AnyCable
Play
9:06 CC

Plugging in AnyCable

#214 Nov 3, 2019 free
ActionCable can handle quite a bit of traffic, but it gets to a point where it can become a burden on the server. With AnyCable, we can not only handle more traffic, but it is also lighter on the resources.

210 - Ruby on Rails - Tips and Tricks
Play
13:23 CC

210 - Ruby on Rails - Tips and Tricks

#210 Oct 6, 2019 free
Ruby and Ruby on Rails tricks from, dot files, operators, bundling, StimulusJS and more.

Push Notifications with ActionCable
Play
8:55 CC

Push Notifications with ActionCable

#205 Sep 1, 2019 free
In this episode, we look into using Push Notifications within our Rails application and then using ActionCable to broadcast Push Notifications to the user.

Working with Large Data
Play
15:42 CC

Working with Large Data

#201 Aug 4, 2019 free
When database tables get large, things can slow down significantly. In this episode, we look at a few things which helps keep databases performant and the client side responsive.