rsschool-cv

  1. Tilek Orozobekov

  2. +996705511826
    TG: @ItzTilya
    Discord: Tilek (@orozobekov-t-auca-2022)
    email: tilekusupbekov678@gmail.com

  3. About me

    I am a senior student at American University of Central Asia studying Software Engineering. I am actively improving my skills in Web programming. I have 8 month experience of work as a frontend engineer. At the beginning, I had internship at LLC TimelySkills, where I worked together with other engineers. We built web applications for widespread use. Then I worked in the university team of developers. I also have my own social project, where I built web application for the Public Association of Gardeners Maki. I was able to talk to the client, design the application and deploy the project on the internet. The goal of the project was to attract people’s attention to the problems of ecology in Kyrgyzstan. Furthermore, I learn other languages, such as Java and Python. I am interested in building neural networks.

  4. Skills:

    • Programming languages: JavaScript, Java, TypeScript, HTML(язык разметки), CSS(язык стилей)
    • Frameworks: React
    • Version Control Systems: Git
    • Tools of development: Vite
    • Other libraries and tools: Redux, React Hook Form
  5. Example of code

    Problem from the link https://www.codewars.com/kata/577bd026df78c19bca0002c0/javascript

    function correct(string)
    {
     // your code here
      let newText = "";
      for(let i = 0; i < string.length; i++) {
     switch(string[i]) {
         case '5':
           newText += 'S';
           break;
         case '0':
           newText += 'O';
           break;
         case '1':
           newText += 'I';
           break;
         default:
           newText += string[i];
           break;
     }
      }
      return newText;
    }
    
  6. Experience

    1. LLC TimelySkills

      August 2024 - January 2025

      • Built web applications for creating and managing surveys in CRM systems
      • Utilized modern technologies of development, like: React, Material Ui, Redux Toolkit, SCSS.
      • Integrated frontend with backend with the help of REST API and client-server architecture.
      • Worked in the team with other engineers to provide good quality product.
      • Successfully conducted demonstration of the product to the client, got positive feedback. Technologies: React, JavaScript, HTML, CSS, Git, Redux, React Hook Form
    2. SEA club AUCA February 2024 - Nowadays
      • Built web application for creating and managing tasks
      • Utilized modern technologies for development like: React, Material UI, Redux Toolkit, SCSS.
    3. Projects 1. #### Task Manager – task manager with localstorage https://github.com/orozobekov-t-auca-2022/task_manager
      This application allows user to create, edit and remove tasks with. All the data is stored at localstorage so that user do not have to enter the data again after closing the app.
      Functionalities, includes:
      • Adding, editing and removing tasks.
      • Storing data at localstorage.
      • Responsive layout for mobile and desktop devices. Technologies: React, JavaScript, HTML, CSS, React Hook Form, localstorage
        1. Social project – web application for the Publica Association of Gardeners Maki https://maki.el.kg

          Built informational web application for ecological community “Maki”. I was able to talk to the client, design the application and deploy the project on the internet. The goal of the project was to attract people’s attention to the problems of ecology in Kyrgyzstan.
          Key achievements:

      • Designed Single Page Application (SPA) using React, for fast navigation between sections.
      • Regularly interacted with the client, received feedback and quickly did improvements to the project.
      • Deployed web application on hosting platform “Hoster KG”, by providing public access to the application.
      • Responsive layout for mobile and desktop applications. Technologies: React, JavaScript, HTML, CSS, Figma, Material UI
  7. Education

    American University of Central Asia - Software Engineering 2022-2026

  8. English B2.