Viachaslau Huseu

Front-End Developer

OBJECTIVE

Become Junior QA Ingineer, Junior QA Automation Ingineer

EDUCATION

Grodno Technological College 2000-2004

Grodno State Univercity 2004-2006 not finished

TRAINING PROJECT

CV PROJECT

QUALIFICATIONS

  • HTML5, CSS3
  • Javascript
  • SQL
  • Git

Courses

  • Functional Software Testing by IT Academy (ongoing)
  • JavaScript/Front-end. Stage 0 by RS School

Epam Courses

  • Software Testing Introduction (RUS)
  • Relational Databases Basics (RUS)
  • Version Control with Git

CODE EXAMPLE

                    
        var countBits = function(n) {
            let count = 0;
            while (n > 0) {
                let str = n.toString(2);
                if (str[str.length - 1] == 1) {
                    count++;
                }
                n = n >>> 1;
            }
            return count;
        };
                    
                

WORK EXPERIENCE

2007 – until now – City Polyclinic №6 of Grodno – 15 years’ experience as System Administrator, administering Windows Server, databases 4Dimention, MySQL, Microsoft SQL Server, managing local networks, solving different kinds of user problems.

LANGUAGE SKILLS