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!
Using feature flags based on Redis, we can enable and disable access to certain areas of our application. In this episode, learn how to set up this functionality.
Reduce the number of bots and spam your Ruby on Rails application gets with Google reCAPTCHA v2.
Over time, orphaned records can build up within Active Storage. In this episode, we look at a few approaches to clean up these orphaned records.
Cropping images can be hard and there can be quite a few complications. In this episode, we have a look at using StimulusJS to crop images uploaded through Active Storage.
Learn how to select files and trigger them to upload to Active Storage instantly.
Reading QR Codes can be a tricky task. We look at being able to generate QR Codes on our Ruby on Rails backend and read them on the client side using a couple of libraries and Stimulus JS.
In this episode, we look at the installation scripts of Hotwire and get a better understanding of what they're doing in order to integrate it into our applications more efficiently.
Learn how to build avatars with initials and conditionally prefer Gravatar images if they exist.
Hotwire is the newest magic which takes a different approach to building modern web applications without using much JavaScript.
Learn to use Docker to manage our Ruby interpreter and use it to template new Rails applications.