From 15a267bf0a5d47ec0189261d1ce0cfd5e4268c66 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Sun, 28 Jun 2026 13:47:38 -0400 Subject: Resume update --- files/RESUME.html | 72 ++++++++++++++++++++++++++++++++++------------------- files/RESUME.md | 51 ++++++++++++++++++++----------------- files/RESUME.pdf | Bin 24634 -> 27500 bytes files/gensume | 2 +- files/pdfopts.yaml | 5 +++- 5 files changed, 80 insertions(+), 50 deletions(-) (limited to 'files') diff --git a/files/RESUME.html b/files/RESUME.html index 2223023..ff57305 100644 --- a/files/RESUME.html +++ b/files/RESUME.html @@ -1,43 +1,65 @@ -

M. J. Fernez

-

mjf@mjfer.net

-PDF|HTML|TXT -
+

PDF|HTML|TXT

+

Email: mjf@mjfer.net

+

LinkedIn: https://www.linkedin.com/in/mike-fernez-357878108

Work History

-

Information Security Analyst - Adelphi University (2019+)

+

Information +Security Analyst - Adelphi University (2019-)

-

Adjunct Faculty - Adelphi University (2022+)

+

Adjunct Faculty - +Adelphi University (2023-)

-

Microsoft Exchange Admin - aaronbasha.com / reginebasha.com (2021+)

+

Microsoft +Exchange Admin - aaronbasha.com / reginebasha.com (2023-)

Earlier Work History

Education

- +

Bachelor's Degree: Physics

+ -

Technical and Vocational skills

+

Technical and Vocational +skills

Professional knowledge

diff --git a/files/RESUME.md b/files/RESUME.md index 9354307..38dfa49 100644 --- a/files/RESUME.md +++ b/files/RESUME.md @@ -1,31 +1,33 @@ -
# M. J. Fernez -[mjf@mjfer.net](mailto:mjf@mjfer.net) - [PDF](https://mjfer.net/files/RESUME.pdf)|[HTML](https://mjfer.net/files/RESUME.html)|[TXT](https://mjfer.net/files/RESUME.md) -
+ +Email: [mjf@mjfer.net](mailto:mjf@mjfer.net) + +LinkedIn: [https://www.linkedin.com/in/mike-fernez-357878108](https://www.linkedin.com/in/mike-fernez-357878108) ## Work History -### Information Security Analyst - Adelphi University (2019+) +### Information Security Analyst - Adelphi University (2019-) -- Served as the main contact for incident response and digital forensics -- Maintained and developed the university's SIEM (Splunk) -- Delivered regular threat intel reports to senior IT and executive staff -- Improved and expanded university incident response plans +- Led cybersecurity incident response and threat intelligence to detect and respond to security threats. +- Managed core security platforms including Splunk, MISP, EDR, and developed custom tooling and automation to improve security operations. +- Led enterprise endpoint security initiatives, deploying BitLocker to university assets. +- Regularly engaged with the community and leadership on emerging threats and online safety. +- Led job shadowing program for CS students. -### Adjunct Faculty - Adelphi University (2022+) +### Adjunct Faculty - Adelphi University (2023-) -- Developed and delivered lab exercises for CSC171 - Intro to - Programming (Python) -- Administered online asynchronous course CSC 620 - Digital Forensics +- CSC171 - Intro to Programming Python (Lab section) (Spring 2023 - Fall 2024) +- CSC 620 - Digital Forensics (Spring 2024-present) +- CSC 190 - CS Orientation Seminar (Spring & Fall 2025) +- CSC 650 - Cybersecurity Concepts (Fall 2025) -### Microsoft Exchange Admin - aaronbasha.com / reginebasha.com (2021+) +### Microsoft Exchange Admin - aaronbasha.com / reginebasha.com (2023-) -- Assisted with migration from a compromised email provider -- Administered and maintained Microsoft Exchange for employees -- Provided general IT help desk support to employees when needed +- Assisted with migration from a compromised email provider. +- Onboarded and managed Microsoft Exchange for employees. +- Provided general IT help desk support to employees when needed. ### Earlier Work History @@ -33,14 +35,17 @@ - Math Tutor - Mathnasium (2016 - 2017) - Research Assistant - Adelphi University (2012 - 2015) - [Publication](https://www.spiedigitallibrary.org/conference-proceedings-of-spie/9486/94860H/Real-time-measurement-of-the-NOsub2-sub-concentration-in-ambient/10.1117/12.2179501.short?SSO=1) +\pagebreak + ## Education -- Master's Degree: Digital Forensics and Cybersecurity - - John Jay College of Criminal Justice, May 2019 - - Fieldwork (for degree completion): Data Visualization with Elastic @ NCFTA, New - York Office (2019 - 2022) +### Master's Degree: Digital Forensics and Cybersecurity +- John Jay College of Criminal Justice, May 2019 +- Fieldwork (for degree completion): Data Visualization with Elastic @ NCFTA, New + York Office (2019 - 2022) -- Bachelor's Degree: Physics - Adelphi University, May 2015 +### Bachelor's Degree: Physics +- Adelphi University, May 2015 ## Technical and Vocational skills @@ -59,4 +64,4 @@ - Programming languages: Python, C, nasm assembler - Operating systems: Windows, Linux, BSD - Embedded electronics: AVR, Raspberry Pi -- Amateur music production/composition: Audacity, Musescore, Sonic Pi +- Music production/composition: Audacity, Musescore, Sonic Pi diff --git a/files/RESUME.pdf b/files/RESUME.pdf index 5ca5595..be8caf9 100644 Binary files a/files/RESUME.pdf and b/files/RESUME.pdf differ diff --git a/files/gensume b/files/gensume index 8168265..55ba870 100755 --- a/files/gensume +++ b/files/gensume @@ -6,5 +6,5 @@ pandoc --ascii -f markdown-smart RESUME.md -t html -o RESUME.html \ -V "mainfont:Fira Mono" sed -e 's/<\/h4>/<\/h4>\ /g' RESUME.html > $TMP echo "making PDF" -pandoc --ascii -f html $TMP -o RESUME.pdf --pdf-engine=xelatex \ +pandoc RESUME.md -o RESUME.pdf --pdf-engine=xelatex \ --metadata-file=pdfopts.yaml diff --git a/files/pdfopts.yaml b/files/pdfopts.yaml index 25f0d72..788e983 100644 --- a/files/pdfopts.yaml +++ b/files/pdfopts.yaml @@ -1,6 +1,9 @@ mainfont: - Fira Code +fontsize: +- 11pt + linkcolor: - cyan @@ -8,7 +11,7 @@ colorlinks: - true geometry: -- margin=0.5in +- margin=1.0in pagestyle: - empty -- cgit v1.2.3