The easy way to get started with bi-directional contract testing
What’s this article about? Up until now, the Pact contract testing framework was characterized by having the consuming party in charge of generating contracts and, therefore, initiating the workflow. This…
Test automation with Karate II
What are we going to see? Karate is an open-source testing framework that facilitates the development of automatic API tests in a fast, precise, and maintainable way, thanks to its…
Good people make the best professionals
We often think about how some organizations fail when they have the most talented team. The reality is that we mistakenly assume that talent is the only thing necessary for…
How to prepare for the AWS certifications
A step-by-step guide on how to prepare for the AWS certifications with resources like books, courses, mock tests and lessons learned during the process. I would like to start by…
Do I excel because I like what I do? Or do I like it because I’m good at it?
This question both excites and terrifies me. Could it be that we delude ourselves into thinking that we like our work because we are good at it? Do I like…
Am I good at this because I like it or do I like it because I am good at it?
This question excites and terrifies me at the same time... could it be that we deceive ourselves thinking that we like our work because we are good at it; or…
Authenticating REST services with OAuth2
1. Introduction When it comes to adding authorization to call secured services, we realize not only that the configuration changes depending on which framework you are going to use, but…