-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
298 lines (282 loc) · 12.2 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162201380-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-162201380-1');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Adam Dziuk - Software Engineer</title>
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Raleway:200,300" rel="stylesheet" type="text/css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<div id="mobile-menu-open" class="shadow-large">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
<!-- End #mobile-menu-toggle -->
<header>
<div id="mobile-menu-close">
<span>Close</span> <i class="fa fa-times" aria-hidden="true"></i>
</div>
<ul id="menu" class="shadow">
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#experience">Experience</a>
</li>
<li>
<a href="#education">Education</a>
</li>
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</header>
<!-- End header -->
<div id="lead">
<div id="lead-content">
<img src="images/avatar.jpg" id="avatar">
<h1>Adam Dziuk</h1>
<h2>Software Engineer</h2>
<a href="pdf/AdamDziukResume2018.pdf" target="_blank" class="btn-rounded-white">Download Resume</a>
</div>
<!-- End #lead-content -->
<div id="lead-overlay"></div>
<div id="lead-down">
<span>
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</span>
</div>
<!-- End #lead-down -->
</div>
<!-- End #lead -->
<div id="about">
<div class="container">
<div class="row">
<div class="col-md-4">
<h2 class="heading">About Me</h2>
</div>
<div class="col-md-8">
<p>
Software Engineer. Music and Photography Hobbyist.
</p>
<p>
I am a pre-med student turned software engineer with a boundless passion for all things technology. Bioinformatics research introduced me to writing software and I haven't stopped coding since.
</p>
<p>
I'm always looking for a difficult problem to solve and I'm always eager to learn a new technology to add to my toolset. Currently fascinated with scalability and the collection, processing, aggregation, and serving of big data.
</p>
<p>
Shoot me an email if you'd like to talk about software, technology, job opportunities, or music.
</p>
</div>
</div>
</div>
</div>
<!-- End #about -->
<div id="experience" class="background-alt">
<h2 class="heading">Experience</h2>
<div id="experience-timeline">
<div data-date="Feb 2022 - Present">
<h3>Uber</h3>
<h4>Staff Software Engineer</h4>
</div>
<div data-date="Mar 2020 - Feb 2022">
<h3>Uber</h3>
<h4>Senior Software Engineer</h4>
</div>
<div data-date="Jan 2019 - Mar 2020">
<h3>Uber</h3>
<h4>Software Engineer II</h4>
</div>
<div data-date="May 2017 – Apr 2018">
<h3>SafeGraph</h3>
<h4>Sr. Software Engineer</h4>
<p>
• Wrote Spark jobs that process terabytes of data daily. Areas of focus included ingesting and enhancing movement data and building maps using point-of-interest and polygon data.
</p>
<p>
• Architected and built out the majority of the first customer-facing UI, including the front-end in Vue.js and API in Play Framework.
</p>
<p>
• Designed and built an API with Akka for ingesting payloads from mobile SDKs.
</p>
<p>
• Upon joining, refactored Spark jobs out of Databricks notebooks and into git projects for better version control.
</p>
<p>
• Set up CI/CD with Jenkins and Artifactory for automating the build process of our projects.
</p>
<p>
• Created a DC/OS cluster and dockerized our internal applications for easier deployment and infrastructure management.
</p>
<p>
• Introduced Git Flow to the engineering team, established a release process for libraries and services, and focused on improving unit test coverage.
</p>
<p>
• Extensive work in AWS with VPCs, EC2, EBS, EFS, Lambdas, API Gateway, and more.
</p>
</div>
<div data-date="Jul 2015 – Apr 2017">
<h3>Apteligent</h3>
<h4>Sr. Software Engineer (Data Platform Team)</h4>
<p>
• Full-stack engineer on the data platform team, working primarily in Java, Scala, and Python (Flask).
</p>
<p>
• Primarily tasked with writing Spark batch & streaming jobs, scheduling jobs in Azkaban, setting up and maintaining Kafka infrastructure, building out data processing pipelines, building out and maintaining our Cassandra cluster, and writing the API to serve our data.
</p>
<p>
• Often tasked to work in other components of our stack, including JavaScript UI frameworks (supporting legacy Backbone.js framework and building new features in our React framework), JavaScript API services (Node.js and Express), and Ruby (Chef configuration management).
</p>
<p>
• Consolidated two separate collection and Kafka storage pipelines into a single pipeline, saving approximately 40% on monthly costs in AWS EC2 and EBS for the two tiers.
</p>
<p>
• Redesigned and implemented Apteligent's integration with Zuora.
</p>
<p>
• Assisting the SDK Agent team with work on Crittercism's iOS and Unity SDKs.
</p>
<p>
• Led the development effort in moving deployment of internal services to Docker.
</p>
<p>
• Manage deployments of services in production and pre-production environments. Responsible for setting up infrastructure in AWS and configuration management in Chef, as well as Consul for service discovery.
</p>
</div>
<div data-date="Aug 2014 - Jul 2015">
<h3>Apteligent (Formerly Crittercism)</h3>
<h4>Software Engineer (Full-Stack Team)</h4>
<p>
• Worked primarily on the front-end customer portal and user interface.
</p>
<p>
• Involved in the design and implementation of features and solutions for the portal, platform APIs, and other systems to support a large scale multi-tenant SaaS application.
</p>
<p>
• Collaborated with product owners to develop both private and public APIs.
</p>
<p>
• Designed and developed front-end architectures and implemented business logic to support critical customer use cases including account management, usage monitoring, and billing.
</p>
<p>
• Partnered with platform teams to ensure the maintenance of optimal customer portal and platform API strategies, standards, and best practices.
</p>
<p>
• Promoted in July 2015 after 11 months.
</p>
</div>
</div>
</div>
<!-- End #experience -->
<div id="education">
<h2 class="heading">Education</h2>
<div class="education-block">
<h3>University of California, Davis</h3>
<span class="education-date">September 2009 - June 2012</span>
<h4>Bachelor of Science (B.S.) in Molecular and Cellular Biology</h4>
<p>
Dean's List - Fall 2009.
</p>
<p>
Pre-Medical track, with original intention to go to medical school.
</p>
</div>
<!-- End .education-block -->
</div>
<!-- End #education -->
<div id="skills" class="background-alt">
<h2 class="heading">Skills</h2>
<ul>
<li>Java</li>
<li>JavaScript</li>
<li>Python</li>
<li>Ruby</li>
<li>Scala</li>
<li>Spark</li>
<li>Kafka</li>
<li>Cassandra</li>
<li>Azkaban</li>
<li>AWS</li>
<li>Chef</li>
<li>Docker</li>
<li>Jenkins</li>
<li>Node.js</li>
<li>React</li>
<li>Backbone.js</li>
<li>Mongo</li>
<li>Redis</li>
<li>Memcached</li>
<li>RabbitMQ</li>
<li>DynamoDB</li>
<li>Postgres</li>
<li>Ruby on Rails</li>
<li>Sinatra</li>
<li>C#</li>
<li>Swift</li>
<li>Objective-C</li>
<li>Unity</li>
</ul>
</div>
<!-- End #skills -->
<div id="contact">
<h2>Get in Touch</h2>
<div id="contact-form">
<form method="POST" action="https://formspree.io/[email protected]">
<input type="hidden" name="_subject" value="Contact request from personal website" />
<input type="email" name="email" placeholder="Your email" required>
<textarea name="message" placeholder="Your message" required></textarea>
<button type="submit">Send</button>
</form>
</div>
<!-- End #contact-form -->
</div>
<!-- End #contact -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-5 copyright">
<p>
Copyright © Adam Dziuk
</p>
</div>
<div class="col-sm-2 top">
<span id="to-top">
<i class="fa fa-chevron-up" aria-hidden="true"></i>
</span>
</div>
<div class="col-sm-5 social">
<ul>
<li>
<a href="https://github.com/amdziuk" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/amdziuk/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</li>
<li>
<a href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/scripts.min.js"></script>
</body>
</html>