
Cautious when convert a BigDecimal value to JSON in Rails
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
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