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!
Sometimes our models get so large that they become unmaintainable. In this episode, we look at how we can slim down the size of the models without losing functionality.
Decisions made during the development process can significantly affect how the production environment is architected. In this episode, we look at a few different scenarios and how the early decisions made in development affected the production infrastructure.
Add an activity feed to your application with Public Activity.
Using polymorphic associations, we can have comments assigned to a post as well as comments assigned to other comments.
Part II - In this episode, we create performant links for adding, accepting/rejecting and removing friends for our social media application.
Part I - In this episode, we create our authentication for users, default view for authenticated users, friendship model, associations and scopes for our social media application.
In this episode, we look at some lesser known bundler commands including binstubs.
In this episode, we look at combining Rails UJS, nested routes, scopes and StimulusJS. A deep dive from the beginning to completion of multiple select boxes changing based on their selections.
We may come across a need to run shell commands and Ruby has some built in methods which appear safe, but can introduce major security risks.
In this episode, we take a look at some tips and tricks around the database schema and model scopes.