Programming and DevOps screencasts
In this episode we dive into how attr_reader, attr_writer and attr_accessor work under the hood.
Managing dependencies in a project is an envolved process.
In this episode we talk about a possible solution for this issue: The Registry Pattern.
This episode is a collaboration with HanamiMastery.
In this episode we talk about creating layouts and components using Phlex.
We also show how to use Phlex on a Rails project.
Tired of writing HTML?
Learn how to build fast, reusable and testable views in pure Ruby using Phlex.
Creating personalized templates to simplify your app setup.
Effortlessly include must-have gems, automate Rails commands and generators, and commit changes.
Say goodbye to repetitive setup tasks and welcome a consistent development journey.
We learned how to use AwesomePrint in a previous episode.
In this episode we'll learn some tips and tricks I use in my day to day work.
AwesomePrint is a gem that allows us to really pretty print our Ruby objects in the console.
In this episode you'll learn how to use and configure AwesomePrint.