Last September 24th and 25th Zartis’ Fexco FTS Team assisted to Madrid Codemotion 2019 at Kinepolis. This event is fundamentally oriented to “Coders” or what we could think of “developers”.…
Mocking with Golang Go has his own mock library that you can see here, I think that it is not simple and easy to use, but there is another library that…
BDD with GoConvey GoConvey is a very good suite to test in Go. It has a lot of interesting characteristics, it is very flexible and it help us do testing.…
We have a Java SDK to do easier use of Fexco api that you can find here, and here you have API documentation. The API has a lot of characteristics but I want…
Background The target of this couple of posts is to describe the PKI (Public Key Infrastructure) we built as well as the Digital Signature implementation using that PKI. Both areas…
This if the first post of a series of three: Cucumber in Go with Godog Testing with GoConvey solution Mocking. Cucumber in Go with Godog When you begin to work…
This post is more some written thoughts about the current programming ways and practices in the Fexco API than some serious stuff about above mentioned language and framework. Training about…
In the previous article we described how the Micro frontends approach works. In our case we are going to use Liferay as frontends container. Every micro frontend is going to…
What are the micro frontends? During last years, more and more companies are using micro services architecture to avoid limitations of large monolithic backends. While a lot can be found…