profile picture
Frontend Web Developer

Vlad Hodlievskiy

About me

Motivated frontend developer with a strong theoretical background and extensive hands-on practice in modern web technologies, including React and TypeScript.

Passionate about writing clean, efficient, and scalable code. Focused on performance, code quality, and UI consistency.

Experienced in building personal and training projects, solving a wide range of real-world problems, and continuously improving development skills through deep exploration of frontend tools and best practices.

Skills

  • Advanced JavaScript & TypeScript
  • React & Redux Toolkit
  • HTML, CSS, SCSS — pixel-perfect layout
  • Testing: Jest, integration & E2E
  • Performance optimization & profiling

Code

function lastDigit(base, exponent) {
  if (exponent === 0n) return 1n;

  const baseLastDigit = base % 10n;
  const effectiveExponent = exponent % 4n || 4n;
  return (baseLastDigit ** effectiveExponent) % 10n;
}

Education

  • Igor Sikorsky Kyiv Polytechnic Institute

Contacts

English

B2 - Intermediate