Sample Data with Factory Bot and Faker
Play
8:07 CC

Sample Data with Factory Bot and Faker

#103 Oct 29, 2017 free
Factory Bot is a fixtures replacement which can generate the needed records directly in the tests. Faker can be used to create fake data for these records.

From jQuery to ES6
Play
10:57 CC

From jQuery to ES6

#218 Dec 1, 2019 free
jQuery has been a great tool for many years, but we've seen a transition in the past years where applications have dropped jQuery and moved to vanilla javascript. In this episode, we look at some common jQuery examples and the ES6 equivalencies.

Rails API - Authentication with JWT
Play
7:31 CC

Rails API - Authentication with JWT

#51 Oct 23, 2016 free
Using the knock gem, we will add JWT Authentication to our Rails API Application.

Importmaps in Rails 7
Play
8:14 CC

Importmaps in Rails 7

#312 Sep 5, 2021 free
Import maps let you import JavaScript modules using logical names that map to versioned/digested files – directly from the browser. This will be a default in the upcoming Rails 7.

Periodic Tasks with sidekiq-cron
Play
4:59 CC

Periodic Tasks with sidekiq-cron

#61 Jan 2, 2017 free
Using a third-party add-on, sidekiq-cron, we can create periodic tasks to extend the functionality of sidekiq.