Contacts
- Email: sunny.lotos278@gmail.com
- Discord: sunny_69591
- Telegram: @sunnylotus278
About Me
I am currently studying to become a frontend developer. Previously, I worked on building websites with WordPress, as well as doing web design, audio editing and video production. This experience helped me develop strong attention to detail and a well-rounded understanding of digital products.
Skills
Frontend & Programming:
- HTML/CSS
- JavaScript
- React
- Git
- MySQL
Other Tools:
- CorelDraw
- Photoshop
- Adobe Premiere Pro
- Vegas Pro
- Audacity
Code Example
There is an array cities containing city names. A program asks the user to input the name of a city and checks whether this city exists in the array. If the city is found, it displays cities starting with the same letter. Otherwise, it shows an error message.
const cities = [
"Москва",
"Санкт-Петербург",
"Саратов",
"Магадан",
"Ярославль",
"Самара",
"Якутск",
];
const userInput = prompt();
if (cities.includes(userInput)) {
const filteredCities = cities.filter(function (city) {
return city[0] === userInput[0];
});
console.log(
`Города, начинающиеся с буквы "${userInput[0]}": ${filteredCities.join(", ")}`
);
} else {
console.log("Такого города нет в списке");
}
Experience
Project wce.by «Умные вещи для умных людей» + forum.wce.by (currently closed) – experience included building website with WordPress, HTML/CSS layout implementation, forum administration and modification, DevOps tasks, database management.
Solving JavaScript practice tasks as part of the educational programs "Diving into JavaScript: for Beginners" by Ersultan Sagandykov and "Your JavaScript" by Pavel Tarasov. See code on GitHub .
Education
- RS School: JS/FE Pre-School 2025Q2
- Training Center "SEOLAB": SEO Website Promotion
- Belarusian State Academy of Music: Musicology
English Level
Intermediate – B1