George Shanidze

George Shanidze

About Me

I am a Full-Stack Development student at IT Academy STEP Georgia, motivated to build innovative web applications and continuously improve my skills.

Skills

Projects

Code Example


function toCamelCase(str) {
  let words = str.split(/[-_\s]+/);
  return words[0].toLowerCase() +
    words.slice(1).map(w => w.charAt(0).toUpperCase() + w.slice(1).toLowerCase()).join('');
}
      

Education

Tbilisi State University – Bachelor in Computer Science (ongoing)

IT Academy STEP Georgia – Full-Stack Development (Angular + ASP.NET)

English: Upper-Intermediate (B2)

Contact