ALEXANDRA LUKASHEVICH
FRONT-END DEVELOPER | BEGINNER
PERSONAL PROFILE
Hi! My name is Alexandra. I am 24 years old.
For 4 years I have been working in a State educational institution in Minsk. I am responsible for organizing and providing educational process in the area of additional education.
The daily routine, bureaucracy, meager wages and lack of any career opportunities disappointed me, so I decided to change my job field.
I found my interest in Front-End development when I came to know that I have this quality of putting great attention to details. Also I found that I focus a lot about design.
I believe that Front-end development will satisfy my need for creativity and challenge me for improve. So, currently I am taking the first steps to become a Developer.
I am friendly, tactful, industrious and quick learner. I am extremely motivated to constantly evolve my skills and grow professionally.
SOFT SKILLS
- Exceptional communication and networking skills
- Successful working in a team environment, as well as independently
- The ability to work under pressure and multi-task
- The ability to follow instructions and deliver quality results
HARD SKILLS
- HTML5, CSS3
- JavaScript Basics (in progress)
- Git, GitHub
- VS Code
- WordPress (Basic)
- Figma, Photoshop
CODE EXAMPLE
let a = 2;
let b = 4;
function sum (a, b) {
a = a * 10;
console.log( a + b );
}
sum(a, b);
console.log ( a );