rsschool-cv

Oleksandr Tkachov

Phone number: +38(050)7506356
Email: certifis@gmail.com
LinkedIn profile: linkedin.com/tkachovoleksandr/
Discord: Oleksan(@certif)


Summary:

Interested in everything related to computers and programming. I like learning.
Novice front-end developer with a bachelor’s degree in software engineering. Confident knowledge of HTML, CSS/SCSS, JavaScript, React.


Skills:

Programming languages and technologies: JavaScript, HTML, CSS/SCSS
Programming practices: Agile, Kanban, Code review
Frameworks and Libraries: React, Redux, Lodash, Bootstrap
Tools: GIT, Bash, Webpack, VS Code, Node.js
Other skills: video & audio editing with DaVinci Resolve, YouTube and Twitch streaming.


Code examples:

const factorial = (n) => {
  if (n === 1) {
    return 1;
  } else {
    return n * factorial(n-1);
  }
}  //рекурсивная функция для подсчета факториала
function testRegExp(s, sub_s) {
  return s.match(new RegExp(sub_s, "g")).toString();
} //регулярные выражения для поиска совпадений в строке
if (![1,2].includes(3)) {
  console.log('Not found')
} //проверка наличия в массиве некоего элемента

Experience:

  1. My training project
  2. My training project
  3. My training project

Education:

2010 - 2014 completed the full course of Academician Yuriy Bugay International Scientific and Technical University having specialized in “Software Engineering” obtained qualification of bachelor of Science in Software development and testing specialist.


Course:


English:

A2(Pre-intermediate)
goal B2+