Skip to content
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# rsschool-cv
https://AlexandrAlexander.github.io/rsschool-cv/cv

https://AlexandrAlexander.github.io/rsschool-cv
1 change: 1 addition & 0 deletions assets/business-person.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cvplayer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/museum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/rs_school_js.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/vslider.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
102 changes: 102 additions & 0 deletions cv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
# Peshkov Aleksandr, 32, Moscow
Contacts
* phone: 8-963-650-33-91
* email: al.peshkoff@gmail.com

***

## Summary
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.

## Work Experience ##

* ### Citilink
2021 – Present time
**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

## Education
* ### Bauman University
Engineer of Computer Systems, Complexes and Networks faculty, Computer Sciense and Control Systems Department.
* ### HTML Academy
All free online courses
## Key Skills
* Critical Thinking
* Flexibility
* Teamwork
* Attention to Detail
* Computer Software and Application Knowledge
* HTML/ CSS
* JavaScript
* Git
* Figma
* Adobe Photoshop

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

## Languages
Russian - native
English - B1/B2
## Certifications
* Lorem ipsum dolor sit amet consectetur adipisicing elit. Minus delectus vero.
* Lorem ipsum dolor sit amet consectetur adipisicing elit. Incidunt, quasi dolorem.

## Hobbies
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.
Loading