-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
407 lines (378 loc) · 13.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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
<!DOCTYPE html>
<!-- No easter eggs here, sorry! -->
<html lang="en">
<head>
<title>Dan Schuman</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<link
href="https://fonts.googleapis.com/css?family=Roboto:400,400i"
rel="stylesheet"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="/favicon/site.webmanifest" />
<link rel="shortcut icon" href="/favicon/favicon.ico" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="msapplication-config" content="/favicon/browserconfig.xml" />
<meta name="theme-color" content="#ffffff" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-KLVTF5119T"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-KLVTF5119T");
</script>
</head>
<body>
<div class="wrapper">
<h1 id="title">Dan Schuman</h1>
<ul>
<li>
<a href="mailto:[email protected]" target="_blank"
>
</li>
<li>
<a href="https://github.com/quicksnap" target="_blank"
>github.com/quicksnap</a
>
</li>
</ul>
<p>
I am a full-stack engineer based in Portland, Oregon. I have many years
of experience creating and delivering quality software on professional
teams. When programming, I focus on code clarity and simplicity. When
working with others, I shoot for a no-ego mindset.
</p>
<p>
I have expertise in frontend development architecture, and have
developed effective patterns with React and associated libraries. I also have
substantial backend and native software experience as will, including:
Node, Golang, Java, React Native, Objective-C, C++, Ruby, and PHP. Across
my career, I have worked in numerous cloud and on-premises environments, along
with bundled software.
</p>
<div class="avoid-break">
<h1 id="skills">Skills</h1>
<ul>
<li>Expertise in Javascript and TypeScript</li>
<li>
Over ten years of experience across small and large engineering
organizations
</li>
<li>
Ability to learn quickly and adapt to new codebases, languages and
frameworks
</li>
<li>
Creating clean, organized code, focusing on minimizing cognitive
load
</li>
<li>Communicating ideas clearly, both spoken and in code</li>
</ul>
</div>
<div class="avoid-break">
<h1 id="experience">Experience</h1>
<div class="avoid-break">
<h2>2021 - Present — <a href="https://blend.com/">Blend</a></h2>
<ul>
<li>
Software Engineer, IC5
<ul>
<li>On-call rotation responsibilities within mature, restricted production environments</li>
<li>Working with a production microservice architecture and multi-repository codebases</li>
<li>Working with environments using both bespoke and industry-standard tools, including: Kubernetes, Docker, Kafka, ElasticSearch, Splunk and Datadog</li>
<li>Improving services in many stages of life, from legacy to greenfield</li>
</ul>
<li>
Lender Foundation Team
<ul>
<li>Co-lead effort to fully migrate away from Angular to React</li>
<li>Designed and implemented SMS integration into mortgage borrower applications</li>
<li>Internally migrated lender pipeline systems to separate a service and ElasticSearch configuration</li>
</ul>
</li>
<li>
Configurable Platform Engine Team
<ul>
<li>Contributed improvements to Configurable Platform, a software service for visually programming multi-user, multi-role banking workflows such as credit card applications</li>
<li>Internal improvements to performance and architecture</li>
<li>Feature design and implementation for various "Builder" improvements</li>
</ul>
</li>
</li>
</ul>
</div>
<h2>2021 — Shortwave</h2>
<ul>
<li>
Founder / Engineer
<ul>
<li>Semi-serious pet-project ephemeral voice message mobile app</li>
<li>Solely created Shortwave apps for Android and iOS</li>
<li>
Handled all aspects of the business and product, including
business formation, product feature design, application
publishing and user testing
</li>
</ul>
</li>
</ul>
</div>
<div class="avoid-break">
<h2>2018 - 2021 — <a href="https://simspace.com/">SimSpace</a></h2>
<ul>
<li>
Frontend Domain Architect
<ul>
<li>
Established SimSpace's Frontend Architecture organization domain
</li>
<li>
Established and evolved engineering processes to improve our
codebase architecture and pay down tech debt
</li>
<li>
Managed a team of architects, delegating goals and
responsibilities
</li>
</ul>
</li>
<li>
Team Lead
<ul>
<li>
Team leadership and management within a fast-growing
organization
</li>
<li>
Balancing planning and agile processes with changing
requirements and critical deadlines
</li>
<li>Helped grow SimSpace Frontend from 8 to 25 developers</li>
</ul>
</li>
<li>
Lead Engineer, Frontend
<ul>
<li>
React.js frontend development for a large existing product suite
</li>
<li>
Incremental conversion to TypeScript with functional libraries
</li>
</ul>
</li>
</ul>
</div>
<div class="avoid-break">
<h2>
2017 - 2018 — <a href="https://www.instrument.com/">Instrument</a>
</h2>
<ul>
<li>
Senior Developer, Products & Innovation Team
<ul>
<li>
Greenfield frontend architecture in React/Redux/TypeScript
</li>
<li>Created CI build and deployment environments</li>
<li>Bootstrapped Kubernetes infrastructure on AWS via kops</li>
<li>Developed backend microservices in Node and Golang</li>
</ul>
</li>
</ul>
</div>
<div class="avoid-break">
<h2>2016 - 2017 — Independent Contractor</h2>
<ul>
<li>
<a href="https://www.instrument.com/">Instrument</a> (Confidential
client)
<ul>
<li>Supported ongoing React project work</li>
<li>Created interactive visual prototypes</li>
</ul>
</li>
<li>
React/Redux Application (Confidential client, subcontract)
<ul>
<li>
Created a greenfield single-page application in React/Redux to
manage custom application data
</li>
<li>
Features include: API CRUD, single-page routing, interesting
visual interaction and unique data modeling
</li>
</ul>
</li>
</ul>
</div>
<div class="avoid-break">
<h2>2016 — <a href="http://www.hackoregon.org/">Hack Oregon</a></h2>
<ul>
<li>
React.js Course Instructor
<ul>
<li>
Developed course materials for teaching React to students with
varying skill levels
</li>
<li>
Held a three-hour class, twice a week for eight weeks, helping
students learn React in a hands-on environment
</li>
</ul>
</li>
</ul>
</div>
<h2>2014 - 2016 — <a href="https://www.extensis.com/">Extensis</a></h2>
<ul>
<div class="avoid-break">
<li>
Full Stack Engineer
<ul>
<li>Front-end Javascript development in React and Angular</li>
<li>NodeJS/Express server development</li>
<li>Java server development</li>
<li>Worked with a medium-sized Agile/Scrum team</li>
</ul>
</li>
</div>
<div class="avoid-break">
<li>
Lead Engineer - React/Electron
<ul>
<li>
Lead bootstrapping and development of React client as a Flash
replacement
</li>
<li>Project was dual-target for web and desktop application</li>
<li>Technologies included React, Redux and Electron</li>
<li>Contributed to open source along the way</li>
</ul>
</li>
</div>
<div class="avoid-break">
<li>
AngularJS Engineer
<ul>
<li>
Developed greenfield Angular applications to integrate into
existing products
</li>
<li>
Integrated Grunt and Gulp build systems into Ant build systems
and Jenkins CI server
</li>
<li>
Engineered mock environments for testing Angular applications
outside of integration points
</li>
<li>
Developed style and component patterns for organized code
scaling within a medium-sized team
</li>
</ul>
</li>
</div>
</ul>
<div class="avoid-break">
<h2>2012 - 2013 — Independent Contractor</h2>
<ul>
<li>
Full Stack Engineer
<ul>
<li>Managed ongoing communications with multiple clients</li>
<li>Cultivated new business relationships</li>
<li>
Maintained a perfect track record with clients by
over-delivering on estimated times and product quality
</li>
</ul>
</li>
<li>
ALO Audio — <a href="https://www.aloaudio.com/">aloaudio.com</a>
<ul>
<li>Full site migration from CS-Cart to Magento</li>
<li>Front-end implementation and iteration of design</li>
<li>Cloud platform architecture and deployment system</li>
<li>Custom module development</li>
<li>Custom scalable architecture to handle variable traffic</li>
</ul>
</li>
<li>
Other Projects
<ul>
<li>
<a href="https://sift.com/">SiftScience</a> Magento Extension
</li>
<li>Sunrise Learning Network</li>
<li>Relapse.com</li>
</ul>
</li>
</ul>
</div>
<div class="avoid-break">
<h2>2010 - 2012 — Wind Up Pixel</h2>
<ul>
<li>
Co-founder, Lead Engineer
<ul>
<li>
Worked on a remote team to create project analysis and proposals
</li>
<li>Lead others in development projects</li>
<li>
Assisted developers with technical problems and questions while
working on own projects
</li>
</ul>
</li>
</ul>
</div>
<div class="avoid-break">
<h1 id="publicspeaking">Public Speaking</h1>
<h2 id="universalrenderingwithreactpdxreactmeetup2016">
Universal Rendering With React — <em>PDX React Meetup, 2016</em>
</h2>
<ul>
<li>
Discussed the wonderful world of universal/isomorphic rendering
</li>
</ul>
<h2 id="maintainableangularappspdxangularmeetup2014">
Maintainable Angular Apps — <em>PDX Angular Meetup, 2014</em>
</h2>
<ul>
<li>
Presented patterns used in developing medium-sized Angular projects
</li>
</ul>
</div>
</div>
</body>
</html>