Curated list of episodes, bundled to help you on your learning path!
Videos of tech, infrastructure, hardware and software which non-instructional by nature.
Articles around software and tutorials.
Show your love and support while looking fancy.
Got a question or want to chat about a topic? Let's talk!
In this episode, we'll explore how we can add a "global" music player that will persist across different pages. Our approach will be unobtrusive and implemented in a maintainable way.
In this episode, we discuss several different approaches to refreshing data within Turbo Frame Tags and pick the approach that will be most universal. We'll also look at some of the downsides of other approaches.
Continuing from the previous episode, we look at organizing the code so that it's easier to manage. To do this, we'll use ViewComponent and address some issues that arise.
In this episode, we look at implementing a temporary loader for turbo frame tags to give a visual of data that is loading.
In this episode, we look at using Turbo Frame Tags to target certain elements in interesting ways. In each example, we'll take unobtrusive approaches without needing any javascript.