Web-development courses
Udemy
Trained in web development to update knowledge in the field. This course helped to move from an administrative position to the position of Jr. Webdev (certificate below)
WEB-Developer
Target: To improve the skill in programming, systematize knowledge, make like-minded people.
Belarusian-Russian University: Automatic information processing systems - 4 years
I decided to change the field of study to an IT specialty due to poor working conditions in the previous specialty. I study in absentia and study C-like languages
Belarusian-Russian University: Mechatronics & Robotics - 3 years
Now I am studying at the same university as a programmer, simultaneously developing in the field of metalworking and working in an administrative position, constantly gaining new experience and knowledge
<?php
$dom = new domDocument;
$dom->loadXML('dont_copy_my_code_bro');
if (!$dom) {
    echo 'Ошибка преобразования документа';
    exit;
}
$s = simplexml_import_dom($dom);
echo $s->book[0]->title;
?>