Contacts
Graduate of computer science with experience working across the full-stack of software development. I’m looking an opportunity to extend my web development and multimedia editing skills and knowledge.
2021 – Present time
Middle 1С developer
2020 – 2021
Middle 1С developer
2018 – 2020
Middle 1С developer
2016 – 2018
Junior 1С developer
Engineer of Computer Systems, Complexes and Networks faculty, Computer Sciense and Control Systems Department.
All free online courses
function bubblesortOnce(a) {
let newA = a.slice();
for (let i=1; i < newA.length; i++) {
if (newA[i-1] > newA[i]) {
[newA[i-1], newA[i]] = [newA[i], newA[i-1]];
}
}
return newA
}
function createPhoneNumber(numbers){
return `(${numbers.slice(0, 3).join('')}) ${numbers.slice(3,6).join('')}-${numbers.slice(6).join('')}`
}
function shiftSlide(dir) {
items.classList.add('shifting');
if (allowShift) {
posInitial = items.offsetTop;
if (dir == 1) {
items.style.top = (posInitial - slideSize) + "px";
index++;
} else if (dir == -1) {
items.style.top = (posInitial + slideSize) + "px";
index--;
}
};
allowShift = false;
}
Russian - native
English - B1/B2
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Incidunt eaque molestiae autem animi est, unde quos ipsum pariatur consectetur possimus voluptate harum. Nemo, est voluptatem! Unde ipsa odio temporibus inventore eum explicabo itaque non iusto facilis est, nulla ipsam aperiam repellat officia illum ullam nam ipsum placeat tempora quia qui. Sed suscipit eaque saepe aliquid.