photo

Contacts

  • e-mail: aleks.shilova@gmail.com
  • phone: +7(952)473-09-15
  • tg: @alekszko
  • discord: sashawl_83619
  • GitHub

Education

Minin Nizhny Novgorod State Pedagogical University, faculty of Mathematics, Computer Science, Physics

Self-paced online courses:

  • Front-End Web Development (Coursera)
  • Front-End Web Development (GeekBrains)

Front-End Developer

Alexandra Zaporenko

About me

Aspiring front-end developer with basic HTML, CSS and JavaScript skills. I am actively learning and teaching others. Currently focused on mastering the Vue framework and the TypeScript programming language. I want to apply my knowledge in real projects and collaborate with experienced developers to create high-quality web applications.

Skills

  • HTML5
  • CSS3 / SASS / BEM
  • JavaScript
  • Vue2, VueX, Vue Router
  • Python
  • Webpack
  • ESLint / Prettier
  • Git/GitHub
  • MySQL

Code example

JavaScript code
0 1 2 3 4 5 6 7 8
    
    function capitalizeFirstLetter (string) {
        const sliceString = string.slice(1,)
        return sliceString.split("").reduce((strResult, item, index) =>
            strResult + `${sliceString[index - 1] === " " ? item.toUpperCase() : item}`,
            string[0].toUpperCase())
    }

    capitalizeFirstLetter("make it easy");  // ′Make It Easy′
    

Projects

Additional Information:

Languages

English (Elementary, but actively improving my language skills through continuous study and practice)

Hobby

Private tutor(teacher) of fundamental Computer Sciense, Python programming. How my students characterize me can be seen here