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
-
-
-
rachelkang/AuthenticationSamples
rachelkang/AuthenticationSamples PublicVarious authentication samples created using .NET MAUI by the Explorer interns
-
play-economy-microservices/play.infra
play-economy-microservices/play.infra PublicPlay Economy Infrastructure Components
-
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.