Chaos Engineering is the practise of testing a system to increase confidence in its ability to withstand turbulent manufacturing conditions. Chaos Engineering is an innovative software development and testing procedure that aims to reduce unpredictability by putting complexity and dependability to the test. Large-scale, distributed software system advancements are changing the game in software engineering. […]
Category: software
Typical API Integration Life Cycle
Vafion has been offering API integration services exclusively to the hospitality industry. We also helped big organizations plan,build and manage their APIs. We have also supported some of the well-known hospitality sector players in their enterprise-wide API integrations. We have the expertise integrating almost all players in this industry. Similar channel integrations for various customers […]
Example to build Contact Manager using Jersey and Jquery Ajax
This is an example to build a Contact Manager using Jersey and jQuery Ajax.Let’s start by writing the project dependencies (maven) Instead of Jackson we can use other libraries with Jersey. But I prefer using Jackson. Now we need a Model and a service layer to access the data from the Jersey controllers. Model class […]
Knowing the Spark Java Framework
I would like to share some of my knowledge in Spark Java in this article. I will carry my article in a way of answering the following questions What, Why, Where,When and How ? With some code examples. I will cover the rest of the things in upcoming articles. Let’s see the questions that needs […]
5 Reasons to update your Java7 to Java8.
In this article, I have pointed and discussed about five features of Java 8 by which seems more interesting for me. Stream and other special features Lambda expressions Parallel operations JavaScript engine New date / time APIs Stream and other special features A stream represents a sequence of elements and supports different kind of operations to perform […]