Tutorials


Finding Postgres rows too large for BTree indexes
A Ruby program to find rows in a Postgres database that are too large for BTree indexes.We are currently migrating our main application database from AWS Aurora Postgres to Google AlloyDB Postgres (it’s a cost decision) and I’m using Google’s data...





Using Hotwire and Rails to build a live commenting system - DEV Community
Today we're exploring Hotwire, a new-old way of building web applications by sending HTML instead of JSON over the wire.We'll learn how Hotwire works with Ruby on Rails by building a simple application that allows users to leave comments on a proj...

Kamal - Deploy Rails Apps with this New Gem - YouTube
Kamal makes it easy to deploy apps, so let's look at how to deploy a Ruby on Rails app with Kamal.Digital Ocean $200 Credit for 60 days (Affiliate Code):https://m.do.co/c/e10ec451ee35Checkout my course(s) at: https://learn.deanin.comSource:https:/...


Rails 8 introduces a built-in rate limiting API - BigBinary Blog
In the dynamic world of web development, managing the flow of requests is crucial for maintaining a responsive and reliable application. Rate limiting is a powerful technique that acts as the traffic cop for your API, ensuring fair access to resou...