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.

Minitest and Test Driven Development
Play
23:58 CC

Minitest and Test Driven Development

#221 Dec 22, 2019 pro
We continue from Episode 220 and add additional features and write tests for existing code. We look at introduced bugs and how test driven development can help to not only fix the bugs, but strengthen our test suite.

More on Stripe and Webhooks
Play
16:31 CC

More on Stripe and Webhooks

#116 Jan 21, 2018 pro
Continuing from Episode 114 and Episode 115, we look into adding listeners to Stripe's webhooks for tracking events occurring with customers, subscriptions and charges.

Booking System
Play
28:27 CC

Booking System

#364 Aug 28, 2022 pro
In this episode, we use Hotwire and FullCalendar to create an appointment scheduling program. We will look at blocking appointments outside of business hours as well as preventing overlapping appointments.

Saving Individual Attributes with StimulusJS
Play
14:31 CC

Saving Individual Attributes with StimulusJS

#189 May 19, 2019 pro
In this episode, we take a look at recreating a feature on Zoom's setting page where clicking a check box automatically saves the changed setting.