profile photo

Amaliya Aftakhova

Contacts:

  • Location: Ufa, Russia
  • Email: amaliyaaprel@gmail.com
  • GitHub: aftakhova

About me

I intend to learn Frontend-Development at RS School. I believe this course is a good start on my way to a dream-job. My goal is to get and develop new skills.

Skills

  • HTML
  • CSS
  • JavaScript
  • GitHub, Git
  • VS Code

Code Example

function noSpace(x){
 let i = 0;
  let result = '';
 while (i < x.length) {
 if (x[i] === ' ') {
 result = `${result}`;
}
 else {
 result = `${result}${x[i]}`;
}
 ++i;
}
 return result;

Courses

Hexlet:

  • HTML/CSS basics
  • JavaScript basics

Projects

Education

I intend to study Applied Computer Science

English

Languages:

  • English - B1 (I had practice while taking a German Language Course but not with native speakers)
  • German - B2 (Goethe-Zertifikat B2)
  • Russian - native