Skip to content

Commit b17dc06

Browse files
committed
chore: update json resume, disable cv page
Signed-off-by: Matt Struble <4325029+mattstruble@users.noreply.github.com>
1 parent 182f90b commit b17dc06

File tree

2 files changed

+74
-5
lines changed

2 files changed

+74
-5
lines changed

config/_default/config.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ identifier = "about"
151151
name = "About"
152152
url = "/about"
153153
weight = 40
154-
[[menu.main]]
155-
identifier = "cv"
156-
name = "CV"
157-
url = "/cv"
158-
weight = 50
154+
# [[menu.main]]
155+
# identifier = "cv"
156+
# name = "CV"
157+
# url = "/cv"
158+
# weight = 50
159159
# [[menu.main]]
160160
# identifier = "stats"
161161
# name = "Stats"

data/json_resume/en.json

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,82 @@
3434
"startDate": "2021",
3535
"summary": "",
3636
"highlights": [
37+
"Architected, and lead development of, model pipelines for training, deploying, and monitoring, in GenAI initiative.",
3738
"Planned, designed, and performed, multiple cross-team software migrations into AWS SageMaker.",
3839
"Optimized PySpark pipelines, drastically reducing model training and inference time, and improving overall model accuracy.",
3940
"Developed a standardized Python package for AWS, logging, and test reliability, to reduce Data Scientist overhead within AWS environments.",
4041
"Led the initiative to update repositories and defined engineering best practices, reducing development time and increasing CI/CD reliability within Jenkins.",
4142
"Onboarded and supported offshore team by running agile ceremonies and creating documentation on engineering standardization, expectations, and software redesign.",
4243
"Designed, and implemented, transition from batch file processing to a new API endpoint for forecasting models."
4344
]
45+
},
46+
{
47+
"name": "Draper",
48+
"location": "Cambridge, MA",
49+
"description": "Guidance, Navigation, and Control research non-profit.",
50+
"position": "Mission Critical Software Engineer",
51+
"url": "https://draper.com",
52+
"startDate": "2019",
53+
"endDate": "2020",
54+
"summary": "",
55+
"highlights": [
56+
"Developed data analytics tools with machine learning algorithms to assist engineers with hardware analysis.",
57+
"Processed system data, sensor data, and real time flight data in order to improve GNC algorithms.",
58+
"Took on responsibilities of Scrum Master and led CI/CD initiative."
59+
]
60+
},
61+
{
62+
"name": "Raytheon",
63+
"location": "Tewksbury, MA",
64+
"description": "Aerospace and Defense",
65+
"position": "Senior Software Engineer",
66+
"url": "https://rtx.com",
67+
"startDate": "2018",
68+
"endDate": "2019",
69+
"summary": "",
70+
"highlights": [
71+
"Implemented signal processing algorithms, and time cirtical control functions, involved in direct control of sensor system."
72+
]
73+
},
74+
{
75+
"name": "Netnumber",
76+
"location": "Lowell, MA",
77+
"description": "Telecom ecosystems",
78+
"position": "Software Engineer",
79+
"url": "https://netnumber.com",
80+
"startDate": "2017",
81+
"endDate": "2018",
82+
"summary": "",
83+
"highlights": [
84+
"Improved speed, performance, and scalability of signaling routing to fit the needs of customers in emerging markets."
85+
]
86+
},
87+
{
88+
"name": "General Dynamics MS",
89+
"location": "Pittsfield, MA",
90+
"description": "Advanced Defense Systems",
91+
"position": "Aerospace Software Engineer",
92+
"url": "https://gdmissionsystems.com/",
93+
"startDate": "2017",
94+
"endDate": "2018",
95+
"summary": "",
96+
"highlights": [
97+
"Processed data in real time for GNC Algorithms and post-test analysis."
98+
]
99+
},
100+
{
101+
"name": "Pfizer",
102+
"location": "Groton, CT",
103+
"description": "Biopharmaceuticals",
104+
"position": "Continuous Improvement Student Worker",
105+
"url": "https://pfizer.com",
106+
"startDate": "2017",
107+
"endDate": "2018",
108+
"summary": "",
109+
"highlights": [
110+
"Created an internal, professional, social media platform to improve company-wide communication",
111+
"Developed applications for both the Raspberry Pi and Google Glass to improve workflow and efficiency within Pfizer."
112+
]
44113
}
45114
],
46115
"education": [

0 commit comments

Comments
 (0)