Learn how to quickly add intelligent search in Rails using Typesense using a movie listing application as an example.| avohq.io
Let's learn how to add API authentication with the Rails 8 auth generator: exploring the different approaches and integrating it with a frontend application.| Avo's Publication Feed
Learn about canonical URLs in Rails apps: why they matter, how to add them and things to consider when adding them.| avohq.io
Learn how to add S3 Direct Uploads to any Rails application to improve the user experience and avoid having to deal with files on the server.| avohq.io
Let's learn how to add Apple Wallet Pass generation to a Rails app using the Passkit gem.| Avo's Publication Feed
Learn how to add a Referral feature to a Rails application with the Refer gem| avohq.io
Let's learn how to build a project tracking application for freelancers using Superglue and Vite.| Avo's Publication Feed
Let's learn how to add an MCP Server to a Rails application to better integrate our app with LLMs and achieve more things with AI.| Avo's Publication Feed
The golden rule for libraries is to support integration with as many parent apps as possible because you want to cover as much as you can of the full spectrum of customers.| avohq.io
Learn how to build an OTP input field, aka code verification, using StimulusJS and improve your token auth flows.| avohq.io
Let's learn how to add a llms.txt file to a Rails application to help large language models better process our content| avohq.io
Learn how to implement Passwordless Authentication in Rails with the NoPassword gem using the email and OAuth flows.| avohq.io
Learn how to implement Cloudflare Turnstile to prevent spam and unwanted access to parts of our Rails applications.| avohq.io
Learn how to add custom domains and SSL for local Rails development using the puma-dev gem| avohq.io
Learn how to add a Sign in With Apple feature to your Rails application to improve user sign-ups.| avohq.io
Learn how to integrate Cloudflare R2 uploads with Active Storage and enjoy the advantages offered by the service| avohq.io
Learn how to build a multistep form with Rails and the Wicked gem to improve your users' onboarding experience| avohq.io
Add GitHub-flavored Markdown to your Rails app using Commonmarker. Learn how to render Markdown, enable syntax highlighting, and build custom embeds with shortcodes.| avohq.io