-
Debunking Myths in Back-End Software Testing
In today’s article I want to debunk what I believe are some myths and misconceptions about testing, based on a broad experience of writing automated tests for back-end applications for nearly two decades. I will start by explaining key concepts about automated testing that will serve as a foundation, before discussing these myths. If you…
-
Clean Commits With Git
If you have ever inspected the Git history of some of your projects (doing git log) I am sure that you may have encountered something like this in your main branch: This looks really unprofessional, but the problem goes beyond aesthetics. Having poor descriptions like this is a problem that is more common than it…
-
Effective Pull Requests for Better Code Reviews
Nowadays it’s almost unthinkable to work in a Software Development team and not use Pull Requests to do Code Reviews. Pull Requests have become an essential part to our day-to-day work, but there are cases where we’re still not making the best use of them. In this article, I will explain why it’s important to…