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.

Ruby on Rails vs NodeJS – Which is the best for web development?

Choosing between NodeJS or Ruby on Rails can be a complicated task for most of the developers. Ruby on Rails has been winning developers hearts for many years, but nowadays NodeJS is also equally preferred. So now developers are torn between node js and Rails. Both Rails And NodeJS have their own set of pros […]

  • Agira Technologies
    Agira Technologies
  • September 20, 2017

Continuous Integration With Jenkins For MEAN Stack App

Introduction: Jenkins is continuous integration tool that can automate our development process. This article will explain why we need to use Jenkins, installation of Jenkins, configuring Jenkins, and creating our first project. First, we need to setup the basics, and then we will see how we need to setup MEAN stack app in order to […]

  • Bharanidharan Arumugam
    Bharanidharan Arumugam
  • September 19, 2017

How to Setup Hadoop 2.8.0 (Single Node Cluster) on CentOS

Introduction Apache Hadoop 2.8.0 is a minor release in the 2.x.y release line, building upon the previous stable release 2.7.3. The following are the features and improvements that are said to be available in Apache Hadoop 2.8.0 Common Support async call retry and failover which can be used in async DFS implementation with retry effort. […]

  • Saravana
    Saravana
  • September 13, 2017

Read and Download Files over SFTP using PHP and ssh2

In one of my project, there came a situation where I was needed to download files over SFTP. After quick google searches and going through many resources, I learned it. From my learnings, I have written this article and explained the process in simple steps so that the fellow developers can get benefited. Here I […]

  • Vignesh Thandapani
    Vignesh Thandapani
  • September 7, 2017

Top Node.js Development Libraries For Developers

In the earlier days of web development, JavaScript was used specifically for scripting client-side, which basically means altering interface actions within a particular web page. A few years ago though, the framework Node.js was developed particularly to enable JavaScript to be applied as the script executed at server side as well. Here the scripts run […]

  • Agira Technologies
    Agira Technologies
  • August 9, 2017

Benefits Of Using MEAN Stack For Application Development

MEAN Stack Application Development is a modern and evolving trend for JavaScript development. MEAN is basically an acronym of: M: MongoDB: It is the open-source, free, cross-platform database for JavaScript. It uses JSON document-oriented style for all the data representation. The logic behind choosing MongoDB is that it restricts us to just one language-JavaScript for […]

  • Agira Technologies
    Agira Technologies
  • July 13, 2017

Guide to Create Reusable Bundle in Symfony2

Introduction: In this article we are going to discuss on how to structure your reusable bundle in Symfony2. Application bundles in general should be as simple as possible. As a result of this, the following steps might not be applicable/ suitable for application bundles. This article pertains to reusable bundles alone.   Symfony is a […]

  • Manikandan Thangaraj
    Manikandan Thangaraj
  • April 12, 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

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