person-logo

Aleksandr Peshkov

  • Call
  • Mail
  • GitHub
  • Home

Summary

Graduate of Bauman University Computer Sciense and Control Systems Department 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.

Hobbies

Lorem ipsum dolor sit amet consectetur adipisicing elit. Cupiditate velit a quaerat nostrum quo.

Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempora distinctio minus dolor ipsa reiciendis labore ab, recusandae consequuntur ea aut illum nisi magni dignissimos! Ipsum sint consequatur expedita voluptate temporibus!

Code Examples:

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 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;
}

Skills

  • HTML / HTML5
  • CSS / CSS3 / SASS / LESS
  • Javascript
  • Photoshop

Education

Bauman Moscow State Technical University - Computer Sciense and Control Systems Department

Languages

  • English level
  • A2

Experience

Citilink
2021 - Present
Middle 1С developer
  • Develop 1C applications for business needs
  • Modify existing 1C applications, develop additional functions and reports
  • Correct errors appearing in work with existing 1C applications
  • Responsible for 1C applications' users support (L3 Support)
  • Automate and Integrate development processes and CI/CD pipelines.
Rendez-vous
2020 - 2021
Middle 1С developer
  • Develop 1C applications for business needs
  • Modify existing 1C applications, develop additional functions and reports
  • Correct errors appearing in work with existing 1C applications
  • Responsible for 1C applications' users support (L3 Support)
  • Automate and Integrate development processes and CI/CD pipelines.
Butik
2018 - 2020
Middle 1С developer
  • Develop 1C applications for business needs
  • Modify existing 1C applications, develop additional functions and reports
  • Correct errors appearing in work with existing 1C applications
  • Responsible for 1C applications' users support (L3 Support)
FirstBit
2016 - 2018
Junior 1С developer
  • Develop 1C applications for business needs
  • Modify existing 1C applications, develop additional functions and reports
  • Correct errors appearing in work with existing 1C applications