About me

I was born in 1978 and I am from generation X. On my life path, I changed several professions (HR inspector, storekeeper, salesman, manager, entrepreneur, IT-manager), from which I drew knowledge to the last drop. I know all stages of online trading. I created my own online store in WordPress. Participated in the development of the site, integrations and software for online trading. I have experience in SMM and SEO, as well as product photography. Promoted to leadership positions.

I've been into IT since I first saw a computer. I am constantly engaged in self-study, taking courses to improve my knowledge and skills. I study marketing and improve my English. I have a strategic mind. I am for optimization and automation. I have experience in creating training material (instructions, scripts, etc) and training employees. I know how to find a common language and work with people. I take my work seriously and I am a perfectionist to some extent. I completely immerse myself in work, achieve my goals and stand up for the company where I work. I am fond of different sports, for healthy lifestyle, without bad habits.

Now my goal is to take the course of the RSSchool, learn to be a Front-end developer (possibly a full stack) in order to find a decent job or develop my own applications and integrations. I hope this will radically change my life and the life of my family for the better.

Code example

                                
            let phrases = [
            'Practice makes perfect.',
            'Never put off until tomorrow what you can do today.',
            'If a job is worth doing it is worth doing well.',
            'A cat in gloves catches no mice.',
            'Actions speak louder than words.',
            'Haste makes waste.'
            ];
            function getRandomElement () {
            let randIndex = Math.floor(Math.random() * phrases.length);
            console.log(randIndex);
            console.log(phrases[randIndex]);
            }
            getRandomElement ();
                                
                            

Courses

  • SoloLearn courses: HTML, CSS, JS
  • HTMLbook.ru courses: HTML, CSS
  • Stepik courses: HTML, CSS, JS for beginners
  • Yandex.practicum: HTML, CSS, JavaScript introductory module
  • js.coderslang.com: JavaScript
  • learn.javascript.ru: JavaScript
  • Google Digital Garage: internet marketing basics
  • Doulingo: English language
  • Many other courses and tutorials