showImage

Luka Grdzelishvili

About Me

My name is Luka Grdzelishvili, 27 years old, living in Rustavi, Gerogia. My first meet to programing was when I studied in university, I was mathematic facultet and had not many time for programing, but I was attracted codding and I always tried to learn programing independently. I am social person, can work in team, I can easely solve problems in stresfull situation.

Educations

  • Bachelor of Science in Mathematics Ivane Javakhishvili Tbilisi State University
  • Master of Science in Applied Mathematics Sokhumi State University

Skills

  • HTML5
  • CSS
  • JS
  • Responsive Design
  • React Basic
  • Editor : VSCode

My Contact Info

showImage

+995 592 22 10 33

Code Example

let n = 10;
nextPrime:
for (let i = 2; i < n; i++) { for (let j = 2; j <  i; j++) { if (i % j == 0) continue nextPrime;
}
alert( i );
}

Languages

  • Georgian - native
  • English - B2
  • Russian - Intermediate

Experiences

  • Working on my own projects