In these posts we are going to explore the basic things about RxJava: Introduction to RxJava (Part I/III – Introduction) Introduction to RxJava (Part II/III – Operators) Introduction to RxJava…
Category: Testing
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.…
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…
Background On previous posts, we explored Event Sourcing and how to implement a Fast Lane Notebook in Databricks. Now the question is: How to check the performance of a Spark…
We need to capture requirements in a clear and consistent manner. We will be using Gherkin syntax for doing this. Gherkin syntax provides a structured way to writing requirements for…
In a previous post, we discussed what is UX and its importance in relation to Software or Website design. In this new post we follow up on this initial post…
The following is a guideline for code reviewing Spark Applications. The code review doesn’t just end at the code, there are several configurations to review too. A clean configuration is…
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.…
Following on from the benchmarking overview post, the following post will go into more detail on what metrics we are capturing, how we consume, and how we will intend to…