-
Notifications
You must be signed in to change notification settings - Fork 0
/
Resume.html
131 lines (126 loc) · 4.77 KB
/
Resume.html
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
<html>
<head><meta charset="UTF-8"/><style>body { background-color: #272822; color: white; font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace; }
a[href] { color: #66d9ef; }
code { color: #ae81ff; background-color: #272b33; border-radius: 6px; }
table, th, td { border: 1px solid; border-collapse: collapse; padding-left: 16px; padding-right: 16px; text-align: center; white-space: nowrap; }
h1, h2, h3, h4, h5 { margin-top: 0px; margin-bottom: 0px; }
p { margin-top: 0px; }
html, body { text-size-adjust: none; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; }</style></head>
<body>
<h1>John Hupperts</h1>
<p>
<a href="mailto:[email protected]" target="_blank">[email protected]</a><br>
<a href="https://www.linkedin.com/in/john-hupperts/" target="_blank">linkedin.com/in/john-hupperts</a><br>
<a href="https://treatmesubj.github.io" target="_blank">treatmesubj.github.io</a><br>
<a href="https://github.com/treatmesubj" target="_blank">github.com/treatmesubj</a><br>
<a href="https://thesr.online" target="_blank">thesr.online</a>
</p>
<h2>💼 Work Experience</h2>
<hr/>
<table>
<tbody>
<tr>
<td><b>Software Engineer</b> - Enterprise Data Engineering</td>
<td>Jan '24 - Present</td>
</tr>
<tr>
<td>IBM</td>
<td>Austin, Texas</td>
</tr>
</tbody>
</table>
<ul>
<li>Support IBM Enterprise Performance Management platform (>25k active users)</li>
<li>Contribute features/fixes to custom ETL engine (>60kloc; K8s, Docker, Python, Spark, Airflow)</li>
<ul><li>connectors, transforms, dev-tools</li></ul>
<li>Discovery w/ Data Architects & Taxonomy Analysts
<ul><li>Support technical design/implementation of business requirements</li></ul>
<li>Develop/Amend ETL pipelines/templates, table DDL (~500kloc; custom K8s resources)</li>
<ul><li>Jenkins/Travis CI/CD builds, tests, deployments</li></ul>
</ul>
<table>
<tbody>
<tr>
<td><b>Data Specialist</b> - Chief Data Office</td>
<td>Aug '21 - Dec '23</td>
</tr>
<tr>
<td>IBM</td>
<td>Austin, Texas</td>
</tr>
</tbody>
</table>
<ul>
<li>Support IBM Cognitive Enterprise Data Platform & datalake projects</li>
<li>DevOps
<ul><li>Build, Upgrade, Deploy information systems applications</li></ul>
<ul><li>Red Hat OpenShift Kubernetes, CI/CD, Helm, Docker, firewall, secrets</li></ul>
</li>
<li>Data Engineering
<ul><li>Integrate data from disparate technologies & formats</li></ul>
<ul><li>Develop/Maintain ETL pipelines (Spark, Airflow)</li></ul>
</li>
<li>Database Administration (DBA)
<ul><li>Administer DB2 tables, views, users, roles, etc. </li></ul>
</li>
<li>Project Lead - Discovery
<ul><li>Solution Architect for enterprise data projects</li></ul>
</li>
</ul>
<table>
<tbody>
<tr>
<td><b>Financial Analyst</b> - Systems</td>
<td>Jul '20 - Aug '21</td>
</tr>
<tr>
<td>IBM</th>
<td>Minneapolis, Minnesota</td>
</tr>
</tbody>
</table>
<ul>
<li>Reporting of transactional sales of IBM Infrastructure products in Americas</li>
<li>Financial Modeling & Robotic Process Automation (RPA) - Python, SQL, PQM, VBA, etc.</li>
</ul>
<table>
<tbody>
<tr>
<td><b>Teaching Assistant</b> - UoM FinTech/Python Bootcamp</td>
<td>Mar '21 - May '21</td>
</tr>
<tr>
<td>Trilogy Education</td>
<td>Minneapolis, Minnesota</td>
</tr>
</tbody>
</table>
<br>
<table>
<tbody>
<tr>
<td><b>Co-Op Financial Analyst</b> - Federal</td>
<td>May '19 - Jan '20</td>
</tr>
<tr>
<td>IBM</td>
<td>Rochester, Minnesota</td>
</tr>
</tbody>
</table>
<br/>
<h2>💡 Skills & Interests</h2>
<hr/>
<p><strong>Technical Skills</strong>: Linux🐧, Git✅, Python🐍, K8s☸, Docker🐋, Cloud☁️<br/>
<strong>Certifications</strong>: IBM Python for Applied Data Science, Bloomberg Market Concepts,<br/>
DevOps Essentials, Microservices: Designing Highly Scalable Systems<br/>
<strong>Activities</strong>: Hunting, Fishing, Hockey, Golf<br/>
<strong>Interests</strong>: Computer Science & Financial Markets</p>
<h2>🎓 Education</h2>
<hr/>
<h3>University of Minnesota, Duluth</h3>
<p><b>Bachelor of Business Administration in Finance</b> - Graduated Spring '20<br/>
<strong>Coursework</strong>: Financial Modeling, Public Speaking, Investment Fundamentals, etc.</p>
<br>
<br>
</body></html>