Mikalai Aliakhnovich

My photo

Contacts

About me

Hello. I’m 39 years old. I’m originally from Belarus and live in a small town near the capital. I have worked in the building industry all my life, including in senior positions. Currently I work in project management for construction at the developer’s company. I have an architecture degree. I finished Belarusian National Technical University. I have basic skills: HTML, CSS, JavaScript, Python also I have basic knowledge of Webpack, CSS Preprocessor, several basic algorithms and data structures. Now I’m on Stage 2 front-end course The Rolling Scopes school.

Education

Major - Architecture
Belarusian National Technical University
2001-2007

Skills

  • HTML
  • CSS
  • JavaScript
  • Typescript
  • Webpack
  • Python (basic)

Courses

  • JS/FE Pre-School 2022Q4 Certificate
  • JavaScript/Front-end 2023Q1 (in the process)
  • Python (basic) Stepik

Code

                
    function convert(input, source, target) {
        outputDec = 0;
        index = 0;
        output = [];
        for (i = input.length - 1; i >= 0; i--) {
            outputDec += (source.indexOf(input[index]) * (source.length ** i));
            index += 1;
        }
        if (outputDec == 0) {return target[0]}
        else { while (outputDec > 0) {
        output.push(target[outputDec % target.length]);
        outputDec = Math.floor(outputDec / target.length);
        }
        return output.reverse().join('')}
    }
            
        

Languages

  • Belarusian - native
  • Russian - native
  • English - A1

Experience