Tutorials


How To Make Money With Ruby - Jason Kotchoff - YouTube
Advice on how to break into the industry with paid rails work and then how to further your career financially. Startup versus corporate, salary versus doing your own thing, building a business and cash flow quadrants. Salary negotiation, employers...


"Testing in Production: there is a better way" - Igor Kapkov (RubyConf AU 2023) - YouTube
(Igor Kapkov) Testing in Production is a common CI/CD practice nowadays. However, feature flags and canary deployments can only get you so far. This talk will walk you through the Branch By Abstraction pattern and the tools to give you confidence ...






Try not to loop through associations inside jobs - Andy Croll
One of the downsides of using Ruby to interact with your database, rather than SQL directly, is that it’s easy to accidentally give yourself performance headaches via running multiple very similar queries. Although the advantages of using Active R...