My photo

Maksim Efremov

Junior Front-End Developer

Contacts

About me

I am studying mathematics and realy love programming. I had programming courses in different languages at the university and I was good at it. So I decided to try my hand at development. Now I'm learning Frontend to get a job.

Skills

  • HTML&CSS
  • JavaScript
  • Git, GitHub
  • Figma, Adobe Photoshop

Code Example

function factorial(n) {
  return n ? n * factorial(n - 1) : 1;
}

console.log(factorial(6)); //720

Education

  • University: UrFU, Mathematics, 2nd year
  • HTML and CSS Tutorials on W3Schools
  • Frontend Courses on HTML Academy
  • RS School JS/Fe Stage#0

Languages

  • Russian - native
  • English - B1