Refactoring Models
Play
7:15 CC

Refactoring Models

#161 Nov 25, 2018 pro
Sometimes our models get so large that they become unmaintainable. In this episode, we look at how we can slim down the size of the models without losing functionality.

Hotwire & ViewComponents
Play
19:09 CC

Hotwire & ViewComponents

#288 Mar 21, 2021 pro
In this episode, we look into adding ViewComponent and Hotwire into our Rails application. With this powerful combination, we can create highly interactive applications with ease.

Dynamic Select Forms with Hotwire
Play
21:50 CC

Dynamic Select Forms with Hotwire

#325 Nov 28, 2021 pro
Using StimulusJS and Turbo, we are able to dynamically update select input with content based on another select input. This allows for a seamless user experience while having a configurable and maintainable backend.

Blockchain in Ruby on Rails
Play
23:21 CC

Blockchain in Ruby on Rails

#128 Apr 8, 2018 pro
In this episode, we look into creating a blockchain as well as proof of work for car maintenance tracker application. Blockchain is used to establish a trust that records have not been tampered with.

Extending the Rails Core Form Builder
Play
14:17 CC

Extending the Rails Core Form Builder

#187 May 12, 2019 pro
In this episode, we build a custom form builder to extend and add functionality our forms to display errors inline with the form inputs.