Contact Info

  • +79631342693
  • XDobriev@yandex.ru
  • Khamza Dobriev (@XDobriev)
  • XDobriev
  • Nazran, Republic of Ingushetia, Russia

Education

  • 2003 - 2014

    School Degree

    High School №45 in Arkhangelsk

  • 2020 - 2025

    Information systems and programming

    Sinergia University in Moscow

  • 2020

    Web Development

    Online-course: IGS Web Start

  • 2022-2023

    Frontend Developer

    RS School

  • 2023

    Frontend Developer (JS, React, Redux)

    Solvo Academy

Languages

  • English
  • Russian
  • Ingush

Profile

I am 27 I've always been good at tech, but the first time I thought about becoming a software engineer was after yet another failed attempt to find my calling at university. I returned to my homeland, to Ingushetia.


The first year was interrupted by various jobs not related to IT.
However, for the past two years I have been working as a full-time IT specialist in the largest resort in our region. I deal with all the software, setting up automation between different departments. The work is interesting and the experience gained is invaluable.


My goal is to become a frontend developer. May Allah help me on this path.


At the moment my stack looks like this - HTML5, CSS3, SASS, WordPress, Basic JS, React, Redux, a little PHP, GIT, Figma, Adobe Illustrator.

Unfortunately, I don't have much experience. Several pet-projects, ToDo, clone of instagram (on React), Blog, several layouts. As I study, I will add projects in this CV.

Experience

2021 - Present
Resorts of Ingushetia

Information Technology Specialist

Automation of business processes of the company. Update and maintane company website. Employee training. Maintenance and configuration of all business applications.

Professional Skills

HTML5

CSS3

JavaScript

Figma

React

Codewars. Example of Code

            function zeroFuel(distanceToPump, mpg, fuelLeft) {
            return (distanceToPump > mpg * fuelLeft) ? false : true;
              }
        
            function typeOfSum(a, b) {
                return typeof(a + b);
              }