rsschool-cv

Artemiy Loshchenkov

Contact info


Summary

I worked at USATU University 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 (including the MAI, Moscow), as well as several scientific articles published in English-speaking publications (Washington, USA). I edited, proofread, and laid 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. Later, I was the head of software development for creating desktop applications for a laboratory workshop on the discipline “Transmission Lines in Telecommunication.”

I have been interested in programming since my school days. While still a student, I created a web page for the Department of Telecommunication Systems published on the USATU Web server. In my graduation project, I wrote a full-fledged application of scientific calculation and visualization. Then, as a university teacher, as mentioned above, I developed software for a laboratory workshop and managed the development.

Now, I am actively mastering the profession of a programmer and envisioning my future career in this area. Since September 2020, I have been actively studying computer science and web development, taking online courses, and have completed projects. In 2022, I completed a professional retraining program in web development.

Since 2023, I have been actively pursuing the “Fullstack Developer in Golang” professional retraining program. I am excited to share that I have completed two of the three courses, gaining valuable skills in Go programming, using Linux, working with the Git version control system, Docker and Podman containerization, Vagrant and VirtualBox virtualization, Ansible remote configuration management system, GitLab CI/CD with application package building, Kubernetes platform for automated containerized applications management.

I desire to learn and am willing to accept feedback and try new things.


Hard Skills


Soft Skills


Code example

Last digit of a large number, Codewars:

var lastDigit = function (str1, str2) {
    if (str2 === "0") return 1;
    return (str1[str1.length - 1] ** (str2.slice(str2.length - 2) % 4 || 4)) % 10;
}

My projects


Education


University Courses


Online Courses


Languages


Hobbies and interests