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.

Cloud storage using StowUtils package in Golang

The intention of this article is to describe how to store files in cloud storage using the Golang stowutils package. How does it work? Implementations are referred to by a kind of string (like s3, google) and an object which provides specific configuration values associated with the implementation (like the S3 region, the credentials, the […]

  • Reddy Sai
    Reddy Sai
  • February 23, 2017

Message Queues in Golang Via RabbitMQ

Golang Developers, In this article, we shall see how to implement message queues in Golang using RabbitMQ. We believe message queues are a vital component to any architecture or application. For example, some process takes more time to process or occasionally, one needs to delay a time-consuming job for a while. In such cases, the […]

  • Bharanidharan Arumugam
    Bharanidharan Arumugam
  • November 2, 2016