Solid Queue: The New Database-Backed Jobs for Rails

  With Rails 8 introducing Solid Queue as the default queuing backend for Active Job, this modern background processing system deserves a proper examination. In this post, I'll share what I've learned about this new job solution from Rails team, how it compares to other solutions like Sidekiq, and why…

0 Comments

Prompt Engineering: Unlock the Power of AI

In recent years, artificial intelligence has transformed the way developers interact with code and automate various tasks. Tools such as GitHub Copilot and Google’s Gemini have made it easier to generate code, debug issues, and even assist with documentation. However, the effectiveness of these tools depends greatly on how well…

0 Comments

Vector-Based Image Search in Ruby on Rails with Weaviate

Have you ever wondered how to build an image search engine (like Google Images, Myntra fashion products search, etc,.)? In this blog post, we will create a simple image search feature in the Ruby on Rails application using the Weaviate vector database. The modern approach to implementing image search involves…

0 Comments

Webhook Explained: What They Are & How to Use Them

Introduction: Webhooks are essentially custom HTTP callbacks (or small snippets of code associated with web application) triggered by certain events. Whenever this triggering event occurs on the source site, the webhook checks for the event collects the data and sends it in the form of an HTTP request to the…

0 Comments

End of content

No more pages to load