Alexandra Barmin

Junior Front-end Developer

Contacts

Skills

  • HTML
  • CSS
  • Git&GitHub
  • VS Code

Languages

Profile

Today I am on my way into the world of front-end development. My youth and sense of purpose will help me to reach good results in these sphere. Several month of self-education and creation of a few html and css constuctions loved me into this subject. Nowadays my aim is to deeper the knowledge of this science, obtain experience in new technologies and methods of front-end development, improve the skills necessary for successful subject proficiency...

Projects

Creation of blocks, parts of landings using html and css for practice.
cv_icon

Education

  • Universidade do Porto
  • Faculdade de Letras (2016-2017)
  • Mogilev state A. Kuleshov university
  • The Faculty of Foreign Languages (2014-2019)
  • Courses
  • The Rolling Scopes School (in progress)

Code example

function sum(a, b) { return a + b;} let result = sum(1, 2); alert( result );