Contacts
-
+7 962 157 7775
-
EvgenSan@yandex.ru
-
@EvgenSan_B
-
evgensan-b
-
evgensan_b
Soft Skills
- communication
- hight speed operation
- ability to work in a team
- fast learning ability
- perseverance, perfoming long and monotonous work
- responsibility for achieving the result
- the desire to learn and develop
Languages
-
English
pre-intermediate - intermediate
-
Russian
native
-
German
mittelstufe
About me
Looking to develop my web development skills, aiming for a Junior Developer position in a company where I can gain valuable experience and contribute to team projects
Education
-
2009-2014
Ivanovo State Power University named аfter V. I. Lenin, electrical stations
-
2025-2026
YaPracticum, frontend developer
-
2025-2026
The Rolling Scopes, JS/Front-end, React, Angular
Projects and hard skills
- project ono-tebe-nado(YaPracticum)
- project posmotri-v-okno(YaPracticum)
- engineering
- HTML5, CSS3
- JavaScript Basics
- GIT, GitHub
- Adobe Photoshop, Figma
Code example
button.addEventListener('click', function () { let randomElement = getRandomElement(phrases); phrase.textContent = randomElement.text; image.src = randomElement.image; if (randomElement.text.length > 40) { advice.style.fontSize = '33px'; } else { advice.style.fontSize = '42px'; } });