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/pages/CV.tsx
+62-23
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,18 @@ const aboutMe = {
12
12
email: 'me@danhenderson.dev',
13
13
phone: '906-281-7641',
14
14
location: 'Seattle, WA',
15
-
about:
16
-
"As a Cloud Data Platform Engineer with 1.5 years of experience, I am passionate about leading big-data solutions and driving analytics and insights for growth-oriented organizations prioritizing developer experience using CI/CD automation and cloud infrastructure defined as code. In my previous role, I built and optimized high-performance data engines, increasing Lucerna Health's ingestion pipeline throughput by over 50% and generating significant savings for our customers' compute-expense. I have also co-authored a publication exploring a novel scheme incorporating curvature information generated using SIMD-parallel forward-mode Automatic Differentiation into unconstrained Quasi-Newton minimization of a smooth objective function. Skilled in AWS, Python, Julia, Spark, DBT, FastAPI/Django, gRPC, Docker, and ML/NLP, I offer cross-disciplinary expertise in mathematics, computer science, finance, and economics. I seek opportunities that leverage my skills and experience to drive organizational growth and innovation, focusing on backend web application roles in data pipelines, ML/AI, and DevOps/Automation engineering. In my free time, I enjoy being inspired by the mountains, skiing, biking, and climbing the granite slopes.",
17
15
};
18
16
19
17
20
18
constcodingExamples=[
21
19
{
22
-
title: 'Personal Portfolio',
23
-
description: 'My personal portfolio website built using React, TypeScript, and Material UI 5. It is deployed on AWS using S3, CloudFront, and Route53.',
20
+
title: 'chromex',
21
+
description: "An asynchronous interface for chrome browser automation's and scrapping that is built on bs4 and selenium.",
description: 'My personal portfolio website built with React-TypeScript, using Material UI 5. It is deployed on AWS using S3, CloudFront, and Route53.',
24
27
links: ['https://danhenderson.dev',],
25
28
},
26
29
{
@@ -37,9 +40,26 @@ const codingExamples = [
37
40
title: 'MasterPlan',
38
41
description: 'A java application that allows users to create and manage a DAG structure of tasks and corresponding subtasks. It was built using Maven, Java11, and JavaFX.',
description: "Responsible for ML feature development and operations and aided three restricted-offshore developers by rapidly resolving blockers, including infrastructure deployments, code reviews, ETL services, and quality assurance testing to accelerate their productivity.",
85
+
description: "ML feature development, operations, and assisted three restricted-offshore developers by rapidly resolving blockers, e.g. infrastructure deployments, code reviews, ETL services, and QA testing to accelerate their productivity.",
66
86
projects: [
67
87
"Built analytics pipeline and dashboard to meet data governance auditory requirements for the HiTrust certification of the organization's multi-tenant cloud architecture.",
68
88
"Introduced standard version control safeguards for our data-science department production assets and automated their deployment using AWS CDK and Bitbucket pipelines.",
@@ -81,6 +101,16 @@ const experiences = [
81
101
"Built UncNLPrograms.jl, a library containing a subset of high-dimensional, nonlinear, and unconstrained optimization problems from the CUTEst set implemented in native Julia to test solvers using Automatic/Algorithmic Differentiation.",
82
102
],
83
103
},
104
+
{
105
+
company: 'Michigan Technological University',
106
+
industry: 'Higher Education',
107
+
title: 'Mathematics Tutor | Part Time',
108
+
startDate: 'November 2021',
109
+
endDate: 'April 2022',
110
+
description: "Provided weekly tutoring services to NCAA student-athletes in multivariable, integral and differential calculus, ordinary differential equations, and linear algebra.",
111
+
projects: [
112
+
],
113
+
},
84
114
// Add more experiences as needed
85
115
];
86
116
@@ -93,14 +123,13 @@ const educationInfo = {
93
123
degree: "B.S. Cum Laude, Mathematics, Applied/Computational & Minor in Computer Science",
0 commit comments