icon about me About me

Rs school graduate (JavaScript, React). In my current job I have written program for an induction furnace, industrial machine. Looking to improve my programming skills and get commercial experience. I am able to develop software for web-site using modern framework (React), adapt to any atmosphere as well as solving conflict situations.

exeperience Experience

July 2021 - September 2021
Studied on the course "Stage 0 JavaScript" of the RS School
September 2021 - March 2022
Studied on the course "Stage 1-2 JavaScript" of the RS School
March 2022 - May 2022
Studied on the course "React" of the RS School
June 2022 - August 2022
Studied on the course "Node JS" of the RS School

example my code Example of my code (task codewars)

Java Script. Solution cata "Once"

You'll implement once, a function that takes another function as an argument, and returns a new version of that function that can only be called once. Subsequent calls to the resulting function should have no effect (and should return undefined).

                             
function once(fn) {
    let executed = false;
    return (...args)=> {
        if (!executed) {
            executed = true;
          return fn(...args)
        }
    };
  }
                            
                        

education Education

Higer education

2012 - 2017
University: Belorussian National Technology University;
Faculty: Faculty of information technology;
Specialty: Electric drive

task of the codewars Algoritmic task

  • 85 complited task
  • Rank 5 kyu

Personal qualities Personal qualities

  • Proactive
  • Communicative
  • Organized
  • Plodding

icon about me Hobby

I like active lifestyle, meetings with my friends and playing paintball, also I prefer working out in the gym, riding a bicycle, traveling around Belarus, it helps me to keep fit and brings me some pleasure. but my favorite hobby is football. I have been playing football since I was 6 years old. When I have an opportunity, I go on football matches with my friends. I am keen on football because it keeps me active and helps me generate new ideas. In my free time, I study English, it develops me as a person. Also, I spend time with my family. At the weekend we go to the cinema or we go to the park.

education Languages

  • English - Pre-Intermediate
  • Russian - advanced