avatar

Aray Muratova
Frontend Developer

Contact Info

  • +7747 356 35 34
  • kanatkyzy98@gmail.com
  • @ray_bang8
  • Nur-Sultan,Kazakhstan

Education

  • 2015-2019

    Bachelor Degree in Heat Power Engineer

    Almaty University of Power Engineering and Telecommunications,Almaty

  • 2019-2022(expected)

    IT programmer

    Hello Alem(School 01,Nur-Sultan)

Languages

  • English:
  • Russian:
  • Kazakh:

Profile

Being a student of the energy university, I always dreamed of becoming a programmer.I entered this university because there was no opportunity and funds to choose IT.And now, after graduation, I entered the programming school and am actively studying my favorite profession. I use every opportunity to gain knowledge and develop in this area.My purpose is to become a professional in this field.

Experience

2018(20.06)-2018(01.09)
Work in the USA by the programm Work and Travel
2018-2019
Tutor on English language in education center
2019-present
Student-programmer in programming school

Professional skills

Golang

Javascript

Html

Css

Docker

SQL

Rust

qualification courses

2021
Online course on Udemy.Javascript from zero to expert
2021
Online course on Udemy.Websocket
2021.09-present
Rolling scope school.Frontend developer

Code example

                        
    function createDreamTeam( members ) {
        if (members == null) {
          return false
        }
        var ans = [];
        for (var i = 0; i < members.length;i++){
          if( typeof members[i] === 'string') {
            ans.push(members[i])
          }
        }     
        return ans.map(function(x) {
          return x.trim().split(' ')[0][0].toUpperCase()
        })
        .sort()
        .join('')
    }
                        
                    

Interest

  • Reading fantasy books
  • Playing video games
  • Yoga
  • Gardening
  • Playing Dungeons and Dragons
  • Playing on piano
  • Volunteering

Technical Experience

  • Web application project

    Back-end duties:

    • Writing web service and API;
    • Creating and maintaining application;
    • Assessing the efficiency and speed of application;

    Front-end duties:

    • Optimizing web page for maximum speed and scalability;
    • Provide high-quality graphics and visual elements;
    • Creating tools that enhance the user website experience;
  • Browser game project

    Front-end duties:

    • Work with animation of elements(using requestAnimationframe);
    • Optimization;
    • Work with sound effect;