Skip to content

Commit

Permalink
feat: add advanced training certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
InventiveSpark committed Jun 14, 2024
1 parent 025e64a commit eabca59
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### Summary

I worked at [USATU University](https://ugatu.su/en/) as a teacher and engaged in research activities on AON (All-Optical Networks). I conducted classes and laboratory work, led coursework and diploma design, and organized scientific and educational events. I worked on creating an experimental laboratory of optoelectronic devices, carried out the selection and purchase of equipment, and compiled technical specifications to create unique experimental optoelectronic installations. I have 15 scientific publications: I am the author and co-author of several [textbooks for students of technical universities](https://rusneb.ru/catalog/000219_000026_RU_%D0%93%D0%9F%D0%9D%D0%A2%D0%91+%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D0%B8_IBIS_0000410655/) (including the [MAI](https://en.mai.ru/), Moscow), as well as several scientific articles published in English-speaking publications (Washington, USA). I edited, proofread, and layout out textbooks on technical and humanitarian topics created graphic and photo illustrations, and prepared original mock-ups.
I worked at [USATU University](https://ugatu.su/en/) as a teacher and engaged in research activities on AON (All-Optical Networks). I conducted classes and laboratory work, led coursework and diploma design, and organized scientific and educational events. I worked on creating an experimental laboratory of optoelectronic devices, carried out the selection and purchase of equipment, and compiled technical specifications to create unique experimental optoelectronic installations. I have 15 scientific publications: I am the author and co-author of several [textbooks for students of technical universities](https://rusneb.ru/catalog/000219_000026_RU_%D0%93%D0%9F%D0%9D%D0%A2%D0%91+%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D0%B8_IBIS_0000410655/) (including the [MAI](https://en.mai.ru/), Moscow), as well as several scientific articles published in English-speaking publications (Washington, USA). I edited, proofread, and layout out textbooks on technical and humanitarian topics created graphic and photo illustrations, and prepared original mock-ups.

I have a few years of academic experience in applied programming for creating several desktop applications for a laboratory workshop in the following disciplines: "Electromagnetic Fields and Waves," "Microprocessors in Telecommunication Systems." One of my apps was awarded a diploma from the All-Russian Competition of works in the "Radio Engineering, Electronics, and Communications" section at [MTUCI](https://mtuci.ru/?lang=en).
Later, I was the head of software development for creating desktop applications for a laboratory workshop on the discipline "Transmission Lines in Telecommunication."
Expand All @@ -29,21 +29,23 @@ Now I am actively mastering the profession of a programmer and see my future car
- CSS3 (SCSS, SASS)
- Bootstrap
- BEM
- Git, GitHub
- Git, GitHub, GitLab
- Ansible, GitLab CI/CD
- VS Code, Visual Studio
- C, Bash
- Docker (basic knowledge)
- Docker
- Kubernetes, Vagrant, VirtualBox
- PHP, Python / Django (basic knowledge)
- Linux, Windows
- Adobe Photoshop
- Adobe Photoshop
- DxO PhotoLab
- 3D LUT Creator
- Skylum Aurora HDR
- DaVinci Resolve
- iZotope RX
- Mathcad
- Autodesk Fusion 360, ANSYS SpaceClaim, DesignSpark Mechanical, OpenSCAD
- Ultimaker Cura
- Ultimaker Cura
- Autodesk MeshMixer
- Agisoft Metashape
- Luxion KeyShot
Expand All @@ -70,6 +72,7 @@ Now I am actively mastering the profession of a programmer and see my future car
### Code example

[Last digit of a large number](https://www.codewars.com/kata/5511b2f550906349a70004e1), Codewars:

```js
var lastDigit = function (str1, str2) {
if (str2 === "0") return 1;
Expand All @@ -80,19 +83,23 @@ var lastDigit = function (str1, str2) {
---

### My projects

- [Python / Django](https://shooting.pythonanywhere.com/)
- [HTML5, CSS3, Bootstrap](https://github.com/InventiveSpark/ITMOUniversity-web-developer-Module_7-Diploma-Project)

---

### Education

- [Specialist Degree (MA-equivalent) with distinctions in Telecommunication Engineering](https://inventivespark.github.io/rsschool-cv/img/Telecom-Engineer-Degree.pdf), [USATU](https://ugatu.su/en/)
- Postgraduate Degree with honors in Telecommunication Systems and Computer Networks, [USATU](https://ugatu.su/en/)
- [Professional Retraining in Multimedia and Web Development](https://inventivespark.github.io/rsschool-cv/img/Web-Dev-Diploma.pdf), [ITMO University](https://en.itmo.ru/)
- [Advanced training in the program “Programming Technologies and Operating Systems”](https://inventivespark.github.io/rsschool-cv/img/Advanced-Training-TPOS.pdf), [Moscow Institute of Physics and Technology](https://mipt.ru/english)

---

### University Courses

- [Algorithms and Data Structures](https://de.ifmo.ru/certificates/9352335304dc45bd.pdf), [ITMO University](https://en.itmo.ru/)
- [Software Engineering Tools and Methods](https://de.ifmo.ru/certificates/a4ab592c29bd4180.pdf), [ITMO University](https://en.itmo.ru/)
- [Web Development](https://de.ifmo.ru/certificates/96054e1cb8e54853.pdf), [ITMO University](https://en.itmo.ru/)
Expand All @@ -105,6 +112,7 @@ var lastDigit = function (str1, str2) {
---

### Online Courses

- [How to Use Chrome Developer Tools](https://www.udemy.com/certificate/UC-44bbad41-2fca-4964-bda7-8395a2407cc4/), [Udemy](http://udemy.com/)
- [Introduction to the Internet of Things](https://stepik.org/cert/825792), [Stepik](https://stepik.org/)
- [New CCNAx 200-125 Routing and Switching](https://www.udemy.com/certificate/UC-L9Q3XR4W/), [Udemy](http://udemy.com/)
Expand All @@ -114,13 +122,15 @@ var lastDigit = function (str1, str2) {
---

### Languages

- **English** - Advanced
- **Russian** - Native

---

### Hobbies and interests

- Computer-Aided Design (CAD)
- 3D printing
- 3D printing
- Photography
- Yoga
- Yoga
Binary file added img/Advanced-Training-TPOS.pdf
Binary file not shown.

0 comments on commit eabca59

Please sign in to comment.