Videos
[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
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 ...
Using AWS Cloud9 for Ruby on Rails Development - YouTube
In this video I take a look at the pretty darn cool AWS service called Cloud9 - an IDE in the cloud! Here I cover how to get it going and use it for Ruby on Rails development (though it works for all kinds of languages!)I think it's a neat way to ...
(1) Alpha preview: Converting a import-mapped React app to use esbuild with JSX in Rails 7 - YouTube
Start a Rails 7 app with the importmap default is no risk, as you can easily move to a bundler/transpiler setup later if you need to.Previous videos: Introduction to import maps in Rails 7: https://www.youtube.com/watch?v=PtxZv...Building React co...
Modular Ruby - (web) framework as implementation detail - Armin Pašalić - YouTube
Talk given by Armin Pašalić at the online RUG::B Meetup on October 1st, 2020. https://www.rug-b.de/events/ruby-user...Frameworks, these amazing tools beloved by everyone everywhere. They give us the foundation to build amazing things fast, cheap a...