foto

Vital Hoza

Contact information

Phone: +375-33-384-27-54

E-mail: mechenistalker@gmail.com

github: @Mechneiy

About Myself

I graduated from college with a degree in software engineering, then entered BSUIR as a system engineer.

After graduation, I entered the master's program at BSUIR.

At the time of studying at BSUIR, I work in a service center for the repair of equipment.

At the same time, he worked at the Joint Institute of Mechanical Engineering of the National Academy of Sciences, in the field of teaching microcontroller programming.

My strengths: persistence.

My skills

- C

- C++

- JS

Code example

              function factorial(x) {
                if (typeof x !== 'number' || !Number.isInteger(x)) {
                  console.log('Not number');
                  return 'Not number';
                }
                if (x >= 1) {
                  console.log(x * factorial(x - 1));
                  return x * factorial(x - 1);
                } else {
                  console.log(1);
                  return 1;
                }
              }
              factorial(3);
          

Education

- University: BELARUSIAN STATE UNIVERSITY OF INFORMATICS AND RADIOELECTRONICS, systems engineer

- University: BELARUSIAN STATE UNIVERSITY OF INFORMATICS AND RADIOELECTRONICS, psychologist

- College: Gomel Trade and Economic College,technician programmer

Languages

+English - Elementary

+Russian - native

My Project

WebSite:sinkevichi.by