Sivakumar V



19 Stories by Sivakumar V

Is Portainer Docker Application Good Enough For WMS Deployments?

Our warehouse management application managing deliveries of more than 300K of electronic parts from different providers. We started looking for a deployment tool...
0 1 min read

How To Make Docker Work On Fedora OS 31 With CGroups V2?

My friends think me I use Ubuntu but predominantly I use Fedora. Noting Fedora 31 is released, I quickly upgraded from 30 to 31....
0 52 sec read

Querying JSON with PostgreSQL

PostgreSQL provide powerful operator and methods to process JSON data. I have taken mock data to explore different operators and methods. Before proceed make...
0 3 min read

Use Docker as Rails Development Environment

Docker container can be used effectively as a rails development environment. Lets create new rails application with Docker and docker-compose.
0 2 min read

Build and Run 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...
0 1 min read

Monitor Sidekiq up or down with Shell Script

Here is one simple shell script to check whether sidekiq process is running or not and then restart it. I am sure many of...
1 1 min read

Secure API with JWT (JSON Web Token)

I have recently come across JSON Web Token (JWT) which is pronounced as ‘jot’. So what is JWT? Here is the definition that I...
1 2 min read

How To Enable MySQL For Remote Access

We started using Qlik Views for our customers and we were in need of connecting to remote MySQL server for Data analytics. By default...
0 1 min read

Auto find Stack overflow links when exception raised in Rails

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...
0 12 sec read

Apache Cordova with Intel AppFramework

We recently built an App using Intel App framework with Apache Cordova. Thought to share it with you all the steps I followed. We...
0 3 min read

Disable Multi-login by Single User

I was trying to disable multi login for single user using devise authentication and came up with this solution. Thought it may help someone.
0 56 sec read

Connect Rails 4 With Microsoft SQL Server Database

I spent a while to find a solution for connecting Rails 4 with MS SQL Server database. Later I found a quick and easy...
6 31 sec read