Education
Belarusian State University
2020 - ...
Belarusian State University
Minsk, Belarus
High school
2018 - 2020
School 14 Molodechno
Molodechno, Belarus
Secondary school
2013 - 2018
School 14 Molodechno
Molodechno, Belarus
Follow me
-
Telegram
-
VK
-
Instagram
Experience
RedPeas Caffee
2020
University command project. Needed to create working project for musically caffe using some knowledge about APIs and servers. Used skills and knowledge: JavaScript, HTML, CSS, NGINX, LUA, Handlebars, Docker.
Quest Reality
2021
University command project. Needed to create working project(website) for company producing quests using some knowledge about RestfulAPIs. Used skills and knowledge: JavaScript, HTML, CSS, NGINX, NodeJS, React, TypeScript, Java, Shell.
Hexlet courses and projects
2021
Online courses about Web-Development. On that course I got a lot of experience in working with JavaScript, HTML and CSS. By performing Hexlet projects I found and learned some new information and got practical experience.
Projects
Skills
Professional
-
HTML
-
CSS
-
JavaScript
-
C++
-
NodeJS
Personal
-
Creativity
-
Communication
-
Hard Work
-
Trainability
-
Teamwork
English level
I think my English level is about B2. I can read some books (including technical ones) in english, and also I have speaking practice with native speakers.
Code example
function everyLoop(array, term) {
for (let element of array)
if (!term(element))
return false;
return true;
}