Tutorials
Palm AI with Turbo, Tailwind, and Flask | Ruby on Rails 7 Tutorial - YouTube
Create your own locally hosted LLM with Palm AI using Turbo and Tailwind in Ruby on Rails 7, and Flask for the Python API with the Faraday gem.Checkout my course(s) at: https://learn.deanin.comSource:https://github.com/Deanout/palm_aiLinks:https:/...
Strong Migrations Gem for Ruby on Rails 7 - YouTube
This video covers Strong Migrations, a gem that lets your production Ruby on Rails 7 app rest easily knowing its migrations are probably safe.Checkout my course(s) at: https://learn.deanin.comLinks:https://github.com/ankane/strong_migr...Join this...
Tutorial: Distributed Tracing in Ruby with OpenTracing | Scout APM Blog
It's a lot harder connecting the dots of the request lifecycle when the final response is built from a number of separate microservices.However, distributed tracing - which connects a transaction trace across microservices - is getting a lot easie...
Parse Text from Images using OCR with Tesseract.js | Ruby on Rails 7 Tutorial - YouTube
Ever wanted to extract or parse text from images in Ruby on Rails 7? Well you can with Tesseract.js and its OCR capabilities!Checkout my course(s) at: https://learn.deanin.comSource:https://github.com/Deanout/ocr_tesseractLinks:https://github.com/...
Rails ActiveStorage Direct Upload on React Native - DEV Community
Recently, I needed to integrate direct upload functionality into a React Native application. After spending some time researching Internet solutions for Rails ActiveStorage Direct Uploads (which are rather sparse), I found out that it can be done ...
[Tutorial] Setup very basic authentication with Devise in Rails 7 - DEV Community
devise is the most popular gem in Rails for authentication. However, it's also the most confusing gem for beginners. It is so confusing that it even suggests not using it if you're new to Rails or web development in its readme.I'd like to show you...