img
Top
img

S K I L L S

img

E D U C A T I O N

RS School - course JavaScript/Front-end
06/2022 - ...
IT STEP Computer Academy - course FRONT-END DEVELOPMENT
09/2020 - 06/2021
Gomel State Technical University named after P.O. Sukhogo - Economics and Enterprise Management, Economist-Manager
09/2004 - 06/2010
img

E X P E R I E N C E

Implementing educational projects:

Pizza order constructor (JS) img 'Rock-Paper-Scissors' Game (JS) img Site layout (HTML, SCSS) img Web application 'BeautyHouse' (React) img Web application 'Shop' (React) img
img

C O D E __ E X A M P L E

You are going to be given a word. Your job is to return the middle character of the word. If the word's length is odd, return the middle character. If the word's length is even, return the middle 2 characters.

                function (str) {
                    if (str.length % 2 !== 0) {
                        return str[Math.floor(str.length/2)]
                    } else {
                        return str[str.length/2-1] + str[str.length/2]
                    }
                }
                function ('abcdef')
            
img

A B O U T __ M Y S E L F

Communicative Responsible Goal-oriented Proactive Team player
img

L A N G U A G E S

Russian - Native English - A2 (Elementary)
img

C O N T A C T S