Digital TransformationExperience DesignFront End Development
Navigation is required in our day-to-day life to move from one place to another. For example: if you walked for hours at an unknown place with lush greenery and lots of tunnels. You don’t know where currently you are and which direction to go. You would need a person who is familiar with the route […]
Java/JVMSoftware developmentTechnology
In any user facing and real time application, data is of utmost importance as it directly affects any business’s market and revenue. Recently, we were needed to build an OTA for booking hotels; wherein User may book hotel rooms for specific dates. For this, we integrated with multiple Suppliers for fetching hotel information which resulted […]
AngularJSFront End DevelopmentProduct Engineering
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. Problem Faced or What Went Wrong During Implementation […]
We have witnessed a drastic technology led transformation over the last few years. We are introduced to new technologies, social platforms, and consumer facing products every few days. This has increased the competition and pushed brands to go the extra mile to improve the experience. Most brands have started focusing on Agile methodologies and continuous […]
Automation TestingConnected TVManual Testing
The pattern of content consumption has changed markedly in the last two decade. From mobile phones in the 90’s to smart phones to smart TVs, the demand for smart connected devices continues to grow. According to a Gartner consumer survey, worldwide, by 2018, 87 percent of the TVs shipped annually will be smart TVs. The […]
AgileDevOpsProduct Engineering
A lot of companies have moved away from the traditional waterfall model and started leveraging Agile methodology and principles for faster development. Most of these organizations prefer leveraging DevOps to cut down time to market and shorter the release cycles. DevOps doesn’t just break the silos and bring the Dev and Ops together but also […]
Node.jsProduct EngineeringSoftware 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 […]
AngularJSFront End DevelopmentProduct Engineering
Introduction The year 2015-2017 saw a host of new frameworks from the house of JavaScript. Though several of their offerings did fail to make a resounding impact, Angular and React survived the test of time to become the go to frameworks for successful Angular development. With several frameworks have made headway in the world of […]
Offline data transfer in Android is a way to transfer data among devices wirelessly without any network accessibility. There are many ways for connecting devices sans cables such as Bluetooth, NFC, Wifi Direct, SIP, etc. Despite the fact that a large audience is looking towards internet solutions, these ways have their unique use cases and […]
Connected TVExperience DesignMedia & Entertainment
We are living in a smart economy. Every passing day we witness a surge in smart and connected products may it be Smart Home, Smart Phones, Smart Watches or Smart TVs. The rise in digital technologies presents an opportunity to develop cutting-edge products that are both engaging and intuitive. Companies wanting to ride the smart […]
Testing a mobile application is often challenging as compared to web application mainly due to the various factors affecting the behavior of the application. Some of these factors include different operating systems and their versions, different screen sizes and different networks. In this challenging phase of planning and testing a mobile application, it’s critical to […]
What is a Test Case? Set of conditions or variables used by testers to determine whether a system works as expected are Test Cases. These help in validating the coverage of an application. A test case should be : Easy to understand and execute Accurate Easy to trace as per requirements Repeatable Reusable Test cases […]