My Photo

PAVEL ZHAGUN

Front-End developer

Hrodna, Belarus zhagunpv@gmail.com +375 (29) 207-09-30

ABOUT ME

Hi, my name is Pavel. My interests are programming and computer science. I can attribute to my positive qualities: sociability, sense of humor, purposefulness. I also like to work in a team.

EDUCATION

Information Technologies Software

Yanka Kupala State University 2010 - 2015

Web Developer

Online Courses Glo Academy 2018

EXPERIENCE

System Administrator

JSC “Shchuchin plant “Avtoprovod” From 2015 to 2018

Front-End developer

Velox Imaging 2018 - present

CODE EXAMPLE

Task from the


function arrayToTree(values, i = 0) {
if (i >= values.length) return;
return new TreeNode(
    values[i],
    arrayToTree(values, 2 * i + 1),
    arrayToTree(values, 2 * i + 2)
);
}

SKILLS

  • HTML5
  • CSS3 (SASS)
  • JavaScript (ES6)
  • Knockout.js
  • C#
  • Adobe Photoshop

LANGUAGES

  • Russian (native)
  • English (А2)
  • Polish (B1)

HOBBIES

Traveling
Music
Cybersport