avatar

Parkhomenko Oksana

Software engineer

PERSONAL DETAILS

  • Address: city Kiev
  • E-mail: ksuxoo@gmail.com
  • Telegram: @ksuxoo

OBJECTIVE

To obtain a position in an IT company where I can effectively put into practice knowledge I acquired at Kyiv Polytechnic Institute, improve my skills and gain new ones, become a part of the team and utilize my communication and technical skills to have a positive impact on my personal development and efficiency of theteam.

SKILLS

Technical skills

  • good knowledge of concepts, methods and principles of software development
  • knowledge of javascript novice
  • knowledge of HTML/CSS novice
  • experience with bug tracking system JIRA
  • experience with Agile methodology

Personal skills

  • responsibility, systematic approach to solving problems
  • flexibility, great appetite for learning and quick digestion of new information
  • sociability, good interpersonal skills
  • analytical thinking
  • attention to detail
  • stress tolerance, diligence, punctuality
  • conflict-free

CODE EXAMPLE

function showText(el) {
    if (el.previousElementSibling.clientHeight === 80 ){
        el.previousElementSibling.style.height = "100%";
        el.innerHTML = "Show Less...";
    } else {
        el.previousElementSibling.style.height = "80px";
        el.innerHTML = "Read More...";
    }
}
            

EXPERIENCE

Courses

  • 01.12.2020 - 12.02.2021: Online course Prometheus Web UI development basics 2020

Education

Electrical engineer (Specialist Degree) National Technical University of Ukraine “Kyiv Polytechnic Institute” Faculty of Electric Power Engineering and Automation

LANGUAGE

  • english - intermediate
  • ukrainian - native
  • russian - fluent