CV for Frontend Engineer position
  1. Tilek Orozobekov

  2. Contacts

  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

  5. Example of code

    
                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

  7. American University of Central Asia - Software Engineering 2022-2026

  8. English B2