LOCATION

Uzbekistan, Tashkent city

PHONE

+998998082880

WEB

https://juraeva-malika.github.io/rsschool-cv/cv

avatarka

Malika
Juraeva


Front-end developer

Meticulous web developer with almost 3 years of front end experience and passion for responsive website design and a firm believer in the mobile-first approach. Ambitious and hard working, stress resistant, sociable and creative.

Education


Computer Science and Software Engeneering

2016 - 2020 y. Bachelor degree at INHA University in Tashkent

Experience


I have made lots of responsive web-sites (any complexity) with HTML/CSS and Bootstrap, so I have a good experience in layouting pages. I’ve worked with projects like e-commerence websites, landing pages, blogs and they are done in Laravel and React

Engeneer of 1st degree

June 2022 - Present

“Telecom Data” branch of JSC “Uzbektelecom”

Engeneer of 2nd degree

June 2019 - July 2021

“Telecom Data” branch of JSC “Uzbektelecom”

Skills


  • HTML, CSS/SCSS
  • Bootstrap
  • Laravel
  • JavaScript
  • React JS
  • Redux
  • GIT
  • Figma

Code example:

Multiples of 3 or 5

function solution(number){
 let sum =0;
 let array =[];
 for( let i=0; i < number; i++){
  if(i%3 ==0 || i%5 ==0){
   array.push(i);
  }
 }
 if(array.length > 0 )
  sum = array.reduce((a,b)=> a+b);
  return sum;
 }
}
solution(10);

Personal skills


  • Decide web page design and structure
  • Develop features to enhance the users’ experience
  • Performance Testing, Load Testing & Debugging
  • Responsive Design & Mobile-First Websites
  • Build reusable code for future use
  • Make web pages best speed and scalability
  • Critical Thinking Skills
  • Decision Making Skills

Languages

  • Uzbek: native
  • Russian: fluent
  • English:Upper Intermediate (ielts-5.5 score and 4 years of study at university)