const me = new Person(
new Student("Giovanny Hernandez", "Northeastern Illinois University", 2025),
new WorkExperience([
{
name: "Microsoft",
role: "Software Engineer",
term: "Summer 2024",
},
{
name: "Microsoft",
role: "Software Engineer",
term: "Summer 2023",
},
{
name: "Microsoft",
role: "Software Engineer",
term: "Summer 2022",
},
]),
new Interest(["Fullstack Development", "Distributed Systems", "UI/UX"])
);
Pinned Loading
-
-
-
-
ProgrammingPracticeTemplate
ProgrammingPracticeTemplate PublicTemplate where I practice coding problem sets for fun :D
Java
-
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.