Videos
Moving away from importmaps to esbuild in Rails 7 - YouTube
I’ve hit a snag recently with Safari and support for importmaps in Rails 7. Rather than spend valuable time trying to debug this and fix it, I'd prefer to migrate to using Esbuild, as I believe that’s generally a more stable way to handle JavaScri...
Editor.js in Ruby on Rails 7 with Stimulus! - YouTube
This video covers initial setup and configuration of Editor.js for a Ruby on Rails 7 application with Stimulus. Includes plugins and code editor options.Checkout my course(s) at: https://learn.deanin.comPlugins covered:CodeHeaderListParagraphSourc...
Interviewing in IT - Problems and Experiences - Ruby On Rails Global Summit 2023 - Nezir Zahirovic - YouTube
Here is a talk which I held for a community event called Ruby on Rails Global Summit 2023. I talked about interviewing in IT and the problems which we still have there. Also, I suggested some sort of fixing problem or doing things that will take u...
All you need is Rails (Engines): Compartmentalising your Monolith - YouTube
(Julián Pinzón Eslava) "As much as Rails is all in on Convention over Configuration, there comes a point where there is just so much code, such intricate relationships between classes and such complex business requirements that conventions don’t s...
"How Puma Works" - Nate Berkopec (RubyConf AU 2023) - YouTube
(Nate Berkopec) Have you ever wondered how Puma (or other webservers) work? Let's explore the internals of how a pre-forking webserver like Puma buffers and processes requests, what Rack is and how Puma uses it to interact with Rails, and how Puma...