Videos


Multifactor Authentication via TOTP with Rodauth - YouTube
See how to enable multifactor authentication via TOTP (Time-based One-Time Password) in a Rails app using Rodauth. Once the user scans the QR code into their authenticator app, they can use generated codes to complete the new 2nd step of login.Wha...

Charts And Graphs Made Easy! | Ruby On Rails 7 Gem Spotlight - YouTube
This video covers the Chartkick gem as well as the groupdate gem. These two gems allow you to very easily and flexible create charts and graphs to display data. Changes are as easy as changing your group range from data in the last month to data i...

Optimising Bulk Imports in Rails with PostgreSQL - YouTube
Processing masses of data is always tricky, and it's tempting to reach for specialised tools the moment we hit problems like this, but it's my firm belief that pushing forward with the tools you're already using has compounding benefits.
In the a...


Let’s recreate Notion in Ruby on Rails - Episode 1 - Creating Pages - YouTube
Want to pair with me as I create a new Ruby on Rails application to recreate the fabulous Notion note-taking tool? In episode one we start with Jumpstart Pro, create the Page scaffold, then delete most of it, and paste in some HTML I prepared befo...

Intro to Ruby on Rails 7 Fullstack Tutorial | Rails for Beginners Part 1
This is part 1 in a intro to Ruby on Rails 7 tutorial series aimed at absolute beginners. This video covers the basics like creating pages, routing, styling, and creating your first CRUD scaffold.We also do some basic git management, which allows ...

Setup A Ruby on Rails 7 API With React JS - YouTube
Ruby On Rails 7 just released, and after watching DHH's Rails 7: The Demo I wanted to take a look at how easy it is to create a Ruby on Rails 7 API React project. This Ruby on Rails API idea is something I've covered before on the channel, but thi...

RSpec TDD - How To Unit Test Ruby On Rails 6 Apps For Absolute Beginners | 20in20 - Week 14 - YouTube
The blog post for this tutorial is available at https://deanin.com/blog/rspec-railsRails 6 RSpec is one of the topics that I've been asked to cover a few times on the YouTube channel. So what exactly is RSpec, and what does it have to do with Ruby...