AndroidExperience DesignFront End Development

UI Patterns: Navigation (Part 1)

A design pattern is a formal way of documenting a solution to a common design problem. The idea was introduced by an architect Christopher Alexander for use in urban planning and building architecture. This has been adapted for various other disciplines, including teaching and pedagogy, development organization and process, as well as for software architecture […]

Java/JVMSoftware developmentTechnology

Generic Functional Interfaces and Functional Interface API for Lambda Expressions: Java 8

Lambda expressions come with a standard rule that they can only be assigned to a reference variable which is a Functional Interface i.e. an interface having one and only one abstract method. Besides, a Lambda expression does not care about the name of a function and/ or any access specifier as it tries to infer […]

Automation TestingExperience DesignSoftware development

Infographic: 8 Complex Mobile App Testing Challenges and Ways to Overcome Them!

Consumer habits keep on changing. This change in their behaviour has compelled brands to leverage digital technologies and provide a superior user experience. A recent survey by eMarketer shows that Mobile App usage accounts for approximately 85% of total time spent on mobile Internet.  Companies need to ensure that their applications perform seamlessly across multiple […]

AgileDevOpsProduct Engineering

An Overview of Microservice Architecture – Part I

Companies want to bid farewell to legacy architecture and digitize their business models, products and infrastructure. While some advanced companies are leveraging two-speed IT, DevOps and Cloud, some others are still trying to figure out a way to build disruptive web and mobile products faster. Moreover, growing consumer demands have increased the need to build […]

AgileProduct EngineeringSoftware development

Infographic: 7 Common Mistakes of User Stories and How to Avoid?

Understanding product features play a paramount role in software product development. Ultimately, delivering these features according to the expectations create a superior recall and experience. With more and more product companies now practicing Agile, it is important for them to understand requirements clearly from all the concerned stakeholders. A user story is a primary artifact […]

Java/JVMSoftware developmentTechnology

Functional Interface for Lambda expressions : Java 8

As we already know that Lambda Expressions are used to support functional programming in Java. The default behaviour of Lambda expressions is to accept only those interfaces as reference variables which have only one abstract method. We call such interfaces Functional Interfaces. You could also name them as SAM, i.e., Single Abstract Method interfaces. Java […]

AgileCloudDevOps

How to Build a Robust Microservice Architecture? Continuous Delivery and Other Best Practices – Part II

Microservices have really redefined the way traditional and legacy applications were built. In part I, we have provided an overview of microservices and key benefits of microservice architecture. Unlike the monolithic architectural style, microservice architecture helps to bring business agility and improve time to market. Microservices break the larger service into different smaller functions and create […]

Java/JVMSoftware developmentTechnology

Functional Programming in Java8 Using Lambda Expressions

Lambda expressions are the most talked feature of Java 8. Lambda expressions drastically change the way we write the code in Java 8 as compared to what we used to, in older versions.  Let’ understand what lambda expression is and how it works. At first, you could think about lambda expressions as a way of supporting […]

AgileProduct EngineeringSoftware development

7 Common User Story Mistakes and How to Avoid Them?

We have seen a drastic increase in the number of products being launched in the recent past. Young startups are disrupting the product ecosystem with cool and innovative products that are developed to resolve multiple problems faced by different customer groups. These companies are leveraging multiple digital technologies such as machine learning, robotics, IoT, and […]