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:
Courses:
- Code Basics. Курсы по HTML и CSS
- Sorax Введение в CSS
- webDev Основы CSS3. Полный курс
- In progress. Курс «JavaScript/Front-end»
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 CVLanguages:
- Kazakh - native.
- Russian - excellent.
- English level is approximately A1.