Videos

JIT compiler improvements in Ruby 2.7. Takashi Kokubun - YouTube
Have you ever tried the JIT compiler introduced in Ruby 2.6? Just passing --jit may significantly improve your application's performance.However, Ruby 2.6 JIT has struggled to optimize applications having a lot of hot methods. As we also want to o...

Ruby on Rails Drag and Drop Uploads with Active Storage, Stimulus.js and Dropzone.js - YouTube
This tutorial is about using Active Storage from Ruby on Rails 6.0 to create a drag and drop upload experience from scratch using Stimulus.js and Dropzone.js.Objective:The goal of this experience is to introduce drag and drop functionality and tie...

ActiveRecord Without Rails - Setup and Fetching Database Table Rows - YouTube
ActiveRecord is the ORM (Object Relational Mapper) library that ships with the Rails web framework. In this video I show you how to use ActiveRecord outside of Rails to query a SQLite3 database table.Associated Github repo: https://github.com/stun...


EuRuKo 2019 - Surrounded by Microservices by Damir Svrtan - YouTube
How to architect an app that consumes endless data sources via various different protocols? How to support easy swapping of those data sources and how to test it with confidence? Let's checkout how these and many other requirements are fulfilled w...




How to get rid of certain scaling problems by multithreading in Ruby
Michał Bugno Engineering Manager, Zendesk Sell is in love with Ruby, like many others in our team. He starts his talk with a statement that computers are not unlimited contrary to what cloud providers want you to believe. Embrace this knowledge to...