type Person = {
[k: string]: string | number | WorkExperience[];
workExperience: WorkExperience[];
};
const me = {
name: "Giovanny Hernandez",
age: 21,
education: "Northeastern Illinois University",
work: "Software Engineer",
company: "Microsoft",
workExperience: [
{
name: "Microsoft",
role: "Software Engineer",
term: "Current",
},
{
name: "Microsoft",
role: "Software Engineer Intern",
term: "Summer 2024",
},
{
name: "Microsoft",
role: "Software Engineer Intern",
term: "Summer 2023",
},
{
name: "Microsoft",
role: "Software Engineer & PM Intern",
term: "Summer 2022",
},
],
} as Person;
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.