Where is Qxf2 headed?

This article is an introduction to the technical and organizational work we are undertaking at Qxf2. We have taken the effort to write what we are doing mainly for our own clarity and for the outside chance that someone reading this would want to collaborate or offer help. We hear a lot about emerging areas in technology – IoT, autonomous […]

Testers, get started with git

Hey, tester! It is 2017 and about time we all got comfortable with Git. I’ve heard too many testers saying that they think it’s too difficult to get started with git and that getting familiar with Git will take time. I’ve been thinking about how to get rid of this objection. I’m going to try and explain the basic concepts […]

How to get your code inside a Docker Container

When you start learning about Docker, you will definitely wonder about how to get your code within the Docker container. This blog will guide you about the different ways to get your code inside the Docker container and which method you need to select according to your role/situation. Methods to get your code inside Docker container: Using COPY or ADD command […]