class SoftwareEngineer {
constructor() {
this.name = "Kevin";
this.role = "Software Engineer";
this.skills = ["Javascript", "Python", "PHP"];
}
sayHi() {
console.log("Thanks for dropping by, hope you find some of my work interesting.");
}
}
const me = new SoftwareEngineer();
me.sayHi();Hello, I'm Kevin, a Computer Engineering graduate with a strong interest in Web Development, especially Frontend Development. During my studies and internships, I am used to collaborating in cross-divisional teams and being directly involved in the web-based application development process. I have experience developing applications using JavaScript, PHP, and Python, and am actively exploring React, TypeScript, and Tailwind CSS. I currently focus on building applications with responsive design, API integration, and performance optimization approaches, to ensure optimal user experience. I believe that every app is not just about code, but about real solutions to real problems. I am currently open for various collaboration opportunities, internships, and freelance projects in the field of Web Development and Frontend Engineering.




