Alexey Ulybin

my photo

Contacts

Summary

I'm an architect (construction). My goals are to find job which will give me interesting tasks and problems, so I could find some creative and graceful solution for them, and to make better my life/work balance. And I'm curious about programming, want to learn more about it and to try it deeper, because it seemed interesting and suddenly creative for me, when I tried it a little bit.

Skills

Javascript, HTML, CSS, GIT, Figma, Adobe Photoshop, Adobe Illustrator

Code example

          function dataReverse(data) {
            var out = [];
            for (let n = data.length - 8; n >= 0; n = n - 8) {
              let part = data.slice(n, n + 8);
              for (var i of part) {
              out.push(i);
              }
            }
            return out;
          }
          

Education

Studied architecture in Brest State Tchnical University

English

Intermediate level of english. Had a little practice during travels in Europe. Now have practice at work: need to communicate with foreign clients, mostly by text messages and skype meetings. Also have practice on english courses.