As the applications grows, the manual testing becomes more and more complex. End to end (e2e) testing is where we test our entire application from the start to the end.…
Month: September 2018
Introduction This is the second part of a series of posts about how to develop Spark Applications. The first post was about working with notebooks. Objectives As we move forward…
Background This post aims to give an in-depth description about our continuous deployment pipeline. We are going to use the Continuous Deployment term as Martin Flower defined in this post,…
BACKGROUND The Event Sourcing architectural pattern is well known but it does not count on a rigid well-defined standard specification. The result is, we usually found examples of systems that…