Welcome to my CV!

,/.
my avatar
  • Hi, my name is George Gil
  • My goal is to become Full-Stack Developer

Little bit about me

I'm 28 years old student of Rooling Scops School, now working as PM at JSC "Peleng", at free time learning JS, swimming and some times violin.

My skills

  • Java Basic
  • HTML
  • CSS

My code exampls

Java Basic

          	
public class Main {
    public static void main(String[] args) {
        String rub = null;
        for (int i = 1; i <10; i++) {
            int s = (int) (Math.random() * 1000000);
            if (s % 10 == 1) {
                rub = " рубль";
            } else if (s % 10 > 1 && s % 10 <4) {
                rub = " рубля";
            } else if ((s % 10 > 4 && s % 10 <9) || (s % 100 > 10 && s % 100 <21) || s % 10 == 0) {
                rub = " рублей";
            }
            System.out.println(s + rub);
        }
    }
}

JS CodeWars 6 kyu

          	
function dataReverse(data) {
const multiArray = [];

for (let i = 0; i < data.length; i += 8) {
  multiArray.push(data.slice(i, i + 8));
}
  return multiArray.reverse().flat();
}

My achievements

Programing courses

My achievements

  • BUSIR Graduate
  • Peleng project manager
  • Still haven't had a fight with the boss =(

BTW, my English level is A2-B1, but i realy wants to come back to B2