Hello.
I`m Vladimir
Junior Frontend Developer
Vladimir Sobolev
- 30 years old;
- married;
- have a daughter;
- Russian citizenship.
My main goal it's my family, so I'm ready to work and study so hard to make their life better.
Education
Federal State Budgetary Educational Institution of Higher Education "Togliatti State University" Tolyatti
qualification: bachelor
specialty: 20.03.01 Technosphere safety
year of ending: 2017
Work Experience
I've just started study free IT courses from the community "The Rolling Scopes" JavaScript/Front-end. Stage 0
Expertise Skills
Basic knowledge of web programming:
- HTML5
- CSS
- JavaScript
Code example
Mexican wave from Codewars:
function wave(str) {
const wave = [];
for (let i = 0; i < str.length; i++) {
if (str[i] === ' ') continue;
wave.push(str.slice(0, i) + str[i].toUpperCase() + str.slice(i + 1));
}
return wave;
}
Langueges Skill
A2 Waystage — Pre-Intermediate.