Adelina Muslikhova

Junior front-end developer

User photo

Summary

I'm 23 years old. I had graduated from university in 2022. My major was Software Engineering. Now I work as Service Desk Specialist in ICL company. My current job gives me an opportunity to improve my social skills and understanding how processes work in IT companies. Now I'm interested in Frontend developer profession. Because it combines two fields, such as design and programming. I like to know that algorithms and functions became visible, and I can see a result of my work.

This field is required permanent improvement of skills. I know that it will be necessary to read, watch and learn a lot of new information consistently.

As my final work at university, I develop a client-server web-application based on MVP pattern with connection to MongoDB. For client side I used HTML/CSS and JS, for server – node.js Also I created simple desktop applications using Windows Forms and SQL requests to database. I have experience of using CMS WordPress.

Contacts

  • Kazan,Russia
  • E-mail:muslikhovaadelina@gmail.com
  • Telegram: @adelinamuslikhova
  • Discord: AdelinaMuslikhova

Skills

  • HTML
  • CSS
  • JavaScript
  • WordPress
  • GIT
  • SQL
  • MongoDB

Projects

Code

Program to print all prime number from 2 to n.

            
              "use strict";
              let n = prompt("Enter a number:","");
              let result=false;
              for(let i=2; i<=n;i++){
                  for(let j=2;j<i;j++){
                    if(i%j==0) {
                    result = false;
                      break;
                    }
                    else{
                      result = true;
                    }
                  }
              if(result === true){
                console.log(i);
                }
              }
            
          

Education

  • 2019 – 2021 – International Centre (Kazan National Research Technical University named after A.N. Tupolev) Qualification - Translator in professional communication
  • 2017 – 2021– Kazan National Research Technical University named after A.N. Tupolev–KAI Specialization- Software Engineering

English

B2 – Upper Intermediate