Mukushev Yerken

Frontend developer (Beginner)

Summary:

I have good technical skills because of technical mind. I am excellent team player and easy get along with people. My strengths are great responsibility, commitment, honesty, sociability, teamwork, goal achievement. I have different working experience from geologist to head of computer bureao, now I am thinking about changing my cup of tea because I am passionate about programming and everything which goes along with computers.

Education:

University:

East Kazakhstan State Technical University (2002-2007) as geologist and East Kazakhstan State Technical Universuty (2007-2009) as a bachelor of Informational system

Courses:

Code example:

function finalGrade (exam, projects) {
 let result;
 if (exam > 90 || projects > 10) {
  result = 100;
   } else if (exam > 75 && projects >= 5) {
   result = 90;
    } else if (exam > 50 && projects >= 2) {
    result = 75;
     } else {
     result = 0;
     }
}

Projects:

My CV

Languages: