About Me

I am a dedicated and enthusiastic Frontend Developer with a strong foundation in modern web technologies. My journey in web development started with a curiosity about how websites work, and it has evolved into a passion for creating exceptional user experiences.

Currently expanding my knowledge through the Rolling Scopes School, I am committed to continuous learning and staying up-to-date with the latest industry trends and best practices.

Code Example

Here's a sample of my JavaScript code:


// Function to greet users with dynamic content
function greetUser(name, timeOfDay = 'day') {
  const greetings = {
    morning: 'Good morning',
    afternoon: 'Good afternoon',
    evening: 'Good evening',
    day: 'Hello'
  };
  return `${greetings[timeOfDay]}, ${name}! Welcome to my portfolio.`;
}

console.log(greetUser('Visitor', 'morning'));

        

Projects

Education

Rolling Scopes School

Frontend Development Course – Ongoing

Warsaw University

2025

Languages

English: B2 - Upper Intermediate

Polish: C1 - Advanced