Agile, MEAN

How are 10 Global Companies Using Node.js in Production?

Node.js is increasingly becoming a go-to technology for multiple companies across the globe. As Node.js emphasizes on concurrency, speed, and intensive data exchange along with employing push technology over web sockets,  it has helped companies to build various applications such as social media apps, video and text chat engines,...

by Poulomi Nag
Tag: javascript
06-Nov-2017

Experience Design, Front End Development

Progressive Web Apps : A Philosophy for Modern App Development

With the advent of "Mobile first" approach, more and more applications are moving from web-only platform to both Web and Mobile. Now it sounds great to have my application work on both the platforms but the time and efforts doubles. PWA comes into picture here by helping build a web application which works as a mobile app or at least as...

by Sakshi Tyagi
Tag: javascript
31-Oct-2017

AngularJS, Digital Transformation

Building an App – Ionic Vs React Native

More and more companies are putting efforts on building digital products. A mobile application or web portal becomes business critical with customers evolving digitally. Some of these companies have specific needs while pursuing application development such as building cross-platform application, hybrid application or native application. ...

by Apoorva Chawla
Tag: javascript
17-Oct-2017

Agile, AngularJS

AngularJS vs. ReactJS: How the Two Compare?

Product companies have evolved over the last few years. While some years back, the focus was on going to market with the best features, the game has shifted to user experience today! With multiple products launching similar functionalities, it is very difficult to stand out against the competitors with features alone. It is the intuitive...

by Nidhi Choudhary
Tag: javascript
19-Sep-2017

AngularJS, Front End Development

Infographic: 6 Amazing Features of AngularJS you Shouldn’t Miss!

AngularJS is a JavaScript-based open-source front-end web application framework which is quickly gaining traction among companies to build intuitive and engaging front end. AngularJS development plays a significant role in front-end product engineering. Unlike other frameworks, Angular gives you a certain degree of freedom when writing...

by Nidhi Choudhary
Tag: javascript
12-Sep-2017

AngularJS, Front End Development

AngularJS Performance Tuning in Enterprise Applications

Introduction Before developing any application, it is always important to use the technology stack in a beneficial way. Using a technology doesn’t count until and unless we use it effectively. Let’s see some of the common performance issues caused by AngularJS and their possible suggestions to fix or ways to avoid them. ...

by Sonakshi Mediratta
Tag: javascript
29-Aug-2017

Node.js, Product Engineering

Infographic: Top 6 Benefits of Node.js for Application Development

Node.js is quickly becoming a go-to-technology for many companies. LinkedIn, Groupon, PayPal, Uber, Trello and Netflix and many other global companies have tested and embraced Node.js for some time now. With an event-driven, non-blocking I/O model, Node.js is not only lightweight but also extremely efficient. Node.js' package...

by Nidhi Choudhary
Tag: javascript
24-Aug-2017

Agile, DevOps

Microservices and Node.js

Traditional software product development starts with one problem in mind and project continues to grow with an inclusion of new feature this leads to a single monolithic system. Every new functionality added increases complexity and difficulty in scaling system. Increasing functionality results in an increase in thousand lines of code...

by Prince Soni
Tag: javascript
10-Aug-2017

Node.js, Product Engineering

Paypal Reccuring Payment Integration with Node.js

I recently have provided consultation in a Node js project where monthly subscription via PayPal was required and payments are to be made through Paypal, so for that, I used Billing Plan and Billing Agreement API's for PayPal. This blog will help you in how to implement the recurring payments via PayPal for monthly subscriptions. We will...

by Parveen Kumar
Tag: javascript
14-Jul-2017

AngularJS, Software development

Integration of Google Map APIs

Software engineers and organisations lookout for effective ways to create new applications that save time and money. We can easily do this by using third-party APIs and SDKs. This blog talks about a useful Google Map API. I am working on a project based on Routing and live tracking of a driver's vehicle. Consider a scenario where a...

by Mahima Agrawal
Tag: javascript
06-Jul-2017

Java, Node.js

MONGOOSE Tips and Tricks for Uncommon Cases

Mongoose is an object modelling package for Node that essentially works like an ORM for many popular languages much like Hibernate is for JAVA. Below are some of the mongoose special scenario(s) I stepped upon while working on the project. It took me some time to figure it out. Hopefully below details would prove helpful to you thereby...

by Rachit Jain
Tag: javascript
27-Jun-2017

Front End Development, Technology

CSS Custom Properties (CSS Variables)

CSS custom properties are the entities that are defined by CSS author themselves to obtain the feature of reusability of code all over the document. For example, A project may involve very complex CSS, and same color code may get repeated hundred times. So if we want to change that color, then we need to modify the color value hundred...

by Poonam Baveja
Tag: javascript
14-Jun-2017