Ihor Sirko


Junior Web Developer

contacts

Briefly About Myself:

I like learning something interesting and new, growing and working in greate team. WEB development has many advantages such as great and helpful community, you never stop learning and growing, a lot of resources available if you ever get stuck at something. I worked with some web-technologies and also have experience of head of the Center for Information Systems with a demonstrated history of working in the military industry. I believe that it will help me and i will be a good frontend developer very soon)

Skills

  • HTML/CSS
  • Basic concepts of JavaScript
  • Bootstrap, jQuery
  • JSON, MD, XML
  • Git, GitHub, Figma
  • System administrating
  • Semantics and accessibility
  • Cybersecurity operations and programs

Code Example

List Filtering - function that takes a list of non-negative integers and strings and returns a new list with the strings filtered out:

                
                    function filter_list(l) {
                        const userData = []; 
                        for (let i of l) {
                          if (i === Number(i)) {
                            userData.push(i);
                          }
                        }
                        return userData;
                      }
                
            

Courses

  • Frontend Basic at Hillel school (completed)
  • Cyberdefenders training program at CRDF Global (in progress)
  • Cyber Heroes reintegration program at Veteranius (in progress)
  • RS Schools Course «JavaScript/Front-end (in progress)

Projects

Languages

  • English - professional working proficiency
  • Ukrainian - native
  • Russian - full professional proficiency

Education

National Technical University of Ukraine 'Kyiv Polytechnic Institute'