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.

Install and Configure Laravel 5.1 and do simple authentication

Install And Configure Laravel 5.1 and do simple authentication Here, I am going to explain how to install a fresh Laravel 5.1 package in Ubuntu and how to configure and how to do a simple authentication process in Laravel 5.1. Install Laravel 5.1 – Server Requirements The Laravel framework has a few system requirements. Of […]

  • Vignesh Thandapani
    Vignesh Thandapani
  • January 5, 2017

Audio waveform visualizations with WebAudio API for Mic Input

In this article, we are going to see what is WebAudio API and how to build an audio waveform chart with the WebAudio API for Mic input. The focus of this article is mainly on audio waveforms. Let’s get into it… To start with, What is WebAudio API? The Web Audio API is a high-level […]

  • Manikandan Thangaraj
    Manikandan Thangaraj
  • December 16, 2016

An Introduction to Big Data

What is Big Data? Big data is a term that describes the large volume of data – both structured and unstructured – that inundates a business on a day-to-day basis. But it’s not the amount of data that’s important. It’s what organizations do with the data that matters. Big data can be analyzed for insights […]

  • Sriram Vaidhyanathan
    Sriram Vaidhyanathan
  • November 28, 2016

CSS SELECTORS – PART 1

This article deals with CSS Selectors – one of the most common and important design components of a web page. In order to apply styles selectively to different elements of a page, we use CSS Selectors. Different kinds of CSS selectors have different priorities and attributes, and this article elaborates the same for several of […]

  • Manigandan
    Manigandan
  • November 18, 2016

Convert HTML Content to image or PDF in Symfony Framework using KnpSnappyBundle

In this article, I am going to explain how to convert a HTML Content/Page into an image/PDF in Symfony framework using KnpSnappyBundle. Recently I encountered a situation as such to handle a bulk mailing system, wherein it was necessary to convert the html content into images. I used the KnpSnappyBundle of the Symfony framework for […]

  • Vignesh Thandapani
    Vignesh Thandapani
  • October 25, 2016

On Pair Programming

In this blog, we are going to see one of the interesting agile software development technique called “Pair Programming”. There are many agile software development techniques followed around the globe and Pair Programming is one amongst them. Let’s get in to the topic. What is Pair Programming? Pair Programming is one of the agile software […]

  • Sriram Vaidhyanathan
    Sriram Vaidhyanathan
  • October 21, 2016

Hybridauth for User Authentication With Laravel Development

In this article, we will see how to connect the platforms Twitter and Google for user authentication, in the Laravel Development environment. In a modern website, most people prefer to sign up/sign in via social media like Facebook, Twitter, Gmail, etc. For this purpose, in Laravel Development, we have many custom plugins pertaining to each […]

  • Manikandan Thangaraj
    Manikandan Thangaraj
  • October 19, 2016

Independent Testing in the SDLC – Pros and Cons

Independent testing corresponds to the testing performed by an independent team. Any entity other than the developer can be considered as an independent team, and the main purpose of this type of testing is to avoid author bias and is often more effective at finding defects and failures. There are four levels of independent testing […]

  • Sriram Vaidhyanathan
    Sriram Vaidhyanathan
  • October 5, 2016