Tutorials

Storing and Searching JSON in Ruby on Rails 7 - YouTube
Querying JsonB columns in Postgresql is kinda confusing, right? Let's take a look at how to make it easier to deal with in this Ruby on Rails 7 tutorial.Checkout my course(s) at: https://learn.deanin.comSource:https://github.com/Deanout/jsonbJoin ...

Building AWS Ruby Lambdas that Require Gems with Native Extension
If your Ruby development environment (e.g. a Mac) is different from your target Lambda in terms of operating system or architecture, there may be problems creating your Lambda image. This is especially true if your Ruby Gem Dependencies include C ...

Fix Race Conditions With Distributed Locks | Ruby on Rails 7 Tutorial - YouTube
Today we talk about the differences between optimistic and pessimistic transaction locks in a postgresql database in Ruby on rails 7.Checkout my course(s) at: https://learn.deanin.comLinks:https://www.youtube.com/watch?v=aee3m...https://blog.kipro...






Bundler: Generate gem skeleton with Rust extension
Do you think dynamically typed interpreted Ruby language and statically typed compiled Rust language could be friends? Yes, they can! And actually, they are!Officially it all started when YJIT was ported to Rust and Ruby codebase has officially on...

How to add Google Sign In (SSO) with Devise to a Ruby on Rails 7 App | by Quan Nguyen
All credits to Deanin on Youtube. This article is based on his tutorial, with a few tweaks of my own. Follow his account to access his extensive modern Rails resources!This article covers the minimum needed to install Google SSO with Devise. It do...