Rolling Scopes School student
phone: +1(888)234-56-78
email: naumenko.aleksey@gmail.com
rs-school username: @Sfincs2023
github: https://github.com/Sfincs2023
My primary goal is to become a proficient web developer, focusing on both front-end and back-end. I am dedicated to building interactive, user-friendly web applications and continuously improving my coding skills.
Master’s degree in Economics. 2000 - 2006 ZGIA.
While I am currently focused on studying JavaScript and building personal projects, my background in economics provides a solid foundation in analytical thinking and problem-solving. I am actively working on improving my coding skills and applying new concepts through various projects.
Example Solution from https://www.codewars.com:
function updateLight(current) {
switch(current) {
case 'red': return 'green';
case 'yellow': return 'red';
case 'green': return 'yellow';
}
}
GitHub project: https://github.com/Sfincs2023/rsschool-cv