Sidekiq Basics
Play
7:34 CC

Sidekiq Basics

#59 Dec 18, 2016 free
Sidekiq is a Ruby Background Processor that manages its queue with a Redis service. Learn the basics of Sidekiq and integrating it with ActiveJob.

Redis Basics
Play
5:42 CC

Redis Basics

#56 Nov 28, 2016 free
Redis within a Ruby on Rails application has many benefits. Learn to interact with Redis Server and set it up for caching within your application.

Fragment Caching
Play
7:07 CC

Fragment Caching

#24 Apr 14, 2016 free
Make your application faster by leveraging memory and caching fragments of your view.

3 Different Perspectives of Importing Records
Play
11:36 CC

3 Different Perspectives of Importing Records

#180 Mar 31, 2019 pro
In this episode, we look at 3 different ways of importing data into a Rails application; each having their own use cases, drawbacks and benefits.

Progressive Render
Play
3:26 CC

Progressive Render

#33 Jun 13, 2016 free
Slow content got you down? Load it later! Use this gem to defer loading of portions of your page until after load. They will be fetched via AJAX and placed on the page when ready.