photo

Contact:

  • location Belarus, Minsk
  • phone +375291111111
  • email fakefake@gmail.com

About me:

Highly motivated, tech-savvy student with analytical ability and talent for managing information.

Anastasya Shkrob

Education:

Belarusian State University of Informatics and Radioelectronics, 2018-2022
Faculty of Information Technologies and Control

Skills:

  • HTML
  • CSS
  • JavaScript
  • SQL
  • Git

Code example:

 function mygcd(x,y) {
    while (x != y) {
        if (x > y) {
            x = x - y;
        } else {
            y = y - x;
        }
    }
    return x;
    }   

More code examples:

  • github
  • codewars

English:

Level: B1