Our use case Here at Fexco, a fundamental part of our architecture requires real time stream processing. Specifically, the fast lane stream processing. To know what I’m talking about, please…
Background One of the main characteristic of eventual consistency systems is that, we should never update data, just add it. A lot this topic has been discussed in this other…
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 This post is intended to go deep in the topics discussed on this post: https://techblog.fexcofts.com/2018/06/07/software-delivery-analytics-2/ The first step to build a any kind of software, consist in define what…
No matter if your application is a legacy system, or a green field project, functional test are always useful. Nonetheless, if we are not careful writing these tests can be…