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!
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.
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.
Using the paper_trail gem, track changes to model records for auditing purposes and rollback changes when required.
This episode covers different tips and tricks around database migration files.
Create recurring events and interact with them on FullCalendar.
ice_cube is a ruby library for easily handling repeated events and schedules.
Learn to lock down your application or parts of your application by IP Addresses.
Learn to use custom error pages to provide a similar look to your application. Get notified on Slack as errors occur to act on them before they're reported.
In a recent blog post, we looked into the content_for view helper to render breadcrumbs. Once we got the feature working, it's time to refactor the feature to lower technical debt.