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.

Store and sync data in Firebase with Golang

Here, I am going to describe how to store and sync data in Firebase with Golang development. Aslo, I have explained the how to connect the Firebase with Golang and authenticate using two types of credentials, namely Json and OAuth. When I first tried this, I faced some issues during connectivity, and hence thought it […]

  • Reddy Sai
    Reddy Sai
  • March 31, 2017

CMS In Rails Using Scrivito CMS

Introduction: In this article, I am going to give you all the details regarding Scrivito CMS, how to use Scrivito CMS for maintaining contents of a website using Rails framework, and also to create widgets using the same. (You will see why widgets in particular). Main points As is with CMS, the main objective is […]

  • Amit Kumar
    Amit Kumar
  • March 29, 2017

Nanocubes implementation with an example

Nanocubes implementation This article speaks on Nanocubes, why and when we need to go in for this new concept, and how we can go about Nanocubes implementation. Nanocubes provides real-time visualization of large datasets. This is the official definition. Furthermore, it is defined as providing visualizations that can be used to explore datasets with billions […]

  • Ken
    Ken
  • March 17, 2017

Elasticsearch Percolator Query Implementation in Ruby

In this article, we will see when we need to use elasticsearch percolator query and how to implement it in Ruby. The elasticsearch percolator query is written based on Ubuntu, but it works in other Linux libraries too. How does it work? We believe most Elasticsearch developers think conventionally, and so, they design documents according […]

  • Bharanidharan Arumugam
    Bharanidharan Arumugam
  • March 13, 2017

Basic web scraping using Goutte and Symfony DomCrawler

Here, I am going to explain how to perform basic web scraping using Goutte and Symfony DomCrawler, and how to get machine-readable information from Web pages by way of Web scraping. Currently, most of the API documentation process is not written by hand, and such documentations are generated by tools meant for this purpose. There […]

  • Vignesh Thandapani
    Vignesh Thandapani
  • March 7, 2017

Basic Implementation of Angular2 using Angular CLI

This blog is an introduction into the basics of how to implement Angular2 in the frontend, using Angular CLI. So, what is Angular CLI? Angular CLI is a command line interface which is built using nodejs style (commonJs) modules. Angular2 is a framework for creating Single Page Application (SPA). Next, let us see the basic […]

  • Manigandan
    Manigandan
  • March 7, 2017

Importance of Manual Testing for Start-ups

In this blog, we will take a look at manual testing and the benefits it brings for startups. We will discuss why you need to incorporate it in your IT roadmap and how it can assist you to reach your goals. Limitations of startups Let’s start with the factors which will be considered as a […]

  • Sriram Vaidhyanathan
    Sriram Vaidhyanathan
  • March 3, 2017

Rails Refactoring Techniques – Concerns

In this article, we are going to see the overview of Rails refactoring techniques, and focus on one of the techniques – called concerns. Why do we need to perform Rails refactoring? The objectives are as follows: DRY(Don’t repeat yourself) Easy to find Clarity Easy to change Performance tuning Easy to test As with all […]

  • Bharanidharan Arumugam
    Bharanidharan Arumugam
  • March 1, 2017