Interviewers see GitHub accounts as a significant asset for they will be able to perform an in-depth analysis of the candidate's true technical skill and competencies in a work environment. GitHub gives the interviewers the opportunity to evaluate the applicant not only through what is stated in the CV or the answers given to the questions but even more so through the real code that the applicant has written. Thus the reviewers come to know the applicant's ability to code concepts, the choice of variable names, and the compliance with the aims of good programming as specified by the standard practices. Moreover, GitHub not only gives the students the impression that the interviewer takes them as version control and possessor of such skills. This is a crucial factor in software development. Interviewers will be in a position to analyze how the applicants are dealing with code changes through the use of commits, branchings, and pull requests. Version control is a very important f...