Fariz
Ramazanov
Junior Frontend Developer
About me
I'm a self-educated web developer. I'm very interested in coding and I can spend whole day just coding. I want to learn new technolgies in frontend like React library and improve my programming skills here. My strengths are in problem solving and fast learning.
Contact Information
- E-mail: farizramazanov38@mail.ru
- Phone: +994505552159
- Github: devFariz
- Telegram: devFariz#2271
- Address: Baku, Azerbaijan
Skills
- HTML5
- CSS3/SASS
- Javascript(basic)
- Git, Github
- Figma (for web developers)
Code Example
function finalGrade (exam, projects)
{
if(exam > 90 || projects > 10)
{
return 100;
}
else if(exam > 75 && projects >= 5)
{
return 90;
}
else if(exam > 50 && projects >=2)
{
return 75;
}
else
{
return 0;
}
}
Education and Courses
- Azerbaijan State Oil and University
- HTML and CSS course (freecodecamp)
Languages
- Azerbaijani
- Russian
- Turkish
- English(A2)