author

CONTACT

call+7-999-150-09-15

emailepicvlad@yandex.ru

telegramepickvlad

SKILLS

HTML5+CSS3

SASS

JavaScript

GIT

Adobe Photoshop

SCRUM


ENGLISH

My English level is now - A2. I am currently studying at puzzle-english to improve my language skills.

YURI ZHARENKOV

FRONTEND DEVELOPER

ABOUT MEperm_identity

I am currently finishing my military career, my new goal is to change my professional activity and start a career as a developer, my strengths are teamwork, focus on goals, ability to correctly allocate time and self-motivation, my work experience it is 10 years in the field of management, 2 years ago I began to independently study frontend development and develop in this area.

ONLINE LEARNINGcomputer

end of 2020 to the present SkiilBox

Frontend developer profession

end of 2019 to 2020 GeekBrains

HTML5+CSS3, JavaScript lvl.1, JavaScript lvl.2, ReactJS, Online intership

2018-2019 Self-education

by articles and videos HTML, CSS, JS.

HIGER EDUCATIONbookmarks

2007-2012 Military Academy of Radiation Chemical and Biological Defense Troops

Management

CODE EXAMPLEcode

 
document.querySelector('#btn').addEventListener('click', () => {
    let block = document.querySelector('.contact');
    block.classList.add('lighting');
    setTimeout(function() {
        block.classList.remove('lighting');
        }, 1500);
});
                        

EXPERIENCEfact_check

Participated in the joint development of the MVP of the Randomizer.me project. Implemented the "random number" block. Solved problems of generating a random number in different ways. Developed the logic for generating a large number of numbers and their correct output to the user. I wrote requests to the server via XHR, fetch, developed the logic for using server responses and presentation in the desired form. He worked according to the SCRUM methodology. Participated in a joint code review.