Videos
GORUCO 2017: How to Load 1m Lines of Ruby in 5s by Andrew Metcalf
How to Load 1m Lines of Ruby in 5s by Andrew MetcalfApplications written in Ruby, Python and several other popular dynamic languages become very slow to boot as they grow to millions of lines of code. Waiting to reload code in development becomes ...
RailsConf 2017: Perusing the Rails Source Code - A Beginners Guide
Published on May 5, 2017RailsConf 2017: Perusing the Rails Source Code - A Beginners Guide by Alex KitchensOpen source projects like Rails are intimidating, especially as a beginner. It’s hard to look at the code and know what it does. But Ruby on...
Node js vs Ruby on Rails For Web Development in 2017
In this video we will look at the advantages and disadvantages of both Node.js and Ruby on Rails for web development. It is not an apples to apples.Published on May 31, 2017In this video we will look at the advantages and disadvantages of both Nod...
RailsConf 2017: How to Write Better Code Using Mutation Testing
Mutation testing is a silver bullet for assessing test quality. Mutation testing will help you:Write better testsProduce more robust code that better handles edge casesReveal what parts of your legacy application are most likely to break before yo...