TSalex_morgan.tsx
Visual Studio Code
1
import { Engineer } from '@/universe/humans';
2
import { Experience, Education, Skills } from './types';
3
.
4
export class AlexMorgan extends Engineer {
5
constructor() {
6
super({
7
name: "Alex Morgan",
8
role: "Senior Product Designer",
9
email: "alex@example.com",
10
phone: "+1 (555) 123-4567",
11
location: "San Francisco, CA",
12
website: "alexmorgan.design",
13
});
14
}
15
.
16
/**
17
* Product designer with 8+ years of experience building accessible, user-centric
18
* digital products for diverse industries. Passionate about design systems and
19
* team mentorship.
20
*/
21
getProfile() string {
22
return this.summary;
23
}
24
.
25
public getWorkExperience(): Experience[] {
26
return [
27
{
28
company: "TechFlow Inc.",
29
position: "Senior Product Designer",
30
period: "2021 - Present",
31
description: "Leading design for the core enterprise platform, improving u...",
32
highlights: [
33
"Spearheaded the redesign of the main dashboard.",
34
"Mentored 3 junior designers.",
35
"Established a new comprehensive design system.",
36
]
37
},
38
{
39
company: "Creative Studio",
40
position: "Product Designer",
41
period: "2018 - 2021",
42
description: "Designed mobile-first experiences for fintech clients.",
43
highlights: [
44
"Increased conversion by 15%.",
45
]
46
},
47
];
48
}
49
.
50
public getSkills(): string[] {
51
return [
52
"Figma", "React", "Design Systems", "Prototyping", "User Research"
53
];
54
}
55
.
56
public getEducation(): Education[] {
57
return [
58
{
59
school: "Rhode Island School of Design",
60
degree: "BFA in Graphic Design",
61
year: "2014 - 2018",
62
},
63
];
64
}
65
}
main*
0 errors, 0 warnings
Ln 1, Col 1
UTF-8
TypeScript React

Dev Terminal

VS Code inspired dark theme for developers.

Tech
Popular
    Jobfolio | AI-Powered Resume Builder