Experience DesignFront End DevelopmentMobility

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 […]

Sakshi Tyagi
Sakshi Tyagi
Read

Node.jsProduct EngineeringSoftware development

Top 5 Node.js Monitoring Tips for App Performance Improvement

Node.js framework has seen its popularity grow in leaps and bounds. Today it has become a universal development framework for organizations looking to develop lightweight, efficient and data-intensive real-time applications that run across distributed devices. Some of the cool products that can be built using Node.js include: Chat engines Real-time tracking apps Online gaming portals […]

Dwiza Saha
Dwiza Saha
Read

Node.jsProduct EngineeringSoftware development

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 ecosystem, npm, offers the largest ecosystem of open […]

AgileDevOpsNode.js

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 turned out to be a nightmare […]

Prince Soni
Prince Soni
Read

MEANNode.jsProduct Engineering

Node.js – The go to Technology for Product Companies and Enterprises

Product companies and enterprises both alike are in a race to develop products faster. A lot of companies are leveraging new-age digital technologies to improve time to market and shorten their release cycles. While some companies are automating delivery pipeline, some other are following Agile frameworks. For companies, succeeding at frontend isn’t the only goal. […]

Node.jsProduct EngineeringSoftware development

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 […]

AWSDevOpsDrupal

Image Optimization Using Jpegtran with AWS Lambda

Image optimization is an important thing when designing a website. Through image optimization using the open source Jpegtran, one can reduce their image size while preserving their visual quality, which is also known as lossless compression. This results in saving many bytes or KB. Upgraded pictures utilizing Jpegtran likewise increment PageSpeed positioning in Google. Jpegtran mainly […]

Java/JVMNode.jsSoftware development

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 […]

Node.jsTechnology

How to Plan Your Best Route Using GraphHopper API?

Software engineers and organizations lookout for effective ways to create new applications that save time and money. We can easily do this by using third-party software tools and SDKs. This blog is to spread awareness about a useful routing API GraphHopper, a third party SDK. I am working on a project which is based on routing and delivery […]