Videos
Make an E-commerce app with Ionic and Rails in 15 mins - YouTube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.In this Video Tutorial, I am going to make E-commerce Hybrid Mobile Application.Tech Stack:-- Back-end: Ruby On Rails(5.2...
Speeding up Initial Rendering of Rails Pages with render_async.
You know your Rails application is slow at times. Customers are complaining, and your infrastructure team is provisioning even more servers but it is just not helping. What now? That can happen as the app grows. Sometimes controller actions get re...
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...