Contacts
- Location: Samsum, Turkey
- Email: itpd2010@yandex.ru
- Telegram: @sovsemku
- Github
Skills
- HTML
- CSS
- Git
- JavaScript
- React
Languages
- Russian - Native
- English - A2/B1 = Pre-Intermediate
Summary
I started studying front-end development in 2021 in Rolling Scopes School from stage#0. At that time, I had absolutely no skills in HTML, CSS and JavaScript, and it was difficult to understand all this without any knowledge. In the end of the course my final score was not high enought, that really disapointed me, my hands down, it made me think that frontend is not for me. After such a shock I made a long break. Then the people, who are engaged in software development and I constantly communicate with, restored my interest back in IT. Since then, I decided to learn slowly but regulary, at my own pace. It cool, then you start to understand programming and have people you can discuss it with.
Code Example
function capitalizeWord(word) {
return word.slice(0, 1).toUpperCase() + word.slice(1)
}
Education
- Saint Petersburg State Institute of Technology (Technical University)
- Courses: JavaScript + React