-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
409 lines (397 loc) · 24.9 KB
/
index.html
File metadata and controls
409 lines (397 loc) · 24.9 KB
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
408
409
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Language" content="en">
<title>Michael O. Schoneman</title>
<link rel="stylesheet" href="css/main.css">
<link rel="canonical" href="https://schoneman.net/">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120546732-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-120546732-1');
</script>
</head>
<body>
<link rel="stylesheet" href="css/cover.css">
<span class="mobile btn-mobile-menu">
<i class="icon icon-list btn-mobile-menu__icon"></i>
<i class="icon icon-x-circle btn-mobile-close__icon hidden"></i>
</span>
<header class="panel-cover ">
<div class="panel-main">
<div class="panel-main__inner panel-inverted">
<div class="panel-main__content">
<a href="https://schoneman.net" title="link to homepage of Michael O. Schoneman">
<img src="images/profile.png" class="user-image" alt="My Profile Photo">
<h1 class="panel-cover__title panel-title">Michael O. Schoneman</h1>
</a>
<hr class="panel-cover__divider">
<p class="panel-cover__description">Experienced software developer with a demonstrated
history of shipping complex systems. Strong
engineering professional skilled in a broad range of technologies. Passionate about learning new
things and automating as much as possible.</p>
<hr class="panel-cover__divider panel-cover__divider--secondary">
<div class="navigation-wrapper">
<nav class="cover-navigation cover-navigation--primary">
<ul class="navigation">
<li class="navigation__item">
<a href="#cv" title="link to Michael O. Schoneman Résumé"
class="cv-button">Résumé</a>
</li>
</ul>
</nav>
<nav class="cover-navigation navigation--social">
<ul class="navigation">
<li class="navigation__item">
<a href="https://www.linkedin.com/in/mschoneman" title="mschoneman on LinkedIn"
target="_blank">
<i class="icon icon-social-linkedin"></i>
<span class="label">LinkedIn</span>
</a>
</li>
<li class="navigation__item">
<a href="https://www.github.com/mschoneman" title="mschoneman on GitHub"
target="_blank">
<i class="icon icon-social-github"></i>
<span class="label">GitHub</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="panel-cover--overlay"></div>
</div>
</header>
<div class="content-wrapper" style="display:none;">
<div class="content-wrapper__inner">
<div class="main-section-list">
<ol class="section-list">
<li>
<h2 class="section-title">
Skills & Tools
</h2>
<span class="skills-tags">C#</span>
<span class="skills-tags">TypeScript</span>
<span class="skills-tags">.NET Core</span>
<span class="skills-tags">ASP.NET Core</span>
<span class="skills-tags">Angular</span>
<span class="skills-tags">Docker</span>
<span class="skills-tags">Azure</span>
<span class="skills-tags">MS SQL Server</span>
<span class="skills-tags">Git</span>
<span class="skills-tags">Redis</span>
<span class="skills-tags">RabbitMQ</span>
<span class="skills-tags">Octopus Deploy</span>
<span class="skills-tags">TFS</span>
<span class="skills-tags">jQuery</span>
<span class="skills-tags">Kendo UI</span>
<span class="skills-tags">.NET Framework</span>
<span class="skills-tags">ASP.NET</span>
<span class="skills-tags">MVC</span>
<span class="skills-tags">Web API</span>
<span class="skills-tags">Electron</span>
<span class="skills-tags">Aurelia</span>
<span class="skills-tags">Java</span>
<span class="skills-tags">JavaScript</span>
<span class="skills-tags">PHP</span>
<span class="skills-tags">C/C++</span>
<span class="skills-tags">XAML</span>
<span class="skills-tags">HTML</span>
<span class="skills-tags">CSS</span>
<span class="skills-tags">MVVM</span>
<span class="skills-tags">IoC/DI</span>
<span class="skills-tags">SQLite</span>
<span class="skills-tags">MySQL</span>
<span class="skills-tags">JIRA</span>
<span class="skills-tags">Confluence</span>
<span class="skills-tags">Agile</span>
<span class="skills-tags">SCRUM</span>
<span class="skills-tags">Subversion</span>
<span class="skills-tags">JSON</span>
<span class="skills-tags">XML</span>
<span class="skills-tags">SOAP</span>
<span class="skills-tags">WiX</span>
<hr class="section-list__divider">
</li>
<li>
<h2 class="section-title">
Experience
</h2>
<ol class="job-list">
<li>
<div class="job">
<h4 class="job-title">
Architect
</h4>
<div class="job__meta">
<span class="employer">
UnitedLex Corporation
</span>
<span class="duration">
2020-Present
</span>
</div>
<ul class="accomplishments">
<li>Designed, implemented, and deployed applications using multiple Azure Cloud
services, including: Azure App Service, Azure Functions, Azure SQL Database,
and Azure Key Vault
</li>
<li>Worked with Project Managers and Business Analysts to help discover and
design solutions to business needs
</li>
<li>Provided technical leadership and mentoring to other members of the team via
feedback on Pull Requests as well as formal and informal training sessions
</li>
<li>Created templates for other developers to produce new projects that followed
UnitedLex standards and best practices
</li>
<li>Setup SonarQube/SonarCloud to help all developers improve code quality
</li>
<li>Setup CI/CD pipelines for applications using Azure DevOps that included unit
and integration testing</li>
</ul>
</div>
</li>
<li>
<div class="job">
<h4 class="job-title">
Software Development Team Lead
</h4>
<div class="job__meta">
<span class="employer">
UnitedLex Corporation
</span>
<span class="duration">
2017-2020
</span>
</div>
<ul class="accomplishments">
<li>Led the adoption of Angular, including research, proof of concept, initial
implementation,
and acting as a resource for other team members and teams as they came up to
speed
</li>
<li>Created a reusable library of Angular components to standardize the look and
feel as well as reduce the boilerplate code required of all new UnitedLex
web applications
</li>
<li>Implemented a unified authentication and authorization system based on
IdentityServer 4 and Azure AD
</li>
<li>Designed, scoped, and created a feature to monitor and report on background
jobs processed via Windows Services communicating with RabbitMQ</li>
<li>Led a team of two other developers to consistently have little to no carry
over after two-week sprints</li>
<li>Worked on a legal eDiscovery application consisting of an ASP.NET MVC
frontend communicating with multiple backend microservices implemented in
ASP.NET Web API</li>
<li>Acclimated to a large pre-existing code base and started delivering value
quickly</li>
</ul>
</div>
</li>
<li>
<div class="job">
<h4 class="job-title">
Software Developer
</h4>
<div class="job__meta">
<span class="employer">
Eastman Kodak Company/Kodak Alaris
</span>
<span class="duration">
2001-2017
</span>
</div>
<h6>Project Management</h6>
<ul class="accomplishments">
<li>Have performed and led all aspects of the product life cycle: requirements,
design,
construction/implementation, quality assurance/testing, documentation,
shipping
and maintenance</li>
<li>Interacted with key customers to gather voice of the customer requirements
and used
that to define product features, direction, and if needed, customized
solutions</li>
<li>Setup a Subversion repository and championed the use of source code control
by the
development team</li>
<li>Setup a CruiseControl.NET server and established an automated and repeatable
build
process for the development team</li>
<li>Working individually and with a design team, created user interfaces that
were simple,
intuitive, and highly discoverable </li>
<li>Quickly proto-typed various user interfaces for group analysis and customer
feedback</li>
<li>Worked with a multifunctional team to define and implement communication
specifications
at system boundaries</li>
<li>Participated and presented in workshops designed to engage the end user
</li>
<li>Responsible for continuous self-education on technical subjects</li>
</ul>
<h6>Technical Work</h6>
<ul class="accomplishments">
<li>Created a prototype photographer order entry system built using TypeScript,
Aurelia
and Electron</li>
<li>Implemented a back-end REST-ful Web API using ASP.NET Core</li>
<li>Served as lead developer on a ActionScript/Flex photographer order entry
system that
communicated with a back-end server system using XML and HTTP</li>
<li>Implemented a back-end server system using PHP</li>
<li>Created a consumer photo book application using Java/Swing with a unique
Synth-based
UI that communicated with a back-end server system using SOAP</li>
<li>Helped implement the photo book back-end server system (including the
management
UI and SOAP communication) using PHP/CodeIgniter</li>
<li>Served as lead developer on a browser based interface to business
intelligence data
using Microsoft's Web Client Software Factory</li>
<li>Served as lead developer on a WinForms customer service and business
intelligence
product using Microsoft's Smart Client Software Factory</li>
<li>Served as lead developer on a Java/Swing photographer order entry system
that communicated
with a back-end server system using XML and HTTP</li>
<li>Designed and implemented a new .NET data access layer to be used by other
programmers
in C#</li>
<li>Created and maintained installation routines using WiX</li>
<li>Used a custom scripting language to send and receive orders though a routing
tier
using SOAP with WS-Security and MTOM encoding </li>
<li>Designed and implemented a web-based customer order inquiry system with a C#
and
ASP.NET presentation layer communicating via SOAP with a C++ back-end</li>
<li>Designed and implemented a touch screen order entry system utilizing a
custom skinning
engine written in C++ and MFC</li>
<li>Designed and implemented various COM components in C++/ATL for use in VB6
</li>
<li>Created a program to communicate with robotic CD/DVD burners using a
supplied SDK</li>
</ul>
</div>
</li>
<li>
<div class="job">
<h4 class="job-title">
Senior Systems Applications Analyst / Programmer
</h4>
<div class="job__meta">
<span class="employer">
Kansas City Life Insurance
</span>
<span class="duration">
1999-2001
</span>
</div>
<ul class="accomplishments">
<li>Designed and implemented the user interface for a life insurance
illustration system
used by thousands of agents using C++ and MFC</li>
<li>Helped design and made use of a COM-based calculation engine</li>
<li>Worked closely with a team of testers to quickly identify and fix issues
prior to
shipping software to customers</li>
<li>Enhanced and re-used an existing report printing engine in C++ and MFC</li>
</ul>
</div>
</li>
<li>
<div class="job">
<h4 class="job-title">
Sole Proprietor
</h4>
<div class="job__meta">
<span class="employer">
Practical Ingenuity, LLC
</span>
<span class="duration">
1994-2001
</span>
</div>
<ul class="accomplishments">
<li>Designed, implemented, marketed and sold an electronic programming guide
(EPG) application
for the Pocket PC</li>
<li>Supported over 1,000 paid users via e-mail and forums</li>
<li>Offered computer-consulting services</li>
<li>Installed and administered small Local Area Networks</li>
<li>Recommended, installed, and configured hardware systems and add-ons</li>
</ul>
</div>
</li>
<li>
<div class="job">
<h4 class="job-title">
Software Engineer
</h4>
<div class="job__meta">
<span class="employer">
Bremson Inc
</span>
<span class="duration">
1991-1999
</span>
</div>
<ul class="accomplishments">
<li>Interviewed customers to determine and document product requirements</li>
<li>Designed, constructed, and tested software programs, both at the application
and
interface level using the C language and the VMS operating system to
implement
a production control system for photographic equipment</li>
<li>Controlled legacy equipment using predefined serial communication protocols
from
both VMS and Windows</li>
<li>Helped rewrite a VMS production control system for a Windows environment
</li>
<li>Designed and implemented a network communications system to allow use of the
unmodified
Windows user interfaces while accessing data on the legacy VMS systems</li>
</ul>
</div>
</li>
</ol>
<hr class="section-list__divider">
</li>
<li>
<h2 class="section-title">
Education
</h2>
<h4 class="job-title">
B.S. Computer Science
</h4>
<div class="job__meta">
<span class="university">
University of Kansas
</span>
<span class="duration">
1992-1996
</span>
</div>
</li>
</ol>
</div>
</div>
<footer class="footer">
<span class="footer__copyright">© 2018 Michael O. Schoneman</span>
</footer>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</div>
</body>
</html>