Image Maximov Mikalai

Mikalai
Maximov

Junior frontend
developer

contact

skills

  • HTML
  • CSS
  • JS (Basic)
  • Git/Github

About me

I'm 45 years old. Currently I work at the Belarusian Railway as a team leader. I have 28 people under my direct supervision. We are engaged in the maintenance and operation of telephone and telegraph equipment. The relevance of my profession tends to zero, so I want to change my occupation and become a front-end developer.

Education

Belarusian State University of Informatics and Radioelectronics
1999 - 2004
Telecommunication systems

Brest College of Railway Transport
1992 - 1996
Maintenance and repair of automated control systems in railway transport

Expirience

CV#1. Markdown & Git

P. S. I have some experience in application development. I developed, wrote and maintain to this day a billing system and related applications for a departmental PBX. The development was carried out in the Lazarus environment, using the Firebird database.

Code

                
    function factorial(Num){
      if (Num === 0) {return 1;}
        else {return Num * factorial(Num - 1);}
    }
                 

Languages

  • Russian (native)
  • English (A1)
  • Polish (A1)