Ivan Piskun photo

Ivan Piskun

Summary

I have confident knowledge in Frontend software development and considerable practical skills in coding in JS. I am responsible and fulfilling, and also I have good analytical skills. I am easy to train, patient and very attentive to work.

Contacts

Skills

  • Programming Languages: HTML, CSS, JavaScript, Swift, C# basics
  • Development Environments: Visual Studio, Xcode, VS Code
  • Version Control: Git, GitHub
  • Frameworks/Libraries: React (basic knowledge)

Code Example

function calculateFactorial(n) {
    if (n === 0 || n === 1) {
        return 1;
    }
    return n * calculateFactorial(n - 1);
}

console.log(calculateFactorial(5)); // Output: 120

Projects

Education

  • 06/2018 – 09/2018 - iOS Developer Course, Educational Center of HTP
  • 08/2009 – 06/2016 - Computer Science (Web Programming and Computer Design), Belarusian State University

English Proficiency

Intermediate (B1) - can read technical documentation and communicate on work-related topics