My_photo

Dmitriy Nikitenko

Front-end Developer

About me

Hello, I'm Dmitry from Ukraine(21 y.o.). I'm a student of the 4rd course. I have practical experience with creating landing pages and active use JS (of course adaption for any devices), but unfortunately I still have not work experience in corporations. Interested in the personal development of herself as a front-end developer, I would like to be a senior and also will relocate to big city. I really keen on coding and want to work developer. Also i have thinks about full-stack and it will be one more my goal when i become a good front-end developer.

Industry Knowledge

  • Pixel perfect PSD to HTML conversion
  • Figma to Responsive HTML/CSS
  • PSD to Responsive HTML/CSS
  • Creating Responsive Websites
  • Creating sites using Bootstrap
  • Website Speed Optimization.
  • Fixing Cross Browser Compatible Issues
  • IE5+ to All modern browser and devices compatible sites
  • Fixing Responsive Sites Issues.

Languages

  • English
  • Ukraine
  • Russian

Hobbies

  • Reading
  • Dancing
  • Football
  • Singing

My cache function


function cache(fu) {
    let cache = new Map();
    return function(...args) {
        let x = JSON.stringify(...args);
        if (cache.has(x)) {
        return cache.get(x); 
        }
        let result = fu(...args); 
        cache.set(x, result);
        return result;
    };
}

experience

  • freelance platform Upwork

    front-end Developer
    Jan 2021 - Present, Dnipro
    Has been freelancing as an front-end developer for six months. During this time, I managed to complete several orders.

education

  • WEB-developer 2021
    Udemy
    Jan 2020 - Aug 2020
  • full JavaScript course + React
    Udemy
    Aug 2020 - Dec 2020
  • Practical JavaScript (Advanced)
    Udemy
    Dec 2020 - July 2021
  • JavaScript/Front-end Course
    RS School
    July 2021 - Present, Dnipro

MY SKILLS

  • Figma
    Figma
  • Photoshop
    Adobe Photoshop
  • Xd
    Adobe illustrator
  • In
    Adobe Xd
  • Ai
    Adobe indesign

OTHER SKILLS

  • HTML5
    HTML 5
  • CSS3
    CSS 3
  • JavaScript
    Javascript

My work

PC

First PC course

It's a small lending page about PC course
(Stack: JavaScript, HTML5, CSS3(SCSS))
Filter

Photo-filter

It's photofilter with use vanila JS and CSS variables
(Stack: JavaScript, HTML5, CSS3(variables))
Slider

Slider

Beatiful vertical double slider on JavaScript
(Stack: JavaScript, HTML5, CSS3)