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.
Advancing from Single Table Inheritance, learn how Polymorphic Associations differ and tricks to simplify their usage.
Learn to use single table inheritance to allow multiple classes to be stored in the same database table.
When displaying a count of records, this will generate extra SQL Queries. Learn how to reduce the number of SQL queries called with counter caching the number of associated records.