CV_pic

Bakhtiyor Nasirov

Technical specialist

  • Salar Street 17, Tashkent
    Uzbekistan
  • +998 (97)7593237
  • baxtiyor.nosirov.2015@gmail.com
  • BaxtiyorDev1989

skill's

  • HTML
    90%
  • CSS
    70%
  • Javascript
    20%

Social

  • Facebook

    Bakhtiyor@facebook

  • Twitter

    Bakhtiyor@twitter

  • Linkedin

    Bakhtiyor@Linkedin

About Me

I work as a technical specialist in a private company but I want to study modern skills like a Front-end development. My main goal in this course is studying Javascript and I use all capabilities to reach this goal.

Work Experience

  • 2014 -2017

    UzbekneftGaz National Company Department of Oil and Gas refining technologies

  • 2017 -2021

    UzbekneftGaz National Company Department of Scientific Research New Energy Technologies Laboratory of Oil

  • 2021 - present

    DISTRITECH LLC Joint-Stock Company Department of Service Maintanence

Education

  • 2011 -2015

    Tashkent Chemical Technologies Institute Organic Synthesis Faculty

  • 2020 -2021

    Proweb Programming school Front end Development course

  • 2022

    Pre-Interdemiate Intensive Course

Code Example & Projects

function sum(a, b) {
return a + b;
}
let result = sum(1, 2);
alert( result );