All Stories

Mastering Code Cleanliness with Rubocop: A Guide to Linting and Styling Your Ruby and Rails Applications

Mastering Code Cleanliness with Rubocop: A Guide to Linting and Styling Your Ruby and Rails Applications

Data Annotation with Annotate Gem

The Annotate gem is a powerful tool for Ruby on Rails developers that can help them automatically add schema information to their model files. It is a simple yet powerful...

Kaminari - Using Pagination in Ruby on Rails application

If we have hundreds of thousands of records in our model, then sending or showing them all at once increases the latency of our application. In this case, we need...

Effortless Data Recovery: Choose Your Timeline with Multiple Backups a Day or Selective Restores from RDS

If you want your database to be automatically backed up twice or thrice a day, you don’t actually need to perform multiple backups. AWS RDS provides a feature called “point-in-time...

How to Integrate QuickSight into a Rails React Application

QuickSight, a business intelligence service by Amazon Web Services (AWS), provides a cloud-based data visualization and analytics platform.

Effortless Database Migration: Converting MySQL to PostgreSQL with pgloader Gem in Your Rails Application

As your application grows in size, migrating to a different database can be a daunting task. In this blog, we’ll explore a step-by-step guide on how to effortlessly switch your...