19 Stories by Sivakumar V
Our warehouse management application managing deliveries of more than 300K of electronic parts from different providers. We started looking for a deployment tool... My friends think me I use Ubuntu but predominantly I use Fedora. Noting Fedora 31 is released, I quickly upgraded from 30 to 31.... PostgreSQL provide powerful operator and methods to process JSON data. I have taken mock data to explore different operators and methods. Before proceed make... Docker container can be used effectively as a rails development environment. Lets create new rails application with Docker and docker-compose. Docker compose is a tool for running multi-container docker application. Container configuration are maintained easily with docker compose. Before proceed, know basics of docker... Here is one simple shell script to check whether sidekiq process is running or not and then restart it. I am sure many of... I have recently come across JSON Web Token (JWT) which is pronounced as ‘jot’. So what is JWT? Here is the definition that I... We started using Qlik Views for our customers and we were in need of connecting to remote MySQL server for Data analytics. By default... When we get exception, we used to search in Google and most of the links will be from stackoverflow. Gem stack_rescue will find links... We recently built an App using Intel App framework with Apache Cordova. Thought to share it with you all the steps I followed. We... I was trying to disable multi login for single user using devise authentication and came up with this solution. Thought it may help someone. I spent a while to find a solution for connecting Rails 4 with MS SQL Server database. Later I found a quick and easy...