Zayats Uladzimir

Junior front-end developer

foto

Contacts

Summary

I love to study and learn something new. I lead an active and healthy lifestyle. I love to work and see the results of my work. I always dreamed of doing programming and writing code and now I get great satisfaction from studying at RSS-School

Skills

  • Web-development: HTML5, CSS3, JavaScript
  • Version control: Git, Github

Code

function getMaxSubSum(arr) {
let maxSum = 0;
for (let i = 0; i < arr.length; i++) {
let sumFixedStart = 0;
for (let j = i ; j < arr.length; j++) {
sumFixedStart += arr[j];
maxSum = Math.max(maxSum, sumFixedStart);
}
}
return maxSum;
}

Courses

  • Self-study on YouTube
  • Self-study on learn.javascript.ru/js
  • JS/FE Pre-School 2024Q2
  • JavaScript/Front-end 2024Q2
  • JS/FE Pre-School 2025Q2
  • JS/FE 2025 Q3

Projects

Education

BELARUSIAN STATE PEDAGOGICAL UNIVERSITY NAMED AFTER MAXIM TANK

BELARUS STATE BELARUS STATE ECONOMIC UNIVERSITY

English

  • A0-Beginner