+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 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.
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;
}
August 2024 - January 2025
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: