Videos
API User Accounts For React | React On Rails 7 WishList Part 1 - YouTube
This tutorial covers using Doorkeeper to allow users to login to a backend Rails application as well as through a React frontend application that persists sessions through refreshes! We cover React Authentication, routing, private and public route...
RubyConf 2021 - A History of Compiling Ruby by Chris Seaton - YouTube
A History of Compiling Ruby by Chris SeatonDid you know that there have been at least sixteen attempts to build a compiler from Ruby to machine code? Why have there been so many? What were the ideas and context of each of these compilers? How are ...
How to improve performance in Ruby on Rails using the includes method. - YouTube
Example Project: https://github.com/markv12/rails_incl...Going over everything I've learned trying to improve the performance of my Ruby on Rails apps using the includes method. Executing too many SQL queries is the cause of many Rails performance...