Caching with Dalli
Play
6:46 CC

Caching with Dalli

#18 Sep 22, 2015 free
Dalli is a great interface for Memcached through Ruby.

Eager Loading with Goldiloader
Play
3:09 CC

Eager Loading with Goldiloader

#30 May 23, 2016 free
Wouldn't it be awesome if ActiveRecord didn't make you think about eager loading and it just did the "right" thing by default? With Goldiloader it can!

Cache Warming
Play
23:17 CC

Cache Warming

#273 Dec 13, 2020 pro
Caching is a great way to speed up your applications. However, when a cache becomes stale, there could be a user experience degradation until the cache is rebuilt. In this episode, we look at implementing a background job to rebuild the cache.

Not RJS and Turbolinks
Play
8:55 CC

Not RJS and Turbolinks

#20 Nov 9, 2015 free
Using Javascript responses, we can make our Rails application have a quick and responsive Single Page Application feel to it.

DRY up your Javascript
Play
4:30 CC

DRY up your Javascript

#41 Aug 8, 2016 free
Learn how avoid duplicate code to reuse existing javascript.