Videos
Multifactor Authentication via Recovery Codes with Rodauth - YouTube
We have a Rails app with multifactor authentication via TOTP setup, and we'll now add recovery codes as a backup MFA method. You'll see what Rodauth offers out-of-the-box, and how you can tweak the configuration to improve user experience.Show not...
RailsConf 2022 - Unboxing Rails 7What's new in the latest major version by Claudio Baccigalupo - YouTube
Rails 7.0 removes webpacker and spring from the default stack, adds encrypted attributes, allows for asynchronous query loading, changes autoloading defaults, attaches comments to Active Record queries, and introduces new tools for front-end devel...
RailsConf 2022 - O(1), O(n) and O(#$*&!) by Stephen Prater
Reasoning about the performance of your code doesn't need to require a PhD in computer science or specialized tooling - We'll learn how to quickly recognize and diagnose common performance issues like excessive algorithmic complexity and IO waitin...
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...