All Stories

Efficiently Query Multiple Fields in Rails with a Single Query

When working with Rails ORM, I encountered a challenge where I needed to search for students based on their name, email, or mobile number using a single search field. The...

How to Securely Store RDS Instance Passwords in AWS Secret Manager and Access Them in a Ruby on Rails Application

AWS Secret Manager is a service offered by Amazon Web Services (AWS) that enables you to manage secrets such as database passwords, API keys, and other sensitive data. This blog...

Faker gem in rails

Introduction:

Tips for Securing Your Ruby on Rails Application from Common Vulnerabilities

As with any web application, security is a critical concern when developing Ruby on Rails applications. While Rails provides some built-in security features, such as protection from CSRF and SQL...

Building APIs with Jbuilder: A Comprehensive Guide

As web developers, we are constantly building APIs that are fast, reliable, and easy to consume. In the Ruby on Rails ecosystem, Jbuilder is a powerful tool that can help...

Streamline Your Error Monitoring with Airbrake Integration

Streamline Your Error Monitoring with Airbrake Integration