generated from rendercv/rendercv-pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Melisa_K_Savich_CV.tex
496 lines (371 loc) Β· 18.5 KB
/
Melisa_K_Savich_CV.tex
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
\documentclass[10pt, a4paper]{article}
% Packages:
\usepackage[
ignoreheadfoot, % set margins without considering header and footer
top=0.5 cm, % seperation between body and page edge from the top
bottom=0.5 cm, % seperation between body and page edge from the bottom
left=1 cm, % seperation between body and page edge from the left
right=1 cm, % seperation between body and page edge from the right
footskip=0.25 cm, % seperation between body and footer
% showframe % for debugging
]{geometry} % for adjusting page geometry
\usepackage[explicit]{titlesec} % for customizing section titles
\usepackage{tabularx} % for making tables with fixed width columns
\usepackage{array} % tabularx requires this
\usepackage[dvipsnames]{xcolor} % for coloring text
\definecolor{primaryColor}{RGB}{0, 113, 175} % define primary color
\usepackage{enumitem} % for customizing lists
\usepackage{fontawesome5} % for using icons
\usepackage{amsmath} % for math
\usepackage[
pdftitle={Melisa K. Savich's CV},
pdfauthor={Melisa K. Savich},
pdfcreator={LaTeX with RenderCV},
colorlinks=true,
urlcolor=primaryColor
]{hyperref} % for links, metadata and bookmarks
\usepackage[pscoord]{eso-pic} % for floating text on the page
\usepackage{calc} % for calculating lengths
\usepackage{bookmark} % for bookmarks
\usepackage{lastpage} % for getting the total number of pages
\usepackage{changepage} % for one column entries (adjustwidth environment)
\usepackage{paracol} % for two and three column entries
\usepackage{ifthen} % for conditional statements
\usepackage{needspace} % for avoiding page brake right after the section title
\usepackage{iftex} % check if engine is pdflatex, xetex or luatex
% Ensure that generate pdf is machine readable/ATS parsable:
\ifPDFTeX
\input{glyphtounicode}
\pdfgentounicode=1
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\fi
\usepackage{charter}
% Some settings:
\raggedright
\AtBeginEnvironment{adjustwidth}{\partopsep0pt} % remove space before adjustwidth environment
\pagestyle{empty} % no header or footer
\setcounter{secnumdepth}{0} % no section numbering
\setlength{\parindent}{0pt} % no indentation
\setlength{\topskip}{0pt} % no top skip
\setlength{\columnsep}{0.15cm} % set column seperation
\pagenumbering{gobble} % no page numbering
\titleformat{\section}{
% avoid page braking right after the section title
\needspace{4\baselineskip}
% make the font size of the section title large and color it with the primary color
\Large\color{primaryColor}
}{
}{
}{
% print bold title, give 0.15 cm space and draw a line of 0.8 pt thickness
% from the end of the title to the end of the body
\textbf{#1}\hspace{0.15cm}\titlerule[0.8pt]\hspace{-0.1cm}
}[] % section title formatting
\titlespacing{\section}{
% left space:
-1pt
}{
% top space:
0.4 cm
}{
% bottom space:
0.2 cm
} % section title spacing
% \renewcommand\labelitemi{$\vcenter{\hbox{\small$\bullet$}}$} % custom bullet points
\newenvironment{highlights}{
\begin{itemize}[
topsep=0.1 cm,
parsep=0.1 cm,
partopsep=0pt,
itemsep=0pt,
leftmargin=0.2 cm + 10pt
]
}{
\end{itemize}
} % new environment for highlights
\newenvironment{highlightsforbulletentries}{
\begin{itemize}[
topsep=0.1 cm,
parsep=0.1 cm,
partopsep=0pt,
itemsep=0pt,
leftmargin=10pt
]
}{
\end{itemize}
} % new environment for highlights for bullet entries
\newenvironment{onecolentry}{
\begin{adjustwidth}{
0.2 cm + 0.00001 cm
}{
0.2 cm + 0.00001 cm
}
}{
\end{adjustwidth}
} % new environment for one column entries
\newenvironment{twocolentry}[2][]{
\onecolentry
\def\secondColumn{#2}
\setcolumnwidth{\fill, 4 cm}
\begin{paracol}{2}
}{
\switchcolumn \raggedleft \secondColumn
\end{paracol}
\endonecolentry
} % new environment for two column entries
\newenvironment{threecolentry}[3][]{
\onecolentry
\def\thirdColumn{#3}
\setcolumnwidth{1 cm, \fill, 4 cm}
\begin{paracol}{3}
{\raggedright #2} \switchcolumn
}{
\switchcolumn \raggedleft \thirdColumn
\end{paracol}
\endonecolentry
} % new environment for three column entries
\newenvironment{header}{
\setlength{\topsep}{0pt}\par\kern\topsep\centering\color{primaryColor}\linespread{1.5}
}{
\par\kern\topsep
} % new environment for the header
\newcommand{\placelastupdatedtext}{% \placetextbox{<horizontal pos>}{<vertical pos>}{<stuff>}
\AddToShipoutPictureFG*{% Add <stuff> to current page foreground
\put(
\LenToUnit{\paperwidth-1 cm-0.2 cm+0.05cm},
\LenToUnit{\paperheight-0.25 cm}
){\vtop{{\null}\makebox[0pt][c]{
\small\color{gray}\textit{Last updated in October 2024}\hspace{\widthof{Last updated in October 2024}}
}}}%
}%
}%
% save the original href command in a new command:
\let\hrefWithoutArrow\href
% new command for external links:
\begin{document}
\newcommand{\AND}{\unskip
\cleaders\copy\ANDbox\hskip\wd\ANDbox
\ignorespaces
}
\newsavebox\ANDbox
\sbox\ANDbox{ }
\placelastupdatedtext
\begin{header}
\fontsize{30 pt}{30 pt}
\textbf{Melisa K. Savich}
\vspace{4 pt}
\normalsize
\mbox{\hrefWithoutArrow{mailto:[email protected]}{{\footnotesize\faEnvelope[regular]}\hspace*{0.13cm}[email protected]}}%
\kern 4.0 pt%
\AND%
\kern 4.0 pt%
\mbox{\hrefWithoutArrow{tel:+1-248-943-2251}{{\footnotesize\faPhone*}\hspace*{0.13cm}(248) 943-2251}}%
\kern 4.0 pt%
\AND%
\kern 4.0 pt%
\mbox{\hrefWithoutArrow{https://melisasavich.com/}{{\footnotesize\faLink}\hspace*{0.13cm}melisasavich.com}}%
\kern 4.0 pt%
\AND%
\kern 4.0 pt%
\mbox{\hrefWithoutArrow{https://linkedin.com/in/melisasavich}{{\footnotesize\faLinkedinIn}\hspace*{0.13cm}melisasavich}}%
\kern 4.0 pt%
\AND%
\kern 4.0 pt%
\mbox{\hrefWithoutArrow{https://github.com/m3lixir}{{\footnotesize\faGithub}\hspace*{0.13cm}m3lixir}}%
\kern 4.0 pt%
\AND%
\kern 4.0 pt%
\mbox{\hrefWithoutArrow{https://scholar.google.com/citations?user=deS7-_gAAAAJ}{{\footnotesize\faGraduationCap}\hspace*{0.13cm}Google Scholar}}%
\end{header}
\vspace{4 pt - 0.4 cm}
\section{Summary}
\begin{onecolentry}
Cybersecurity professional with over 7 years of experience in research, development, and technical solutions for critical infrastructure security. Specialized in threat detection, vulnerability assessment, and system security, with proven success in delivering innovative solutions through R\&D projects at Sandia National Laboratories. Experienced in optimizing digital experiences for businesses, leveraging AI and cloud-based technologies. Passionate about integrating cutting-edge security methodologies to drive efficiency and enhance cybersecurity defenses.
\end{onecolentry}
\section{Education}
\begin{threecolentry}{\textbf{MS}}{
2020
}
\textbf{New York University}, Computer Science
\begin{highlights}
\item \textbf{GPA:} 3.9/4.0
\item \textbf{Notable Projects:} Developed TDFF, a taint-driven firmware fuzzer for embedded systems, presented in thesis work.
\end{highlights}
\end{threecolentry}
\vspace{0.5 cm}
\begin{threecolentry}{\textbf{BS}}{
2018
}
\textbf{University of Michigan}, Computer Science
\begin{highlights}
\item \textbf{GPA:} 3.4/4.0
\end{highlights}
\end{threecolentry}
\section{Experience}
\begin{twocolentry}{
Livermore, CA
June 2020 β Oct 2023
}
\textbf{\href{https://sandia.gov}{Sandia National Laboratories}}, R\&D S\&E, Cybersecurity
\begin{highlights}
\item Developed an ensemble fuzzing system by integrating 5-10 fuzzers, which led to a 30\% faster threat detection and 40\% improved response times in critical infrastructure.
\item Achieved 70-90\% coverage on critical binary targets by optimizing AFL++ variants and applying custom mutation strategies, meeting stringent security and performance goals.
\item Reduced debug time by 30\% by enforcing coding best practices (e.g., code reviews, CI/CD pipelines) and streamlining backlog refinement efforts using Agile methodologies.
\end{highlights}
\end{twocolentry}
\vspace{0.5 cm}
\begin{twocolentry}{
Albuquerque, NM
June 2018 β May 2020
}
\textbf{\href{https://sandia.gov}{Sandia National Laboratories}}, Critical Skills Recruiting Program Fellow
\begin{highlights}
\item Created a robust framework in the ICS/SCADA modeling platform for Data Acquisition (DAQ) using Hardware-in-the-Loop (HITL), reducing data processing time by 20\% and strengthening infrastructure security.
\item Conducted advanced research in cyber modeling and simulation using network topology analysis and vulnerability modeling, identifying critical risks in high-consequence networks and control systems.
\end{highlights}
\end{twocolentry}
\vspace{0.5 cm}
\begin{twocolentry}{
Albuquerque, NM
May 2017 β May 2018
}
\textbf{\href{https://sandia.gov}{Sandia National Laboratories}}, Intern, Cybersecurity R\&D
\begin{highlights}
\item Enhanced automated ELK dashboard deployment and monitoring within an ICS/SCADA platform by automating log ingestion, reducing detection time by 25\% for cyber/physical infrastructure threats.
\item Implemented and configured honeypots in an experimental cyber range, simulating advanced persistent threats (APT) and identifying vulnerabilities in intrusion detection systems.
\end{highlights}
\end{twocolentry}
\vspace{0.5 cm}
\begin{twocolentry}{
Ann Arbor, MI
Sept 2016 β Apr 2018
}
\textbf{University of Michigan}, Instructional Assistant
\begin{highlights}
\item \textbf{Courses:} Introduction to Computer Security (EECS 388), Programming and Introductory Data Structures (EECS 280)
\item Revamped Cybersecurity course content and hands-on projects by incorporating real-world threat scenarios and case studies, increasing student engagement by 15\% and satisfaction by 20\%.
\item Led weekly sessions for 25+ students, simplifying complex programming concepts and improving course pass rates by 10\%.
\item Managed exam logistics for over 1,000 students, automating grading tools and coordinating exam locations, improving administrative efficiency by 25\% and ensuring adherence to academic integrity.
\item Expanded Stanford's MOSS plagiarism detection system with custom Python scripts, increasing detection accuracy and identifying 5-7\% of projects as potential academic misconduct violations.
\item Delivered daily support by answering 10+ curriculum-related questions on Piazza, using tracking tools to ensure timely and accurate responses, contributing to a dynamic learning environment.
\item Administered exams for 300+ students, streamlining exam writing, testing, and grading processes through automation tools, improving exam logistics efficiency by 20\%.
\end{highlights}
\end{twocolentry}
\vspace{0.5 cm}
\begin{twocolentry}{
Ann Arbor, MI
June 2003 β Aug 2003
}
\textbf{University of Michigan}, Grader
\begin{highlights}
\item \textbf{Courses:} Programming and Introductory Data Structures (EECS 280)
\item Graded weekly lab assignments for 100+ students, ensuring adherence to course standards and providing constructive feedback that improved coding accuracy and problem-solving skills.
\item Provided detailed feedback on coding style, promoting best practices in code readability and efficiency, helping students improve their programming skills in data structures.
\end{highlights}
\end{twocolentry}
\vspace{0.5 cm}
\begin{twocolentry}{
Ann Arbor, MI
Jan 2016 β Dec 2016
}
\textbf{University of Michigan}, Undergraduate Research Assistant
\begin{highlights}
\item Conducted comprehensive literature reviews on data-driven methodologies, recommending key academic papers that directly supported the development of new research models and algorithms.
\item Authored detailed summaries and data-driven analyses, providing insights that shaped ongoing research on algorithmic development and interdisciplinary problem-solving strategies.
\end{highlights}
\end{twocolentry}
\vspace{0.5 cm}
\begin{twocolentry}{
Ann Arbor, MI
Sept 2015 β Sept 2016
}
\textbf{University of Michigan}, Computer Operator
\begin{highlights}
\item Provided technical support for faculty, staff, and students, troubleshooting computer and AV equipment issues, reducing system downtime by 20\% through efficient problem resolution.
\item Managed help desk operations and ticketing system for troubleshooting, improving resolution times by 15\% and ensuring seamless equipment setups for faculty and classroom needs.
\end{highlights}
\end{twocolentry}
\section{Publications}
\begin{samepage}
\begin{twocolentry}{
May 2020
}
\textbf{\href{https://melisasavich.com/pubs/taint-driven-firmware-fuzzing-embedded-systems-thesis.pdf}{Taint-Driven Firmware Fuzzing of Embedded Systems}}
\vspace{0.1 cm}
\mbox{\textbf{\textit{Melisa K. Savich}}}
\vspace{0.1 cm}
Master's Thesis, New York University \end{twocolentry}
\end{samepage}
\vspace{0.5 cm}
\begin{samepage}
\begin{twocolentry}{
Mar 2019
}
\textbf{\href{https://melisasavich.com/pubs/taint-driven-embedded-software-fuzzing-poster.pdf}{Taint-Driven Embedded Software Fuzzing}}
\vspace{0.1 cm}
\mbox{\textbf{\textit{Melisa K. Savich}}}
\vspace{0.1 cm}
RSAC Security Scholar Poster Board Exhibition \end{twocolentry}
\end{samepage}
\vspace{0.5 cm}
\begin{samepage}
\begin{twocolentry}{
Dec 2018
}
\textbf{\href{https://melisasavich.com/pubs/commpact-evaluating-autonomous-vehicle-contracts.pdf}{CommPact: Evaluating the Feasibility of Autonomous Vehicle Contracts}}
\vspace{0.1 cm}
\mbox{Jeremy Erickson}, \mbox{Shibo Chen}, \mbox{\textbf{\textit{Melisa K. Savich}}}, \mbox{Shengtuo Hu}, \mbox{Z. Morley Mao}
\vspace{0.1 cm}
\href{https://doi.org/10.1109/VNC.2018.8628319}{10.1109/VNC.2018.8628319}
(IEEE Vehicular Networking Conference (VNC)) \end{twocolentry}
\end{samepage}
\vspace{0.5 cm}
\begin{samepage}
\begin{twocolentry}{
July 2017
}
\textbf{\href{https://melisasavich.com/pubs/artificial-network-traffic-generation-poster.pdf}{Artificial Network Traffic Generation}}
\vspace{0.1 cm}
\mbox{\textbf{\textit{Melisa K. Savich}}}
\vspace{0.1 cm}
Office of Scientific and Technical Information (OSTI) \end{twocolentry}
\end{samepage}
\section{Projects}
\begin{twocolentry}{
Westland, MI
Nov 2023 β present
}
\textbf{\href{https://48flavorsicecream.com}{48 Flavors Ice Cream}}, Technical Solutions \& Digital Experience Architect
\begin{highlights}
\item Boosted food delivery platform orders by 55\% in 1 year by redesigning the menus with AI-assisted item descriptions, improving SEO and user engagement, and enhancing e-commerce visuals using Canva.
\item Optimized online presence by building and launching 2 websites using Google Sites and Square, managing the Google Business Profile, and integrating Google Analytics, Google Ads, Google Search Console, and 3 other Google products to increase online traffic by 25\%.
\item Streamlined the cake ordering system post-separation from Baskin-Robbins by configuring an automated 24-hour preparation time in the e-commerce platform, resulting in over 100 online orders in the first year and driving significant revenue growth.
\end{highlights}
\end{twocolentry}
\section{Skills}
\begin{onecolentry}
\textbf{Programming \& Scripting Languages:} Python, Java, C/C++, Bash, JavaScript, SQL, Assembly (ARM/x86), Go
\end{onecolentry}
\vspace{0.5 cm}
\begin{onecolentry}
\textbf{Cybersecurity Expertise:} Incident Response, Penetration Testing, Application Security, Malware Analysis, Reverse Engineering, Binary Analysis, Exploit Development, Network Security, Secure Coding Practices
\end{onecolentry}
\vspace{0.5 cm}
\begin{onecolentry}
\textbf{Vulnerability \& Risk Management:} OpenVAS, Metasploit, Wireshark, NVD (CVE), OSV (Open Source Vulnerability)
\end{onecolentry}
\vspace{0.5 cm}
\begin{onecolentry}
\textbf{Testing \& QA Techniques:} Black Box Testing, White Box Testing, Grey Box Testing, System Integration Testing, Regression Testing, Fuzz Testing, Unit Testing, Penetration Testing, API Testing
\end{onecolentry}
\vspace{0.5 cm}
\begin{onecolentry}
\textbf{CI/CD \& DevOps Tools:} GitHub Actions, GitLab CI, Travis CI, Docker, Terraform, Ansible, Infrastructure as Code (IaC), Continuous Security Testing, Automated Defenses
\end{onecolentry}
\vspace{0.5 cm}
\begin{onecolentry}
\textbf{DevSecOps \& Security Operations:} DevSecOps Practices, SIEM Integration, Vulnerability Scanning
\end{onecolentry}
\end{document}