Name: Alex Chumakov

author photo

Contacts:

  1. E-mail - druger2006@yahoo.com
  2. Discord-channel - druger2006(@druger2006)
  3. Phone - +7952568**49

Personal info:

My priority is to develop modern and responsive web-sites. I have got an experience of solving problems as an IT-technical support thus I know how irritating bad user-experience might be.

Working experience:

  • 2012 - 2015 - Sales-department manager at Legion Publishing House

  • 2015 - 2025 - Tech-support at Service Rostov company

Skills:

  • communicative

  • goal-orienting

  • Advanced user of MS Word and MS Excel

  • Git version control system

  • knowledge of VS Code

Examples of code:

            
  import org.junit.jupiter.api.Test;
  import static org.junit.jupiter.api.Assertions.*;

  class BoxTest {

      @Test
      public void TestBox() {

          Box<String, Integer, Float> box1 = new Box<>("Str", 2, 3.5f);
          Box<String, Integer, Float> box2 = new Box<>("Str", 5, 6.5f);
          float result = box1.getValue() + box1.getValue2() + box2.getValue() + box2.getValue2();
          assertEquals(17, result, 0.001);
      }

  }
            
          

Education:

  • 1996 - 2004 - School №40 in Rostov-on-Don
  • 2004 - 2009 - Rostov Pedagogical College
  • 2009 - 2012 - RSUE (Rostov State University of Economics)

Courses and futher education:

English courses (C1 level)