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 look at various tips and tricks.
Ruby and Ruby on Rails tricks from, dot files, operators, bundling, StimulusJS and more.
In this episode, learn how to extract the interactions with an external API into a service object so that code is isolated and interchangeable.
Gems are a packaged library of functions that can extend your application or provide other features to your system. Learn to create and publish a ruby gem.
A collection of different Ruby tips and tricks. Hope you find some of them useful!
Factory Bot is a fixtures replacement which can generate the needed records directly in the tests. Faker can be used to create fake data for these records.
In this episode, we look at various questions asked during interviews.
In this episode, we look at creating ruby objects. Then we look at different ways of implementing memoization and how it can be used to speed up our classes.
The Observer pattern (also known as publish/subscribe) provides a simple mechanism for one object to inform a set of interested third-party objects when its state changes.
Sometimes an old techniques with a modern twist can not only solve the problems at hand, but can also simplify the application's architecture.