PinnedAnurag TiwariWhy don’t I love the crypto ecosystem anymore?My love for crypto has been there since the very early stages. I remember reading the Bitcoin whitepaper on my bunkbed way back in 2013. I…May 14, 2021May 14, 2021
Anurag TiwariEnable MySQL bin log in osx (Mac)Ever wondered what mysql bin logs are? How do you enable them? Are they useful? How do the replicas stream from them? How do they look…Dec 12, 2019Dec 12, 2019
Anurag TiwariRails — Adding global hooks for rake tasksRake is an internal DSL implementation in the Ruby programming language. It allows Ruby code to define tasks that can be run in the…Nov 10, 20191Nov 10, 20191
Anurag TiwariRails — Shared Redis connection pool between Sidekiq and ApplicationConnection Pooling is a cache of database connections that can be reused when future requests to the database are required. So, does that…Jun 20, 2019Jun 20, 2019
Anurag TiwariRails 5 — Configuring Sidekiq to use cron schedulerIf you are not familiar with sidekiq usage go through this blog post first.Apr 12, 20192Apr 12, 20192
Anurag TiwariConfiguring Rails 5 with sidekiq adapter and redis queuesSidekiq is a thread based efficient background processing solution for ruby. Read more about it here.Apr 9, 20192Apr 9, 20192
Anurag TiwariRails timestamped seed filesMany a times if you generate a model and create a seed file for it, you do so it by initializing an empty seed file with name be like…Apr 8, 2019Apr 8, 2019