About Me

My objective is to transition into a new professional field. I am results-oriented and consistently pursue goals despite challenges. I bring over 15 years of experience in industrial enterprises as a project manager. Committed to continuous learning and professional development.

Code Example


    function order(words) {
    const wordsArray = words.split(' ');
    const orderedWords = [];

    for (let i = 1; i <= wordsArray.length; i++) {
      const word = wordsArray.find(w => w.includes(i.toString()));
      if (word) {
        orderedWords.push(word);
      }
    }

    return orderedWords.join(' ');
    }

    // пример использовани
    order("is2 Thi1s T4est 3a"); // ➜ "Thi1s is2 3a T4est"
              

Courses

HTML Academy
"JavaScript Developer Program #14" with coursework in:

  • JavaScript
  • TypeScript
  • React

Rs Scooll
«Js/Front-end Course 2024» с with coursework in:

  • HTML/CSS
  • JavaScript
  • TypeScript

Education

  • Belarusian State Agricultural Academy — Faculty of Economics, major in Economic Cybernetics
  • Belarusian National Technical University — Faculty of Instrumentation Engineering, major in Metrology, Standardization and Certification
  • Belarusian National Technical University — Master’s Degree in Quality Management

Language

  • Belarusian

  • Russian

  • English

Contact me

  • Diccord:

    Yahor Herasimchyk

    @ForestDeerr

  • Mail:

    Qwerti@gmail.com

  • Phone:

    +375(25)963-04-78

Pro Skills

  • java script

  • type script

  • html\css

  • react