Profile picture

Ulzira Perdebayeva

front-end developer

Location: Tashkent, Uzbekistan

Github: github.com/ulzirok

Email: ulzirok@gmail.com

About me

I am a beginner front-end developer with a background in accounting and a degree in Information Technology. Although my university education included limited practical IT training, I’ve always been interested in technology and wanted to switch to IT. After several years of working as an accountant, I decided to follow my passion and start a new career in web development.

Skills

  • HTML5, CSS3
  • BEM methodology, SCSS
  • JavaScript basics
  • Git, GitHub
  • VS Code
  • Gulp
  • Figma, Adobe Photoshop
  • Rolling Scopes School Stage 0 — in progress

Education

University:

  • Tashkent State University of Economics, Computer Science and Information Technology

Courses:

Code Example

Calculate average: Write a function which calculates the average of the numbers in a given array.

          
            function findAverage(array) {
              return array.reduce((acc, num) => {
                return acc + num / array.length
              }, 0)
            }
          
        

Languages

  • English - A2 (pre-intermediate)
  • Russian - Intermediate
  • Karakalpak - Native
  • Uzbek - Intermediate