At Agira, Technology Simplified, Innovation Delivered, and Empowering Business is what we are passionate about. We always strive to build solutions that boost your productivity.

Dockerize an Existing Ruby on Rails Application

In this article, I am going to explain how to dockerize an existing Ruby on Rails application, and start & stop the application in development / production environment. What is Docker? Using docker, we can build and package an application or service with all the dependencies into single unit. Such a unit is called the […]

  • Mars Raj
    Mars Raj
  • September 22, 2016

AWS VPC Automation Setup in Ruby

What is VPC? A virtual private cloud (VPC) is an on-demand configurable pool of shared computing resources allocated within a public cloud environment, providing a certain level of isolation between the different resources VPC automation. The isolation between one VPC automation resource and all other resources of the same cloud is achieved normally through allocation […]

  • Saravana
    Saravana
  • September 15, 2016

Laravel Development : How to force a browser to refresh CSS and JS files on an update

In this article we shall see how, in the Laravel Development environment, we can force the browser to refresh its cache. As much as it is necessary for browsers to effectively use their cache, sometimes it poses a problem. Whenever a website is loaded for the first time the CSS and JS files are cached […]

  • Vignesh Thandapani
    Vignesh Thandapani
  • September 8, 2016