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.

How To Upload Images/Files To AWS S3 Using Node.js

  File uploading is very common in the world of web development. When a web client or browser uploads a file to a backend server, it is generally submitted through an HTTP form and encoded as multipart/form-data. Here’s where Multer acts as a middleware for Express and Node.js that makes it easy to handle this […]

  • Bharanidharan Arumugam
    Bharanidharan Arumugam
  • July 1, 2019

10 Tips To Improve Your MongoDB Security

  Numerous organizations use MongoDB in their projects for data storage. Though MongoDB has some default security configuration yet still there is a possibility to misconfigure and leave the database into critical situations. MongoDB allows anyone to make changes in the database, even without any authentication. As a MongoDB user, we have enabled all the […]

  • Saravana
    Saravana
  • June 27, 2019

What’s New In RxJS v6.5 And Check What Has Changed?

  If you’re one among the keen & thriving front-end developer, you must be already using or heard about rxjs unless you’re living under the rock. It is a reactive programming library which is designed mainly for functional programming paradigm. Recently, Rxjs 6.5 got released and it has few new things and deprecated in a […]

  • Vignesh M
    Vignesh M
  • June 27, 2019

Angular 8 Release: What's New In Angular 8?

Angular once again hit back us with strong features! As the title says everything, we are here today to discuss one of the promising languages that hold most of the developer community! Angular 8 is released, and our angular developers got super excited to share its awspiring features and updates with you all. Let’s have […]

  • Manikandan Thangaraj
    Manikandan Thangaraj
  • June 6, 2019

Building Service Oriented Architecture Using Rails And Kafka

Whenever we’re building a service-oriented product, it must be integrated with a collection of services like chat and payments, etc. So, it’s obvious that it might lead us to face any conflicts while integrating too many services at a time. This is where Kafka is being highly recommended to avoid any future conflicts while adding multiple […]

  • Karthiga M
    Karthiga M
  • May 29, 2019

10 Useful JavaScript Array Methods You Must Know

Basically, Javascript array method is one of the imperial factor in development that helps us to write more clean and better code. Collecting the list of useful array method will surely help you from any complex dilemma. This article is completely aimed to list down the 10 useful JavaScript array methods which you can utilize […]

  • Arjunan Subramani
    Arjunan Subramani
  • May 21, 2019

Build A Web App With React.js And GraphQL

  What Is Graphql? GraphQL is a new open source API standard which is a powerful alternative to REST API that developed by Facebook. GraphQL is a syntax that exclusively describes how to get data that helps the user to get the exact data they like to extract the sources. Why Should I choose GraphQL? […]

  • Guru Moorthy
    Guru Moorthy
  • May 10, 2019

Implementing Page Object Model(POM) With Ruby Cucumber & Watir

  What Is Page Object Model (POM) Page Object Model (POM) is a design pattern, nowadays the POM becomes more popular in automation testing area. As it helps to create Object repository for web User Interface(UI) elements and it eliminates the code duplication to increase the maintainability of the code. Parallely, it also acts as […]

  • Arjunan Subramani
    Arjunan Subramani
  • May 2, 2019

Explaining XSS, CSRF And Session Hijacking

XSS, CSRF And Session Hijacking XSS, CSRF and Session Hijacking are the web application vulnerabilities used to hack the user data by injecting malicious code or link or by using any other possible way. So let’s see the possibilities of hacking using each concept & will eventually reveal its security breaches one by one. Cross-Site […]

  • Nagaraj Ravi
    Nagaraj Ravi
  • April 30, 2019

How To Convert HTML To PDF Using Node.js?

Hello folks, today we’re going to check how to convert HTML to PDF content in Node.js and also few deployment tips to get it done right. I planned to describe the conversion through Node API service using html-pdf. This npm package depending on phantomjs. I am using it to allow more options like paper size, […]

  • Reddy Sai
    Reddy Sai
  • April 26, 2019