1999-2003
Bachelor of Commerce degree, Saint Petersburg State University of Economics and Finance (Saint-Petersburg, Russia)
Frontend Developer
I am a front-end developer from Saint-Petersburg, Russia with robust problem-solving skills and experience in back-end development.
Bachelor of Commerce degree, Saint Petersburg State University of Economics and Finance (Saint-Petersburg, Russia)
Responsive Web Design Certificate, FreeCodeCamp
Web-specialist, "BFA-Development"
Web-developer, eMotion Tales
Video Editor and Special Effects Specialist, Lenfilm Studio
function distinct(a) { let b = [a[0]]; for (let i = 1; i < a.length; i++) { if (!b.includes(a[i])) { b.push(a[i]); } } return b; }