-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.json
144 lines (144 loc) · 5.56 KB
/
resume.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"basics": {
"name": "Mohamed Moustafa",
"label": "Software Engineer",
"image": "",
"email": "hi@fairewinds.ca",
"phone": "",
"url": "https://fairewinds.ca",
"summary": "I'm a full-stack software engineer with 8 years of experience in SaaS-based platforms. I specialize in design systems and web accessibility. I also have experience leading projects and cross-team initiatives. In my free time I play music, read, and work on coding projects.",
"nationality": "",
"location": {
"address": "",
"postalCode": "",
"city": "Utrecht",
"country": "Netherlands",
"countryCode": "",
"region": ""
},
"profiles": [
{
"network": "LinkedIn",
"username": "mtimoustafa",
"url": "https://linkedin.com/in/mtimoustafa"
},
{
"network": "GitHub",
"username": "mtimoustafa",
"url": "https://github.com/mtimoustafa"
},
{
"network": "GitLab",
"username": "mtimoustafa",
"url": "https://gitlab.com/mtimoustafa"
}
]
},
"work": [
{
"name": "GitLab",
"position": "Fullstack Engineer",
"location": "Remote",
"url": "https://gitlab.com",
"startDate": "December 2022",
"endDate": "Present",
"summary": "GitLab is a DevOps platform that provides a single application for the entire software development lifecycle.",
"highlights": [
"Directed 7-person cross-functional project to enable purchasing and provisioning of the new Duo Enterprise AI offering, driving 10k+ user sign-ups. Used Vue.js, Ruby on Rails, GraphQL, PostgreSQL.",
"Introduced and optimized Duo AI add-on UI workflows and API endpoints for status tracking and bulk seat management, enabling 100k+ user sign-ups for the newly launched offering. Used Vue.js, Rails, GraphQL.",
"Championing accessibility initiatives as part of internal Accessibility Working Group, aligning Customers Portal with WCAG 2.1 AA standard."
]
},
{
"name": "Livestorm",
"position": "Senior Software Engineer",
"location": "Remote",
"url": "https://livestorm.co",
"startDate": "March 2022",
"endDate": "October 2022",
"summary": "Livestorm is a video platform for creating, organizing and hosting webinars and virtual meetings.",
"highlights": [
"Delivered key UI features for application dashboard, meeting WCAG 2.1 AA accessibility standards for EAA compliance. Used Vue.js, GraphQL, Apollo.",
"Designed new microservice in collaboration with Infrastructure team, for improved scalability and reliability. Used AWS, Kubernetes, Terraform."
]
},
{
"name": "Studytube (formerly Springest)",
"position": "Software Developer",
"location": "Amsterdam, Netherlands",
"url": "https://studytube.com",
"startDate": "August 2021",
"endDate": "February 2022",
"summary": "Studytube is an online learning platform used by businesses for compliance and upskilling teams.",
"highlights": [
"Conducted in-depth analysis for refactoring core \"Course Listing\" back-end model, improving data integrity and maintainability.",
"Researched containerizing monolithic application into Docker, for addressing CI/CD performance bottlenecks."
]
},
{
"name": "Vidyard",
"position": "Software Developer",
"location": "Kitchener, Canada",
"url": "https://vidyard.com",
"startDate": "April 2017",
"endDate": "July 2021",
"summary": "Vidyard is a video platform used by businesses for creating, sharing, and tracking video content.",
"highlights": [
"Led UI design system working group, governing future goals and maintainership with 6 team members.",
"Maintained UI component library across all frontend services using Vue.js, ensuring consistent cross-platform user experience.",
"Adapted design system and component library to meet WCAG 2.0 AA accessibility standards, achieving AODA compliance for wider accessibility.",
"Integrated standalone microservice into application architecture, ensuring consistent deployment and scalability. Used Docker, Kubernetes, OAuth."
]
}
],
"volunteer": [],
"education": [{
"institution": "University of Waterloo",
"url": "https://uwaterloo.ca",
"area": "Computer Engineering, Co-operative (Internship) Program",
"studyType": "BASc. with Honours",
"startDate": "2011",
"endDate": "2016",
"location": "Waterloo, Canada",
"score": "",
"courses": []
}],
"conferences": [
],
"awards": [],
"certificates": [],
"skills": [
{ "name": "Design systems" },
{ "name": "WCAG 2.0/2.1 acessibility" },
{ "name": "Microservices" },
{ "name": "API development" },
{ "name": "Mentoring" },
{ "name": "Project leadership" }
],
"techStack": [
{ "name": "Vue.js" },
{ "name": "Ruby on Rails" },
{ "name": "GraphQL" },
{ "name": "Apollo" },
{ "name": "MySQL" },
{ "name": "PostgreSQL" },
{ "name": "Docker" },
{ "name": "Kubernetes" },
{ "name": "AWS" },
{ "name": "Terraform" }
],
"languages": [
{ "language": "English", "fluency": "native" },
{ "language": "Arabic", "fluency": "native" },
{ "language": "German", "fluency": "A2" },
{ "language": "Dutch", "fluency": "A1" }
],
"interests": [
{ "name": "Diversity and Inclusion" },
{ "name": "Software projects (see GitHub page)" },
{ "name": "Tabletop roleplaying games" },
{ "name": "Playing guitar and bass" }
],
"references": [],
"projects": []
}