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!
Puma-dev combined with Remote Pry is a strong combo for debugging and ease of development.
Create dynamic roles that can be assigned to users. Based on the assigned role, the user will be able to perform or view various parts of the application.
Give clients quick feedback on form validation errors with ValidateJS and StimulusJS.
In this episode, we look at replacing the generated scaffold form in Rails with a VueJS rendered form. We will use Turbolinks and VueJS Props to pass data between the view and redirect the client to various pages.
DropzoneJS is an open source library that provides drag’n’drop file uploads with image previews. It's lightweight, highly customizable and doesn't have any dependencies.
A deep dive into using Docker to streamline your Ruby on Rails 6 development environment.
Using polymorphic associations, we can have comments assigned to a post as well as comments assigned to other comments.
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.
Overview of Solidus, a maintained fork of Spree, showing how to configure and work with this Rails Engine.
Continuing from the previous episode, we look at the transition process from Devise to Auth0.