Photo of Alexander Agnivtsev.

Alexander Agnivtsev

Junior Front-end Developer

Contact

mail@agnivtsev.com

About Me

Since I was a teenager, I'v been fascinated by computers and technology.

Even though I got my law degree, computers have always been the most important part of my life. The desire to make attractive and well designed documents pushed me to study typography and design. The desire to simplify everyday work led me to dicover ways to automate legal writing.

Front-end is the industry where my desires and aspirations come together. The analytical skills I gained during my studies and academic work allow me to formulate and solve quite complex problems and tasks.

My goal is to become a full-fladged front-end developer as soon as possible.

Skills & Tools

  • HTML/CSS
  • JS
  • Git
  • Python
  • Emacs
  • Vi/Vim
  • VS Code
  • Figma/Photoshop

Code Example

Will you make it? KATA frome CODEWARS (8 kyu): You were camping with your friends far away from home, but when it's time to go back, you realize that fuel is running out and the nearest pump is 50 miles away! You know that on average, your car runs about 25 miles per gallon. There are 2 gallons left. Considering these factorse, write a functionthat tells you if it is possible to get to the pump or not.

const zeroFuel = (distanceToPump, mpg, fuelLeft) => {
  if (distanceToPump/mpg ≤ fuelLeft) return true
  else return false
};
          

Education

National Research University Higher School of Economics (2008)

Courses

Language

  • English (B2/Upper-intermediate)
  • Russian (C2/Native)