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…
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…
Monitoring your systems: Logs (Pt. I)
What's this all about? Have you ever found yourself analyzing an elusive 'bug' while diving through endless log lines? Have you had to chronologically relate events from different services? Did…
Optimizing tests in Cypress
In the world of quality, automated tests are all the rage. They’re present across the development cycle and are a crucial element to understanding our project’s health. One of the…