import java.util.List;
public class SoftwareEngineer {
private final String name = "Kevin Pham";
private final String role = "Software Engineer";
private final List<String> languagesSpoken = List.of("en_US", "vi_VN");
public void sayHello() {
System.out.println("Thanks for dropping by, hope you find some of my work interesting.");
}
public static void main(String[] args) {
SoftwareEngineer me = new SoftwareEngineer();
me.sayHello();
}
}
Pinned Loading
-
My_Portfolio
My_Portfolio PublicBuilt with love ❤️ using Vite, React, TypeScript, and Tailwind CSS. This portfolio is both a personal project and a space to grow my frontend skills, experiment with UI design, and express my own p…
CSS
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

