+996705511826
TG: @ItzTilya
Discord: Tilek (@orozobekov-t-auca-2022)
email: tilekusupbekov678@gmail.com
I am a senior student at American University of Central Asia studying Software Engineering. I am actively improving my skills in Web programming. I set big goals and I like achieving them.
I set goal of working as a software engineer at a leading company such as Epam Systems. I believe that I can achieve my goals with the help of hard work, consistency and discipline to give 100% everyday to be better version of myself.
I have 8 month experience of professional 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.
In addition, I launched 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.
My technical skills include: HTML, CSS, JavaScript, TypeScript, React, Redux, NestJS, Git version control systems, REST API.
I desire to work at Epam Systems as a Software Engineer because I have the same value of continuous improvement and of learning everyday.
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;
}
LLC TimelySkills August 2024 - January 2025
SEA club AUCA February 2024 - Nowadays
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:
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:
English C1
Russian Fluent
Kyrgyz Native