rsschool-cv-html
photo of resume owner

Anastasia Zarutskaya

Contacts for communication

About me

I am convinced that the best investment is an investment in knowledge. That is why I am constantly learning: mastering new technologies, taking courses, practicing and experimenting. I believe that even small steps in learning lead to big results.

Strengths

  • Analytical mindset - I can structure tasks and find effective solutions.
  • Result-oriented - I focus on quality and efficiency.
  • Organized - I can plan my time and set priorities.
  • Public speaking - I confidently present ideas and projects.

Code example

                        
                            function digitize(n) {
                                let arrayOfNumbers = [];
                                if (n === 0) {
                                    arrayOfNumbers.push(0);
                                    return arrayOfNumbers;
                                }
                                while (n) {
                                 arrayOfNumbers.push(n % 10);
                                    n = Math.floor(n / 10);
                                }
                                return arrayOfNumbers;
                            }
                        
                    

Education

2019-2024

Voronezh State Forest Engineering University

Specialty "Forestry"

Skills

  • CSS
  • HTML
  • JavaScript
  • Vue.js
  • PHP (basic)
  • Figma
  • Pixso

English proficiency level

A2

gh-pages