Videos
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...
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 ...