Vasyl Krychfalushii Avatar

Vasyl Krychfalushii

Junior Fullstack Developer trainee

Summary

Aspiring Fullstack Developer with a solid foundation in core web technologies, currently training at RS School. Focused on honing skills in frontend development and version control systems. Based in Prague, I am eager to apply theoretical knowledge to real-world projects and grow within a professional international development team.

Technical Skills

Projects

Education & Languages

Education: Self-education and RS School (JS/FE Course 2026)

Code Example

This is a basic JavaScript function demonstrating template literals:

function greet(name) {
  return `Hello, ${name}! Welcome to RS School.`;
}

console.log(greet('World')); // Output: Hello, World! Welcome to RS School.

Contact Information