Hello,
I’m Nikita
Reshetnikov

Personal information

contacts

about me

I’m a second-year student of BSU. The second semester has already finished and you know… it’s getting harder and harder for me not to feel I’m getting better day after day. That is the main reason why I've decided to try something new (rs school). I hope my diligence and the courses will help me to obtain useful knowledge.

My experience

skills

code example

          
          function compose() {
            let funcs = Array.from(arguments);
            return function (x) {
              if (funcs.length 	< 1) return x;
              let f = funcs[funcs.length - 1](x);
              for (let i = funcs.length - 2; i ≥ 0; i--) {
                f = funcs[i](f);
              }
              return f;
            };
          }
        
        

education

English

My level of English is B1 (I have some speaking practice, but not with native speakers)

Projects

photofilter

Photofilter

HTML, CSS, JS
Using the online photo-filter you can edit edit your photos: apply filters, create your own filters, save edited photo. Also you can copy css-styles of filter.
See project
photofilter

Piano

HTML, CSS, JS
Virtual piano is a music application in which you can play sounds by pressing keys on the keyboard. Each key has its own sound.
See project

Video resume