Sivakumar VadiveluAutomation test with selenium and rspec and send report email with BrevoLet's start with building the environment to run the test cases. Here I am going to build docker image to run our test which will be having…Jun 29, 2023Jun 29, 2023
Sivakumar VadiveluHashie::Extensions Failed after Rails5 upgradeWe were upgrading our rails application from 4.1.8 to 5.2.1. To build API, we used “grape” gem. With rails 4.1.8 application, grape gem…Dec 19, 2019Dec 19, 2019
Sivakumar VadiveluHow to add new TLS endpoint at PortainerPortainer is a nice tool to manage docker swarm environment and it provides different ways to add new endpoint. We are going to see how to…Oct 4, 2019Oct 4, 2019
Sivakumar VadiveluRun PostgreSQL as service with docker composePostgreSQL can be run as service with help of docker compose for development purpose, so that no need to do regular installation and it…Mar 1, 2019Mar 1, 2019
Sivakumar VadiveluRails 5.2 with Docker & Docker ComposeThis blog will help you to deploy your rails 5.2 application in docker with help of docker compose.Jun 29, 20181Jun 29, 20181
Sivakumar VadiveluQuerying JSON with PostgreSQLPostgreSQL provide powerful operator and methods to process JSON data. I have taken mock data to explore different operators and methods…Jun 6, 20181Jun 6, 20181
Sivakumar VadiveluDocker As Rails Development EnvironmentDocker container can be used effectively as a rails development environment. Lets create new rails application with Docker and…Jan 22, 20181Jan 22, 20181
Sivakumar VadiveluBuild and Run Rails Application with Docker and Docker ComposeDocker compose is a tool for running multi-container docker application. Container configuration are maintained easily with docker compose…May 10, 20172May 10, 20172
Sivakumar VadiveluStateful node provisioning with Packer & TerraformPacker is a open source tool to build machines to deploy apps. It supports multiple platforms.Apr 12, 2017Apr 12, 2017