My_Photo
My photo

Anton Tretiak

Trainee Front-end web developer

Kyiv, Ukraine

About me

My name is Anton, I'm 19 y.o. Nowadays I'm learning web development particularly with a focus on JavaScript. At the moment I'm starting to learn the React.js or Angular. Still choosing between to choose the one I like. I have development experience in the past but now I've decided back to programming and web dev. I have developed responsive websites in the past for fun and solved various problems in Python. I am sure that I will be able to master this profession, as I have such important qualities as: technical mindset, incredible determination, excellent perseverance, craving for new knowledge and self-development. Now I'm studying for half a year and a feel that i have really good potential. If necessary, ready to move for the sake of knowledge. My dream is to make interesting projects that people need.

My Skills

  • HTML
  • CSS
  • JavaScript, DOM
  • OOP
  • Python
  • Git
  • Node.js, npm
  • Figma, Photoshop

Code Example


var searchInsert = function(nums, target) {
if (nums.includes(target)) {
    return nums.indexOf(target);
} else {
    nums.push(target); 
    nums.sort(function (a,b) {
        return a - b;                               
    })
return nums.indexOf(target); 
}                               
};
                

My Contacts

Projects

Will be soon...

Education

  • Lyceum of information technologies(2015 - 2020)
  • National Aviation University: The Faculty of Computer Engineering (2020-nowadays)
  • Courses:
    • FreeCodeCamp HTML & CSS course
    • HTML Academy free course
    • CS50 lectures
    • The Rolling Scopes School stage#0
    • The Rolling Scopes School stage#1 (in progress)

Languages

  • Engilsh B2 (Upper-Intermediate)
    Excellent knowledge of the language, easy to speak and take in information
  • Ukrainian (Native)
  • Russian (Native)