ALEKSANDR ALEHNO

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

Projects

There are some projects here:

Art-Quiz-React App React, Redux
Art-Quiz App Webpack, JS modules, Eslint airbnb-base, OOP, MVC, SPA, AJAX, JavaScript, SCSS, Mobile First, БЭМ, HTML
Momentum App HTML, CSS, JavaScript, AJAX, LocalStorage
Louvre Landing HTML, CSS, JavaScript
Maze Game HTML, CSS, JavaScript, SPA
Boostfolia Landing HTML, CSS, JavaScript, jQuery, Gulp, SASS, Grid
Js-Clock HTML, CSS, JavaScript, SVG
Video-Player HTML, CSS, JavaScript
Some-Projects OOP, MVC, SPA, AJAX, JavaScript, HTML, CSS
Tic-Tac-Toe Game
Word-Finder App

Experience

02.2021 - 05.2021 Training at the IT Academy

Development of the graduation project.

The project is a single-page web application. HTML, CSS and JavaScript technologies were used.

11.2019 - 03.2020 Training at the IT Academy

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

07.2021 - 9.2021 The Rolling Scopes School JavaScript/Front-end Certificate of successful completion of the course
02.2021 - 05.2021 IT-Academy, Minsk Web application development with JavaScript Studied: function, array, object, OOP, event, timer, animation, JSON, AJAX, SPA, GIT Certificate of successful completion of the course
11.2019 - 03.2020 IT-Academy, Minsk Website development with HTML, CSS, and JavaScript Studied: HTML5, CSS3, Sass, Flex, Greed, Animation, form, Adaptive Web Design, media-queries Certificate of successful completion of the course

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