Alexander Mazurenko
Frontend developer (Beginner)
Contacts
skills
- HTML;
- CSS;
- JavaScript(Basic);
- basic Git & GitHub;
- Figma, Avocode.
languages
- Russian (native);
- English(A1).
About me
I want to become a Frontend-developer. I’ve understood that my university program is too wide and cannot give me enough material in this sphere. So I started watching some courses on YouTube about web-development. Then came across the rsschool youtube channel. So, now I’m here, full of desire to learn.
education
University:
Belarusian State University of Informatics and Radioelectronics.
Courses:
- Code Basics - HTML;
- Code Basics - CSS;
- Code Basics - JavaScript;
- W3Schools - HTML;
- W3Schools - CSS.
Code example
function setUserName() {
var myName = prompt("Please enter your name.");
localStorage.setItem("name", myName);
myHeading.textContent = "Mozilla is cool, " + myName;
}