Custom Dashboard - Part 1
Play
43:14 CC

Custom Dashboard - Part 1

#432 Dec 10, 2023 pro
In this episode, we'll look at creating the initial management for a customizable dashboard. Users can add and arrange widgets to their dashboard.

Hotkeys
Play
9:19 CC

Hotkeys

#431 Dec 3, 2023 free
Keyboard shortcuts, or Hotkeys, can provide a great experience to users of an application. In this episode, we will use a stimulus wrapper around this library to use within our Ruby on Rails application.

Rails Organization
Play
19:12 CC

Rails Organization

#430 Nov 26, 2023 pro
In this episode, we look at refactoring a model with a few different approaches; modules, classes and concerns. We'll explore each implementation and when I'd use one over the other.

Working with YAML
Play
10:07 CC

Working with YAML

#429 Nov 19, 2023 pro
In this episode, we look at a few different ways that we can interact with YAML files in our Ruby on Rails application; using them for loading configurations and also seeding data.

Form Input UX
Play
16:41 CC

Form Input UX

#428 Nov 12, 2023 pro
In this episode, we'll focus on the user experience (UX) of form inputs by adding formatting of the text as the user inputs the data.