avatar

Alexei Sivtsov

Junior Frontend Developer

contacts

phone: +375 67 890 12 34
e-mail: belarus.gomel@gmail.com
telegram: @fairyboy
linkedin

bio

My name is Alexei Sivtsov and I'm going to become frontend developer. My interest is in creating websites and applications, that are easy and comfortable to use. My goal is to get a job that would let me work from anywhere in the world.

skills

HTML5, CSS3
JavaScript
Basics Git, GitHub, VS Code
Adobe Photoshop, Figma

code

const dataReverse = function(data){
if (data.length===0) return []
const arrayBytes = [];
const tam = data.length / 8;
for (var i = 0; i < tam; i++){
arrayBytes.push(data.splice(0,8));
}
return arrayBytes.reverse().join().split(',').map(v=>v*1);
}

courses

HTML and CSS Tutorials on the w3schools (completed)
JavaScript Manual on learnjavascript.ru (in progress)
RS Schools Course «JavaScript/Front-end. Stage 0» (in progress)

projects

HTML and CSS Tutorials on the w3schools (completed)
JavaScript Manual on learnjavascript.ru (in progress)
RS Schools Course «JavaScript/Front-end. Stage 0» (in progress)

education

Belarusian State University of Transport

languages

English - Upper-intermediate (according to the online test at Streamline str.by)
Russian - Native
French - Basic