Hi! I am Gulia

Junior Front-End Web Developer

Contact
flower

About

gulia

I am Gulia

Creative detail-oriented junior Front End Web Developer.
Skilled in designing,developing,troubleshooting responsive websites.
Proficient in HTML5,CSS3,JAVASCRIPT(ES6),user interface and user experience (UI/UX) and in learning process of modern libraries and frameworks.Experienced with Trello,Miro,Notion.Well self-organized,team player,self-motivated and passionate to learn new skills and solve problems.

Professional Skills


  • HTML

  • CSS

  • JS

  • GIT

  • Github

  • Figma

  • Photoshop

Code Example

     
     Task:
     Implement the function which takes an array containing the names of people that like an item.
     It must return the display text as shown in the examples:
     

      []                                -->  "no one likes this"
      ["Gulia"]                         -->  "Gulia likes this"
      ["Jacob", "Alex"]                 -->  "Jacob and Alex like this"
      ["Max", "John", "Mark"]           -->  "Max, John and Mark like this"
      ["Alex", "Jacob", "Mark", "Max"]  -->  "Alex, Jacob and 2 others like this"

    
        function likes(arr){
            switch(true){
              case arr.length==0:
               return arr + "no one likes this";
               case arr.length==1 :
               return arr + " likes this";
               case arr.length==2 :
               return `${arr[0]} and ${arr[1]} like this`;
               case arr.length==3 :
               return `${arr[0]}, ${arr[1]} and ${arr[2]} like this`;
               case arr.length >=4 :
               return `${arr[0]}, ${arr[1]} and ${arr.length-2} others + like this`;
          }
         }

      console.log(likes(["Gulia","Alex","Aysal","Teo","Cairo"]));
    
   

Experience and Projects

Portfolio website

It is a personal website designed in Figma,developed using Html5,Css3,and Javascript tools. Worked as a web designer and developer.

Link to source code

Tetris Game Project

It is browser-based online Tetris game designed in Figma,developed using Html5,Css3,Javascript tools.Designed and developed by me.

Link to source code

Other small projects

Projects like heart trial animation,JS quote Generator and more...

Link to source code

Education,Courses,Lectures

  • đź’ˇ2022-present JavaScript/Front-end Turkey 2022Rolling Scopes School
  • đź’ˇ2022-present Udemy,The Web Developer Bootcamp 2022 by Colt Steele
  • đź’ˇ2022 Udemy,JavaScript: Understanding the Weird Parts by Anthony Alicea
  • đź’ˇ2021 IT online Bootcamp ,Web Development(Html,Css,Javascript)
  • đź’ˇ2021 FreeCodeCamp,_Responsive Web Design
  • đź’ˇ2021 W3school, _Html/Css/Js courses
  • đź’ˇ2020-2021 IT school “Jyldyz Academy”,Web Development(Html,Css,Javascript)
  • đź’ˇCodecademy,Virtual event: Junior Developer Interview Prep w/ Devops Consultant Mariana Bocoi Part 1: Soft Skills! How did itgo?
  • đź’ˇBORDERLESS JS CONFERENCE 2022,Virtual event: Tech talks and discuss the latest news from the world of fullstack JS development

  • đź“•2013-2015 Hamburg University(Master Degree of Art) in Performance Studies /Germany
  • đź“•2012-2013 Studienkolleg Hamburg Propädeutikum /Germany
  • đź“•2005-2010 Kyrgyz-Turkish University “Manas”(Bachelor),Radyo,TV and Cinema/Bishkek-Kyrgystan

Language Skills

LANGUAGE LEVEL
Kyrgyz Native / C2
Turkish Advanced / C2
Russian Advanced / C2
German Upper-intermediate / B2-C1
English Upper-intermediate / B2

I learned the basics of English at school and English courses. After I improved my English language skills with pre-sessional English programm at the University and during internships,student exchange programs abroad. I follow all courses related to programming and computer science in English.

Contacts