Recent Posts
-
Website Monitor Using Google App Script
google-app-scriptuptime-monitorwebsite-statusupptimeRecently, I was looking for a solution to notify me when a website is down and when it is back up. I found a few solutions, but they all had a learning curve. So I thought of an alternative solution using Google App Script, which I had recently learned about. read more » -
The revamp of a Video Proctoring Solution: A Behind-the-Scenes Look
proctoringlive proctoringremote proctoringeLitmus proctoring100mswebRTCThe story of how we took a good platform and made it even better read more » -
Fixing Capybara Flaky Tests
capybararailssystem-testsflakyWhen writing system tests for a user interface, it is common to encounter test cases that fail randomly. One of the common failure can occur when the JavaScript on a page takes time to render, causing issues with the test case. read more » -
Sidekiq process in production with Systemd and Monit
SidekiqMonitSystemdRecently, we have upgraded our Sidekiq version from 5.2 to 6.5. Before Sidekiq 6.0 we were managing the Sidekiq process directly using Monit. With the release of Sidekiq 6, the team has removed the daemonization, logfile, and pidfile command line arguments and sidekiqctl binary. Managing services manually is more error-prone, let our operating system do it for us. We have three options to go with systemd, upstart, and foreman. We decided to go ahead with the systemd. read more » -
Outliers: The story of Success - Book Review
Book ReviewBooksSuccessOutliersFor the last two months, I have been reading the book “Outliers” by Malcolm Gladwell. “Outliers - The story of success” has two parts: Opportunity and Legacy. read more » -
Creating an npm package from my REACT Component
REACTnpmSo, you have created a useful, customisable, modular component in REACT. Now, you want to share it with everyone by making a package so that anyone can install it ? That is exactly what I had done and now I also wanted to create a npm package and publish it and this is how I did it. read more » -
Migration from Paperclip to ActiveStorage
RailsPaperclipActiveStorageHow we migrated hundreds of thousands of attachments from Paperclip to ActiveStorage without downtime. read more » -
Revamp of our Coding Platform
CodelitmusRuby on RailsREACTThe story of how we took a good platform and made it even better read more » -
Migrating from state_machine to aasm in Rails
State MachineRuby on RailsRails 5First things first. State machines are awesome, be it any part of technology you use them in. read more » -
Android Versioning Using Docker & Git Like A Pro
androiddockergitdeploymentversioningUnlike web, android still lacks the ease of version deployments. Specially when you don’t want to use Play Store. read more »