Vitalia
Tereschenko

frontend developer
Vitalia Tereschenko

About Me

Hi, my name is Vitalia and I am an aspiring frontend developer. I would like to become a software engineer at EPAM. I know that there are opportunities and a good career path waiting for me here. It inspires and motivates me to develop myself. During my studies at the Minsk College of Business I took two courses in information technology. In these classes we made web applications with games for children and many other things. My teaching experience is more than 5 years and it seems to me that thanks to this work I have improved my soft skills. Besides, I am an active volunteer for the Rolling Scopes Uzbekistan community. I give talks and organize meetups, hangouts and friendly breakfasts for students, find new and interesting speakers, work on the development of the community, help run the chat in Telegram, and plan to continue doing all of the above after my employment at EPAM. I think that what RS School is doing is very important and I want to be a part of it. I believe that my experience will have a good impact on my future work and I would like to start right after the course.

Contacts

Languages

  • Belarusian - native
  • Russian - native
  • English - B1

Code Example

function findAllOccurrences(arr, item) {
  return arr.reduce((count, el) => {
    if (el === item) {
      return count + 1;
    }
    return count;
  }, 0);
}

My Projects

Skills

  • HTML
  • CSS
  • JS
  • Git

Education