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.

Avoid Bulk Codes Using Typescript Array

Hopefully this would be the satisfied topic you will see today because am pretty sure that people whoever gathered here have must faced the tragedy of handling ‘N’ number of codes in application. Though its not a good practice to write bulk codes for an application but sometimes we ought to come up with lengthy […]

  • Manigandan
    Manigandan
  • October 29, 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

Dynamic Import Expressions In Angular Using TypeScript

Dynamic import expressions are a new feature and part of ECMAScript that allows users to asynchronously request a module at any arbitrary point in your program. TC39 JavaScript committee has it’s own proposal which is in stage 3, and it’s called import() proposal for JavaScript. However we knew that when the vendor.js files size is […]

  • Manigandan
    Manigandan
  • August 10, 2018

Image Upload In Angular Using Typescript

Upload image in Angular. Most of the people might be familiar with the topic and some might think what is there look upon the familiar topic since we have been using various third party packages to get it done but the question is how we can implement it without using Third-party packages? To obtain this, […]

  • Manigandan
    Manigandan
  • July 10, 2018

How to make Angular Application SEO Friendly Using Pre Render?

Angular is single-page applications, so this platform can be beneficial for user interactions and increased conversion rates. But it’s a bit challenging for a search engine optimization strategy. Basically, search engines require plain HTML for SEO.  But to be precise, Angular apps do not search engine friendly, why because If you try to view the […]

  • Manigandan
    Manigandan
  • May 21, 2018

How To Get Started With Sensu – A Full Stack Monitoring Tool

What Is Sensu? Sensu is an open-source platform that provides the full-stack monitoring solution for your problems. Through Sensu you can progressively monitor your servers, services, application health, and business KPIs, etc. On the other hand, it can also collect and analyze custom metrics. And it can keep you updated when something happens, you will […]

  • Manigandan
    Manigandan
  • April 27, 2018

Tips To Optimize Angular Application To Increase The Website Speed

  Due to the substantial improvement of technologies, websites are developed more efficiently to grab the customer’s attention by adding exceptional features.   User’s apparently getting annoyed to face the long wait of website loading. One thing we should set straight that delaying will equally result in losing potential customers. Therefore, how can we increase […]

  • Manigandan
    Manigandan
  • April 10, 2018

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

Media Query – CSS Selectors – Part 2

In this article, we shall continue with CSS Selectors, and we will see a few advanced selectors, as opposed to the basic ones covered in our previous article. To be precise, in this article we shall mainly cover Media Query. What and why do we use the Media Query? The major aspect of responsive design […]

  • Manigandan
    Manigandan
  • January 16, 2017

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