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.

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

Build real time dashboard in MEAN stack using websocket

In this article, I am going to show you the procedure to build a real-time dashboard in MEAN stack using WebSocket. Suppose you add a few new documents in the MongoDB collection, How can you get it into the dashboard in a push mode? This is similar to how Gmail brings in new emails without […]

  • Bharanidharan Arumugam
    Bharanidharan Arumugam
  • September 18, 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

Restful API using MEAN stack

This article explores the basics of the MEAN stack, shows how to create a DB Connection and also Create APIs (GET, POST, DELETE). Prerequisites to be in your machine: * Node * MongoDB Installations to be done: * npm install express –save Before going into the application setup, we need to know what is MEAN […]

  • Arunkumar Nattarayan
    Arunkumar Nattarayan
  • November 17, 2016