I am Olena

I'm web-development
from Оdessa

photo

About me

My name is Olena Honcharuk

Objective: to get a position of Front-End developer. Full-time, remote, ready for business trips, not ready to relocate. I’d describe myself as a goal-oriented and hardworking person. I’ve been working as a lawyer all my career. Last year I decided to make a career shift because I was carried away with web-development. Life is unpredictable, it changes, so it is important to be flexible and get the skills that the future holds. I have passion for this job. I like solving problems and seeing the result of my work.

CONTACTS

  • MOB.: +380958187111
  • E-MAIL: gasmin07@gmail.com
  • CITY: Balta
  • SKYPE: live:.cid.daa9ca11e7ae6447
  • LINKEDIN

Skills

I use in my work
html

HTML5

This is what forms the basis of a website or application, and version 5 will allow me to create a more SEO-optimized product structure.
css

CSS3

Framework Bootstrap, Preprocessor SCSS, BEM methodology. This style language allows me to create absolutely any external kind of site or application. Everything is limited only by imagination!
js

Java Script

Fundamentals, Functional Programming, OOP, Asynchronous JavaScript, ES6+, DOM), JSON.This programming language allows you to bring anything to life:sliders, windows, tips, tabs,receiving data from the server and much more
jquery

Jquery

The Jquery library will speed up development. We will not integrate it into the project without the need to integrate it, but the skill work with her is present
react

React

This library allows you to create web applications. We can create the most interactive product specifically for your goals
node

Node.js

This platform allows you to create a backend for your product -"Brains" that will perform actions that the user does not see
git

Version control: Git (remote service GitHub)

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
figma

Figma, Avocode (for web development)

The modern interface design tool.Figma is a free, online UI tool to create, collaborate, prototype, and handoff.
vscode

VSCode

Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript,TypeScript and Node.js and has a rich ecosystem of extensions for other languages

CODE EXAMPLE

Disemvowel Trolls - KATA from CODEWARS: Trolls are attacking your comment section! A common way to deal with this situation is to remove all of the vowels from the trolls’ comments, neutralizing the threat. Your task is to write a function that takes a string and return a new string with all vowels removed. For example, the string “This website is for losers LOL!” would become “Ths wbst s fr lsrs LL!”. Note: for this kata y isn’t considered a vowel.


        function disemvowel(str) {
        let newStr = "",
                     i;
        for (i = 0; i < str.length; i++) {
        if ("aeiou".includes
        (str[i].toLowerCase())) continue;
        newStr += str[i];
        }
          return newStr;
        }
      
        

Portfolio

My works

EDUCATION

DONETSK STATE UNIVERSITY 1982 - 1987

ODESSA LEGAL INSTITUTE 1998-2001

COURSES

WEB-development – completed
The complete Java-script course– in the process
The Complete JavaScript + React Course – in the process

Languages

  1. Russian - native
  2. Ukrainian - native
  3. English - intermediate/upper-intermediate (according to the online test)
efset certificate