Victoria Dobrosoltseva
Front-End Developer
Contacts
-
Minsk, Belarus
-
Tori (@VictoriaDobrosoltseva)
-
@ToriBleyz
-
dobrosolceva6@gmail.com
Languages
- English (A2)
- Russian (Native)
- Polish (A1)
Profile
I realized a long time ago that I wanted to get into IT. I tried myself in different areas:
- Web design
- Manual testing (I completed courses)
- Python
- 3D modeling
And at that moment I decided to try myself in front-end development. I studied independently on YouTube, studied courses
on Udemy and over time I realized that I wanted to develop in this direction.
Currently I work as a teacher of mathematics, physics and computer science.
Education
UniversityBelarusian State Pedagogical University named after Maxim Tank
Courses- HTML Academy
- Web Developer by author Ivan Petrichenko on Udemy (in progress)
- RS Schools Course «JavaScript/Front-end. Stage 0» (in progress)
- "Software Testing" BELHARD Academy (сertificate)
Skills
- HTML5, CSS3
- Git, GitHub
- Manual testing
- Figma
- 3D modeling
Experience
Completed project on Udemy courses "Web Developer" by author Ivan Petrichenko: Monovision Studio
Code example
function sum(a, b) {
const result = a * b;
return result;
}