Videos
Ruby network workflow: REST, JSON, GraphQL or gRPC? Grigory Petrov. - YouTube
Most Ruby apps start their communications via Rails built-in REST support. As the app evolves, it questions a developer with small, but important decisions: how to handle date and time, transfer files and large data sets, honor permissions and so ...
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...