Dmitriy Nikitenko
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
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 DeveloperJan 2021 - Present, DniproHas been freelancing as an front-end developer for six months. During this time, I managed to complete several orders.see my Upwork profile.
education
- WEB-developer 2021
Udemy
Jan 2020 - Aug 2020You can see this course. - full JavaScript course + React
Udemy
Aug 2020 - Dec 2020You can see this course. - Practical JavaScript (Advanced)
Udemy
Dec 2020 - July 2021You can see this course. - JavaScript/Front-end Course
RS School
July 2021 - Present, DniproYou can see this course.
MY SKILLS
- Figma
- Adobe Photoshop
- Adobe illustrator
- Adobe Xd
- Adobe indesign
OTHER SKILLS
- HTML 5
- CSS 3
- Javascript