WEB & MOBILE APPS DEVELOPMENT

Over a decade of web & mobile apps development. We are experienced in utilizing the right leverage in web and mobile technologies. Irrespective of the industry, we deliver custom development of web applications, android apps & iOS apps.
WEB APPLICATIONS DEVELOPMENTMOBILE APPLICATIONS DEVELOPMENT

What is Progressive Web App (PWA)

PWA is the latest ‘buzzword’ in market today. PWA is a combination of best of web capabilities and best of apps. In today’s scenario where mobile usage has increased and everybody is targeting to the users by through mobile apps To overcome this the new term “PWA” has...

How to setup electron on windows

What is Electron ? Electron is framework to develop the native desktop application for all major platforms (windows, Mac and Linux)  using HTML , CSS and Javascript. How to Install Electron? To install Electron , we need to install nodejs and npm . To...

integrate bootstrap modal pop up in angular2

In a angular2 project we were supposed to integrate the bootstrap modal pop up. This will open the pop up on button click. To integrate the pop up , we have installed the ngx-bootstrap.ngx-bootstrap contains all core (and not only) Bootstrap components powered by...

Setup Angular2 development environment

Angular is Javascript based framework to develop frontend web application.To set up Angular2 environment in our system we need to install nodejs and npm. Checking NodeJs on your machine To check if node and npm are installed , run the below command in the command...

Arrow functions in Javascript

In ECMAScript 2015 , also known as ES6 , many new features were introduced. One of the feature which get introduced was "Arrow Functions". /********* Traditional way *************/ var func1 = function old(x,y) { return x+y; } /************* New way...

Optimize the performance of the website using Pagespeed

PageSpeed is a module developed by Google which helps to optimize the page speed of the website. You can install this module in Apache and NGINX server. Below I will detail you about the complete installation and options which can improved the performance of the...