Using array_position to Sort ActiveRecord Records By Array
In Ruby on Rails, you may face the issue when you try to use .where with array but your expected result is sorted by your
In Ruby on Rails, you may face the issue when you try to use .where with array but your expected result is sorted by your
In Sidekiq Enterprise, it supports periodic jobs (aka cron or recurring jobs) to register your periodic jobs with a schedule upon startup and Sidekiq will
In this post, we are going to share a quick tips about how to restrict deleting action and showing customised flash notice in ActiveAdmin. We
In Ruby on Rails, we can use to_json to convert data or hash to JSON easily, but we need to be cautious when we convert
Caching is a vital and yet often forgotten part of our application that can significantly improve our application’s performance. The simple definition of caching is
In this article, I will be diving into the guidelines and best practices in writing performant background jobs in your Rails application. Firstly, when should
Working with date and time logic has always been known to be some of the most complex and irritating logic in any application. When you
Web proxy has many purposes, to name a few, some people use it for anonymity purposes, and some people want bypass network censorship, and another
On CoinGecko, we serve cryptocurrency market data to millions of users from all parts of the world. In order to scale that, it makes sense