denis-picture

Denis Ivanchenko

Future Front-End Developer

Contacts

About Me

I am currently working as a QA Automation Engineer. My goal is to develop technically and become a front-end developer.

  • My personal traits:
    • Strong attention to detail
    • High sense of responsibility
    • Positive attitude to learning new tools and technologies
    • In-depth familiarity with search engines and web searches
  • My hobbies:
    • Video-Games
    • eSports

Skills

  • Tools & Technologies:
    • Java
    • Selenium WebDriver
    • Salesforce
    • Git
    • GitHub
  • Methodologies:
    • Scrum
    • Kanban

Code Example

Function that receive a list of integers as input, and return the lowest number in that list, respectively.

                    
var min = function(list) {
    var min = list[0];
    for (i = 0; i < list.length; i++) {
        if (list[i] < min) {
            min = list[i];
        }
    }
    return min;
}
                    
                

Work Experience

  • QA Automation Engineer
    • ISsoft Solutions: November 2021 - Present
  • QA Engineer
    • ISsoft Solutions: August 2020 - February 2022
  • Search Engine Evaluator
    • Yandex LLC: June 2019 - October 2020

Education

  • Higher:
    • Brest State A.S. Pushkin University - Civil Law
  • Courses:
    • IT Academy - Software Testing
    • ISsoft Solutions - Manual Testing
    • ISsoft Solutions - Java for QA Automation
    • ISsoft Solutions - Selenium WebDriver

Projects

Languages

English - Upper-Intermediate
Russian - Native