-
Notifications
You must be signed in to change notification settings - Fork 4
/
resume.json
114 lines (113 loc) · 4.64 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
{
"basics" : {
"name" : "Marco Acea",
"email" : "[email protected]",
"phone" : "(786) 470-9891",
"website" : "aceamarco.dev",
"profiles" : [{
"network" : "LinkedIn",
"username" : "marco-acea",
"url" : "https://www.linkedin.com/in/marco-acea/"
},{
"network" : "Github",
"username" : "aceamarco",
"url" : "https://github.com/aceamarco"
}]
},
"education" : [{
"institution" : "Carnegie Mellon University",
"area" : "Electrical and Computer Engineering",
"studyType" : "Bachelor's of Science",
"startDate" : "2018-08",
"endDate" : "2022-12",
"courses" : [
"Structure and Design of Digital Systems",
"Web App Development",
"Principles of Imperative Computing",
"Logic Design and Verification",
"Intro to Embedded Systems",
"Fundamentals of Embedded Control"
]
}],
"skills": [
{
"name" : "Programming Languages",
"keywords" : [
"Python",
"Golang",
"C",
"HTML/CSS",
"Javascript",
"Typescript"
]
},
{
"name" : "Software/Frameworks",
"keywords" : [
"Selenium",
"Django",
"GraphQL",
"Google Firestore",
"Argo CD",
"Bootstrap"
]
}],
"projects" : [{
"name" : "ArgoCD AppSource Controller",
"startDate" : "2021-05",
"endDate" : "2021-08",
"highlights" : [
"Kubernetes Custom Resource Definitions that gives under-privelaged users permission from admins to create ArgoCD applications automatically",
"Supports multiple ArgoCD Project \"profiles\" that limit what actions sub-users can make with their application.",
"Adopted as a part of the argo-proj-labs collection of vetted community projects"
],
"keywords" : [
"Golang",
"Kubernetes",
"ArgoCD"
]}],
"work" : [
{
"company" : "Boeing",
"position" : "Software Engineer",
"startDate" : "2023-03",
"endDate" : "2024-04",
"highlights" : [
"Developed automated UI integration tests using Selenium for web applications which significantly improved code base test coverage",
"Developed Virtual Machine devices for the High Fidelity Digital Twin Program"
]
},
{
"company" : "Intuit",
"position" : "Software Engineering Intern",
"startDate" : "2021-05",
"endDate" : "2022-08",
"highlights" : [
"Developed a containerized GraphQL Proxy Service using Typescript, Docker, and Redis for optimization, that protects API services from potentially malicious incoming requests using rate limiting and static query analysis",
"Developed new feature for the ArgoCD project that allows non-admin users to safely create Applications and Projects for themselves within a Kubernetes cluster."
]
},
{
"company" : "23andMe",
"position" : "Software Engineering Intern",
"startDate" : "2020-07",
"endDate" : "2020-09",
"highlights" : [
"Developed user interface for internal hosting service with the Application Infrastructure Team",
"Built Flask app that uses Flask API endpoints to display information about applications (statuses, teams, owners, authentication tokens, etc.)"
]
},
{
"company" : "Carnegie Mellon University",
"position" : "Teaching Assistant",
"startDate" : "2019-01",
"endDate" : "2020-07",
"highlights" : [
"Summer 2020 — Reduced course staff response time from several hours to ~10 minutes on average and aided the response of 1,200+ replies across the course’s most popular channels with the Parthean Notifications Slack Bot",
"Co-taught daily recitations in Python, while teaching Go, HTML/CSS, and Javascript for the first time in our course’s history. Hosted office hours answering questions about course concepts and debugging help",
"Resulted in a median score above 90% in exams covering Go and our first successful semester teaching Go",
"Summer 2019 — Created lecture material/code using HTML/CSS/JS with Google Firestore’s API"
]
}
]
}