rsschool-cv

SUMMARY

js

Viktoria Soroka

Junior developer

+48-573-247-634
v.soroka@live.com
Wroclaw, Poland

GitHub - ViktoryiaSoroka
Discord - VikaSoroka#2836

About me

I’m an enthusiastic and detail-oriented Novice Frontend-developer. I think that my skills in coding, troubleshooting complex problems and ability to learn will lead me to professional growth.

Languages

Education

Belarusian National Technical University (2007-2013)
The Rolling Scopes: «JavaScript/Front-end» https://rs.school (February 2019)
Codacademy https://www.codecademy.com/ (February 2019)
The Rolling Scopes: «JavaScript/Front-end. Stage 0» https://rs.school/js-stage0/ (December 2021 - March 2022)
The Rolling Scopes: «JavaScript/Front-end» https://rs.school/js/ (March 2022 - September 2022)

Technical skills

Personal qualities

  1. work closely with other developers and professionals;
  2. organize and manage multiple priorities simultaneously;
  3. quickly fit into any existing team of developers the ability to work on your own with minimum supervision.

Code example

function warmup(temperature) {
   return 9/5*temperature + 32;
};