my photo

Contacts

Location: Moscow, Russia

Phone: +7 (925) 720‑23‑32

Email: dgerasimchuk23@gmail.com

GitHub: dgerasimchuk23

Skills

  • HTML
  • CSS
  • Java Script (basics)
  • Git/GitHub
  • Photoshop

Dmitry Gerasimchuk

Front-End developer

About Me

I am a Project manager in building company and I want to become a Front-end developer.

Education

Moscow State University of Geodesy and Cartography
The Faculty of optical information systems and technologies
Skillfactory
Front-end dev.

Code example

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

Languages

Russian: Native

English: Pre-intermediate (A2)