intermediate

January 2, 2023

How a Service Virtualization approach can save your and others’ time playing with Mocks

Introduction Mocks are present in any modern development process to speed up software delivery.  Your API service depends on another API, internally or a 3rd party […]
June 19, 2022

How to use the Factory design pattern to create browser instances: local and remote approach

Introduction In the previous article How to use the Factory design pattern to create browser instances: the simple approach, you have learned how to implement it. […]