Poznyak Dmitri

my photo

CONTACT

ABOUT ME

I'm a proficient industrial engineer with 14 years of experience in the field of design and commissioning of power industry automation systems

EDUCATION

Belarusian National Technical Univestity

Power Engeneering faculty

WORK EXPERIENCE

RUE "BELNIPIENERGOPROM" | 2009 - present

Design engineer, software engineer
(design and commissioning)

October 2012 - present - work in the APCS department

Responsibilities:

Experience in commissioning work with PLC Omron, PLC Siemens, PLC ABB, SCADA Wonderware Intouch, SCADA iFix, SCADA Freelance.

Experience in project (design) work with PLC Omron, PLC Siemens, PLC Regul, Schneider Electric, Rittal, Phoenix Contact, Eltek, Socomec.

Programs and development environment: ePLAN, AutoCad, MS Office, VBA, CX-One, Step7, TIA Portal, Freelance.

September 2009 - October 2012 - work in the department of instrumentation and automation

Responsibilities:

WEB DEV SKILLS

I have basic knowleadge of HTML, CSS and JS (self-study)

CODE

const isLeap = (year) => {
        if (((year % 4 === 0) && (year % 100 != 0)) || year % 400 === 0) return true;
        else return false;
      };

LANGUAGES