You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/work.json
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -217,19 +217,25 @@
217
217
"overview": {
218
218
"summary": "Split time between software development and machine learning research, working on projects to enhance security and automate processes for government sponsors. Led a joint project with McAfee to classify the severity of SIEM alerts using machine learning, automating alert reporting and prioritizing alerts for SOC analysts. Focused on advancing software security and applying ML to improve security operations and threat detection.",
219
219
"contributions": {
220
-
"✅ Security & Software Development": [
221
-
"▼ Improved a government-sponsored email and file management web app by implementing the Bell-LaPadula security model.",
222
-
"▼ Applied industry-standard security practices to secure data at rest, in transit, and in use.",
223
-
"▼ Refactored the existing monolithic application into modular components using Angular, Bootstrap, Tomcat, Jersey, and Jackson."
220
+
"✅ Software Development": [
221
+
"▼ Developed a web app similar to Gmail and Google Drive, with additional features for classifying emails and files (e.g., Secret or Top Secret) using Angular, Bootstrap, Tomcat, Jersey, and Jackson. ",
222
+
"▼ Implemented security by design, applying the Bell-LaPadula security model in code.",
223
+
"▼ Developed a Windows Presentation Foundation (WPF) File Management product, adding features for classification using custom file metadata fields, integrated with the same API used for the web app."
224
224
],
225
-
"✅ Adversarial Machine Learning Research": [
226
-
"▼ Conducted research on adversarial machine learning attack prevention and detection techniques against various machine learning algorithms (SVM, Neural Networks, Decision Trees, Random Forests, KNN, etc.)."
225
+
"✅ SRE": [
226
+
"▼ Explored deploying services to OpenShift.",
227
+
"▼ Demonstrated deploying services to OpenShift at monthly lunch-and-learn sessions."
227
228
],
228
-
"✅ Lead Machine Learning Engineer – SIEM Project": [
229
+
"✅ Security": [
230
+
"▼ Applied industry-standard security practices to secure data at rest, in transit, and in use.",
231
+
"▼ Attended a CISSP bootcamp and obtained CISSP certification, as required for the role."
232
+
],
233
+
"✅ Data Science": [
234
+
"▼ Conducted research on adversarial machine learning attack prevention and detection techniques against various algorithms (e.g., SVM, Neural Networks, Decision Trees, Random Forests, KNN, etc.).",
229
235
"▼ Led a joint project with McAfee to classify the severity of SIEM alerts using machine learning, automating alert reporting and prioritizing alerts for SOC analysts."
230
236
]
231
237
},
232
-
"skills": "Java · JavaScript · Angular Material · HTML · Bootstrap · JUnit · Unit Testing · Python · Scikit-Learn · NumPy · Pandas · Machine Learning"
238
+
"skills": "Java · C# · JavaScript · Angular Material · HTML · Bootstrap · JUnit · Unit Testing · Python · Scikit-Learn · NumPy · Pandas · Machine Learning"
0 commit comments