CV Oleksandr Tkachov
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
- Codewars:
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:
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:
- 2021 - Udemy JavaScript + React
- 2020 - CODIFUN Advanced Frontend Web Developer
- 2020 - ITVDN specialty Frontend Developer
- 2019 - Hexlet HTML, CSS, JavaScript
- 2019 - Stepik.org
- 2006 - A.V.T. Computer Education Center: "Computer Programming"
English:
A2(Pre-intermediate)
goal B2+