ALEKSANDR ALEHNO
- Phone: +375 33 658 33 99
- Email: aleksandr888alehno@gmail.com
- Skype: Aleksandr Alehno
- Linkedin: Aleksandr Alehno
- GitHub: alexalehno
Objective
Front-end Developer
Summury
When new technologies are released in the field of web development, I strive to study and understand them in full. Communication with the team not only contributes to more productive work, but also simply gives pleasure. The skill of concentrating on the tasks set does not allow me to lose my working rhythm.
Skills
- React, Redux
- JavaScript, ES6
- HTML, HTML5,
- CSS, CSS3,
- AJAX, SPA, JSON,
- Canvas, SVG,
- Git, OOP
- English: Pre-Intermediate
Projects
There are some projects here:
Experience
Development of the graduation project.
The project is a single-page web application. HTML, CSS and JavaScript technologies were used.
Development of the graduation project.
The project is a cross-browser responsive website. HTML, CSS, Gulp, SASS, jQuery, JavaScript, Grid Layout, BEM technologies were used.
Code
Sum all the values that don't appear below "0".
function getMatrixElementsSum(matrix) {
let sum = 0;
for (let i = 0; i < matrix.length; i++) {
next: for (let j = 0; j < matrix[i].length; j++) {
if (matrix[i - 1]) {
if (matrix[i - 1][j] === 0) {
continue next;
}
}
sum += matrix[i][j];
}
}
return sum;
}
Education
09.2014 - 06.2018 Belarusian State Academy of Communications, Minsk Infocommunication networks
Courses
Additionally
I am fond of reading books (“You don't know JS”, “Expressive JavaScript”, ”Grokking Algorithms”), watching movies and TV shows. I study technical documentation on official websites ( developer.mozilla.org , www.w3schools.com , html.spec.whatwg.org , 262.ecma-international.org ). In my free time, I learn to play the electric guitar, and also attend various concerts and events