Hi, my name is Aleksey
I'm an RS School student
- rs-school username: @Sfincs2023
- email: naumenko.aleksey@gmail.com

About me
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.
-
Priorities:
Learning and Growth: I am committed to continuous learning and adapting to new technologies. Quality: I strive to write clean, efficient, and maintainable code. Problem-Solving: I enjoy tackling challenges and finding innovative solutions.
-
Strengths:
Analytical Skills: My background in economics has honed my ability to analyze data and make informed decisions. Adaptability I quickly adapt to new tools, frameworks, and environments. Attention to Detail I ensure high-quality output by paying close attention to details. Collaboration I work well in team settings, valuing communication and collaboration.
Education
Master’s degree in Economics. 2000 - 2006 ZGIA.
Experience
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. But I already have some experience with:
- creating HTML file
- styling with CSS
- writing JavaScript code
Code
Example solution from https://www.codewars.com
var capitals = function (word) {
let indexOfCap = [];
for (let i = 0; i < word.length; i++) {
if (word[i] === word[i].toUpperCase()) {
indexOfCap.push(i);
}
}
return indexOfCap;
};
Languages
- Ukrainian
- Russian
- English
- Spanish