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.

Node.JS Frameworks That Will Rule In 2020

A combination of useful libraries, helpers, and needful tools that helps in creating and operating web applications are together called NodeJS frameworks. The most important aspects of node.js framework, like any web framework, are its architecture and features such as support for customization, flexibility, security, compatibility with other libraries. These are the parameters that decide […]

  • Annamalai
    Annamalai
  • January 20, 2020

How To Collect, Customize, And Centralize Node.js Logs

Logging is an important part of every application, that supports the application life cycle. From the development to debugging, and adding new features, logging is used in all the ways possible. By analyzing the data in the logs, we came to know about the activities happening, resolve bugs much quicker, and detect problems early before […]

  • Annamalai
    Annamalai
  • November 12, 2019

Routing in Node.js tutorial with specific examples

What is routing? To start with routing in Node.js, one needs to know what is routing and its purpose. The route is a section of Express code that associates an HTTP verb (GET, POST, PUT, DELETE, etc.), an URL path/pattern, and a function that is called to handle that pattern.  Node.js is an open-source, cross-platform […]

  • Annamalai
    Annamalai
  • August 20, 2019

Python Vs Node.js: What To Choose & Why – A Detailed Comparison

The choice you make today will eventually make your tomorrow – It is true that the amount of time you put in something to make the right choice will bring you the best of everything. This guide exclusively curated to help two set of people one for beginners who like to start their career but […]

  • Agira Technologies
    Agira Technologies
  • July 10, 2019

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

How To Deploy A Node.js App To The AWS Elastic Beanstalk

AWS Elastic Beanstalk Amazon Web Services (AWS) Elastic Beanstalk is an easy-to-use service for deploying and scaling web applications and services developed with Java, .NET, PHP, Node.js, Python, Ruby, Go, and Docker on familiar servers such as Apache, Nginx, Passenger, and IIS. It’s the fastest and simplest way to deploy your application on AWS. It […]

  • Annamalai
    Annamalai
  • June 21, 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

Guide To Debug Node.js App In A Docker Container

Before jumping to the topic, first, why we're talking about Docker in Node.js development & why we need to dockerize an application ? If you already know the answer well that's great, you can straightly jump into the steps involved in it. Incase, if you're new to Docker then here is the simple explanation for [...]

  • Annamalai
    Annamalai
  • February 26, 2019

A Practical Guide To Avoid Memory Leaks In Node.js

In Simple words, Memory leakage is defined as a memory that is not required by an application anymore but for sometimes these unwanted memories will not be returned to the operating system which will cause serious trouble. However, Memory leaks can be a serious problem in Node.js applications, especially in large scale applications that holds […]

  • Annamalai
    Annamalai
  • November 22, 2018

How To Secure Node.js RESTful APIs With JSON Web Tokens

  What Is JSON Web Token? JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed. JWTs can be signed using a secret (with the HMAC […]

  • Manigandan
    Manigandan
  • September 18, 2018