Education

  • Kazan National Research Technical University
    named after A.N. Tupolev - KAI
    Specialty: Automated information processing
    and control systems
    Years of education: 1996 - 2002
  • Institute of Civil Service under the President
    of the Republic of Tatarstan
    Specialty: Specialty: State and municipal
    administration
    Years of education: 2003 - 2007

Languages

  • Russian native
  • English A2

Code Example

Button click handler on JS

function myFunction02()
{
  var input = document.createElement("textarea");
  input.value = document.getElementById('btn02').innerText;
  input.id = 'inputID';
  document.body.appendChild(input);
  input.select();
  document.execCommand('copy');
  document.body.removeChild(input);
  document.getElementById('btn02').textContent = "Copied!";
  setTimeout(timerFunction, 400);
  function timerFunction() 
    {
      document.getElementById('btn02').textContent = "Kazan";
   }}
                

About me

I work as a system administrator
at the Pension Fund
of the Russian Federation.
I want to learn HTML, CSS, Java Script and Git
and become a Frontend-developer.
I hope the courses at RSSchool
help me with this. I also want to find a job
in the specialty Frontend developer.

Skills

  • HTML
  • CSS
  • JS
  • Git

Projects