About Me
Hi! My name is Nikolay. I'm just starting my journey in IT and aiming to become a front-end developer. I don't have any professional experience in this yet, but I have what really matters – a strong desire to learn and grow. I'm a hardworking and curious person, always ready to put in the effort to achieve results. I'm planning to dedicate the upcoming year to gaining the necessary skills and finding my place in the world of web development. I believe that persistence and motivation will help me overcome any challenges along the way.
Skills
- Languages: HTML, CSS, JavaScript (beginner)
- Tools & Technologies: Git, GitHub, VS Code
- Version Control: Git (beginner)
- Other: Markdown
Code Example
Example from Codewars:
function booleanToString(b){
return b.toString();
}
FreeCodeCamp Task
Here is a task from FreeCodeCamp:
const character = "#";
const count = 8;
const rows = [];
function padRow(rowNumber, rowCount) {
return " ".repeat(rowCount - rowNumber) + character.repeat(2 * rowNumber - 1) + " ".repeat(rowCount - rowNumber);
}
let i = 1;
while (i <= count) {
rows.push(padRow(i, count));
i++;
}
let result = "";
for (const row of rows) {
result += row + "\n";
}
console.log(result);
Education
Bachelor’s degree in Human Resource Management
S.Y. Witte Moscow University, 2013–2017
English Proficiency
Level: B1