My photo

SVETLANA GORLOVA

CONTACTS

ABOUT ME

Hi, I am Svetlana. I'm 33 y.o. Worked as a chief accountant. I like to study and learn something new. And now I'm a beginner front-end developer at RSSchool. I think this course will be an interesting and exciting journey into the IT world and will open up new opportunities for me. Also I enjoy reading books and capturing beauty in ordinary things.

EDUCATION

Institute of engineers of railway transport
Faculty of Economics
Accounting and audit, Bachelor's degree

COURSES

  • HTML and CSS on code-basics.com
  • JavaScript Manual on learnjavascript.ru
  • RS Schools "JavaScript/Front-end. Stage 0"

SKILLS

  • Web-development: HTML5, CSS3, JavaScript Basics, TypeScript Basics
  • Version control: Git, GitHub
  • Editors: VSCode

CODE EXAMPLE

                    function maxTriSum(numbers) {
                        const newSet = new Set(numbers);
                        const arr = [...newSet];
                        return arr.sort((a, b) => b - a)
                        .slice(0, 3)
                        .reduce((a, b) => a + b);
                    }
            

PROJECTS

Portfolio

LANGUAGES

ENGLISH - pre-intermediate
RUSSIAN - native