Portrait of Evgenii Bolshakov against the backdrop of nature

evgenii bolshakov

junior frontend developer

Contacts

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

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';
              }
            });