Videos


How to improve performance in Ruby on Rails using the includes method. - YouTube
Example Project: https://github.com/markv12/rails_incl...Going over everything I've learned trying to improve the performance of my Ruby on Rails apps using the includes method. Executing too many SQL queries is the cause of many Rails performance...


Ruby On Rails in 100 Seconds | Ruby On Rails for Beginners - YouTube
This Video Series is Inspired By Fireship.io.Ruby on Rails, or Rails, is a server-side web application framework written in Ruby.Rails is a model–view–controller framework, providing default structures for a database, a web service, and web pages....


![[JA] Ruby, Ractor, QUIC / Yusuke Nakamura @unasuke - YouTube](/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6ODk2MiwicHVyIjoiYmxvYl9pZCJ9fQ==--81a10957a4b29a6a16f5a2108e0597a887bb71e1/open-uri20211007-20560-5mxyhj.avif)
[JA] Ruby, Ractor, QUIC / Yusuke Nakamura @unasuke - YouTube
From Ruby 3, a parallel processing mechanism called Ractor has been introduced. This has made it easy to implement safe parallel processing in Ruby. In addition, QUIC, which was announced by Google in 2013, standardized in May 2021, and will be us...

![[EN] YJIT - Building a new JIT Compiler inside CRuby / Maxime Chevalier-Boisvert @maximecb - YouTube](/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6MTE2NDksInB1ciI6ImJsb2JfaWQifX0=--1aed3df5830be5a5ac116dff9fe3f0e54c5218a6/open-uri20210929-23037-w9q1aj.avif)
[EN] YJIT - Building a new JIT Compiler inside CRuby / Maxime Chevalier-Boisvert @maximecb - YouTube
YJIT, an open source project led by a small team of developers at Shopify to incrementally build a new JIT compiler inside CRuby. Key advantages are that our compiler delivers very fast warm up, and we have complete, fine-grained control over the ...