cv-photo

Dzmitry Sidarovich

Junior Front-End Developer

Contacts

About me

Immediately after university, I opened a small business in the field of trade. After 2 years, I realized that I do not see myself in trading. I decided to become a front-end developer. I love learning and discovering new things! I am able to multitask and quickly find solutions.

Skills

  • HTML5
  • CSS3
  • JS(basics)
  • Git, Github

Code

function factorial(n) {
   if(n < 0) return null;
   if (n <= 1) return 1;
   return n * factorial(n-1);
}

Courses

Projects

Education

Belarusian National Technical University / Faculty of Marketing, Management, Entrepreneurship

Language

Russian (native speaker)
English (A2)