My photo

Mikhail Shatrauka

Future Front-End Developer

My contacts:

Skills:

  • html iconHTML5
  • css iconCSS3
  • java script iconJavaScript Basics
  • git iconGit, GitHub
  • vs code iconVS Code

Languages:

  • English: A1
  • Russian: Native

My projects:

About me:

At the moment I am working as the chief engineer of a project in the field of land reclamation. More and more often I am visited by thoughts that I am stagnant and I need development. All my life I have been attracted and interested in computer technology. I want to study and develop in the field of frontend development.

Education:

Work experience:

  • Design and Engineering works in the field of land reclamation:
    • 2013-2016: Surveyor;
    • 2016-2018: Project team leader;
    • 2018-2022: Project manager.
  • No work experience in IT.

Code example:


function repeatStr (n, s) {
return s.repeat(n);
}