Tamara Lapkovich

Contact me

  • tamrike@gmail.com
  • discord-name: Timka#1133
  • Belgrad, Serbia

About me

I am Tamara Lapkovich. I have been working as an accountant for 11 years. I am barber and pet-sitter now. I have enough free time now and I decided to return learning Front-End. I like to study and learn new things, quite sociable and lively.

Skills

  • HTML5 (basics)
  • CSS3 (basics)
  • GIT (basics)

Work experience

My CV

Education

  • Belarus State Economic University, 2012-2016
  • Minsk Financial and Economic College, 2009-2012

Languages

  • English - A2
  • Russian - native
  • Belarusian - B1

Code example

                
                    function multiplication (a, b) {
                        return a x b;
                     }
                     let result = multiplication (7, 6);
                     alert ( result );