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.

Real-Time Apps with TypeScript: Integrating Web Sockets, Node & Angular

Nowadays real-time functionality is a mandatory functionality for web applications. Most of the customers want to see how users interact with their applications in real-time. So I thought to develop a sample application to look at the working of real-time application. In this tutorial, we are going to work together to build a real-time application […]

  • Manikandan Thangaraj
    Manikandan Thangaraj
  • November 20, 2019

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

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