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 […]

Continuous Integration using Bitbucket Pipelines and Docker

Recently, one of our clients started using Bitbucket Pipelines for Continuous Integration. Thank you Lea Anthony of Secure Code Warrior for introducing and helping us get started with Bitbucket pipelines! At Qxf2 Services, we like exploring different tools and sharing our knowledge to help other testers. In this post, we will show you how easy it is to enable continuous integration […]

Freshers, tell us about your job hunt

We noticed a trend – many freshers (recent graduates) do not land a job even after months of job hunting. We want to help but we do not have data. So we have created this survey:   https://goo.gl/eB9H2R   If you are a fresher or in your final year, please: 1. Take the survey – it takes about 10 minutes […]

Cover letters that help you to get the job

Cover letters make a big difference when applying to small companies. From personal experience, I can say that cover letter can be a big help to impress the recruiter at a small company. In this post, I will show you how to craft an effective cover letter. Pro-tip: You can search for openings at small companies at AngelList. Ok Let’s […]

Docker and Windows: VT-X/AMD-V error

I decided to learn Docker and use it with our automated tests. While installing Docker on my Windows 7 machine, I got an error during machine creation. It took me a while to Google around for the solution. So this post summarizes the solution for the “VT-X/AMD-V” issue while installing Docker on Windows. VT-X/AMD-V error As the first step towards […]