I have already written about a really cool option that you can use to capture screenshots in Google Chrome without using any third party extensions. If you want to level it up and have a tool that allows you to not only capture or record a particular portion of your screen, but also edit it, then AwesomeScreenshot is a good alternative.
Continue readingMonth: May 2019
I recently learned a really nice tip on how to quickly find out the time in your local timezone and you do not need any plugin or perform several steps to reach the answer.
I was recently using ActiveAdmin and came up to a particular case when the index page for a particular resource was loading really slow. After trying to search up and down, trying to figure out what was the issue, I finally found that the issue was with a filter.
I have previously written about a really great Ruby gem called RailsAdmin which allows you to quickly prepare admin dashboards from your models. However, it comes with a disadvantage when you are dealing with large files. Let’s say that you want to export a large file from your RailsAdmin, like having 100 000 rows. This export will take a while and if you are using Heroku, chances are that you will actually have a timeout. Luckily, here comes ActiveAdmin.