-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
executable file
·694 lines (649 loc) · 15 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
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
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Tim Hanus | Software Leadership and Development</title>
<style type="text/css">
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display:block; }
audio, canvas, video {
display:inline-block;
*display:inline;
*zoom:1;
}
audio:not([controls]) { display:none; }
[hidden] { display:none; }
html {
font-size:100%;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
}
html, button, input, select, textarea { font-family:sans-serif; }
body { margin:0; }
a:focus { outline:thin dotted; }
a:hover, a:active { outline:0; }
h1 {
font-size:2em;
margin:0.67em 0;
}
h2 {
font-size:1.5em;
margin:0.83em 0;
}
h3 {
font-size:1.17em;
margin:1em 0;
}
h4 {
font-size:1em;
margin:1.33em 0;
}
h5 {
font-size:0.83em;
margin:1.67em 0;
}
h6 {
font-size:0.75em;
margin:2.33em 0;
}
abbr[title] { border-bottom:1px dotted; }
b, strong { font-weight:bold; }
blockquote { margin:1em 40px; }
dfn { font-style:italic; }
mark {
background:#ffff00;
color:#000000;
}
p, pre { margin:1em 0; }
pre, code, kbd, samp {
font-family:monospace, serif;
_font-family:'courier new', monospace;
font-size:1em;
}
pre {
white-space:pre;
white-space:pre-wrap;
word-wrap:break-word;
}
q { quotes:none; }
q:before, q:after {
content:'';
content:none;
}
small { font-size:75%; }
sub, sup {
font-size:75%;
line-height:0;
position:relative;
vertical-align:baseline;
}
sup { top:-0.5em; }
sub { bottom:-0.25em; }
dl, menu, ol, ul { margin:1em 0; }
dd { margin:0 0 0 40px; }
menu, ol, ul { padding:0 0 0 40px; }
nav ul, nav ol {
list-style:none;
list-style-image:none;
}
img {
border:0;
-ms-interpolation-mode:bicubic;
}
svg:not(:root) { overflow:hidden; }
figure { margin:0; }
form { margin:0; }
fieldset {
border:1px solid #c0c0c0;
margin:0 2px;
padding:0.35em 0.625em 0.75em;
}
legend {
border:0;
padding:0;
white-space:normal;
*margin-left:-7px;
}
button, input, select, textarea {
font-size:100%;
margin:0;
vertical-align:baseline;
*vertical-align:middle;
}
button, input { line-height:normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] {
cursor:pointer;
-webkit-appearance:button;
*overflow:visible;
}
button[disabled], input[disabled] { cursor:default; }
input[type="checkbox"], input[type="radio"] {
box-sizing:border-box;
padding:0;
*height:13px;
*width:13px;
}
input[type="search"] {
-webkit-appearance:textfield;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance:none; }
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
textarea {
overflow:auto;
vertical-align:top;
}
table {
border-collapse:collapse;
border-spacing:0;
}
body.pdf { color:black; }
body.pdf a {
text-decoration:none;
color:black;
}
body.pdf .container {
width:1000px;
margin:15 auto;
padding:0;
background:none;
border:none;
border-width:8px 0 2px 0;
text-align:left;
}
body.pdf .resume {
position:relative;
padding:40px 80px;
}
body.pdf a[href$='.pdf'] { display:none; }
body.pdf h1 {
letter-spacing:0;
margin-top:0;
font-size:48px;
text-transform:uppercase;
font-weight:normal;
}
body.pdf h2 {
letter-spacing:0;
text-transform:uppercase;
font-weight:normal;
}
body.pdf h3 {
font-style:normal;
font-size:140%;
}
body.pdf h3+p {
width:95%;
clear:both;
}
body.pdf blockquote {
top:10px;
right:50px;
position:absolute;
}
body.pdf ul li {
width:33%;
float:left;
}
body.pdf ul dl {
margin:0;
padding:0.3em 0 0;
}
body.pdf ul dl dt {
font-size:122%;
font-weight:normal;
margin:0 0 .75em;
}
body.pdf ul dl dd { padding:0 4em 0 0; }
body.pdf ol {
float:left;
width:84%;
margin:.7em 0 0;
}
body.pdf ol li {
width:33%;
margin:0;
}
body.pdf ol li:nth-child(3n) { width:34%; }
body.pdf ol li:nth-child(1), body.pdf ol li:nth-child(2), body.pdf ol li:nth-child(3) { border-top:none; }
body.pdf dl {
font-size:115%;
width:94%;
}
body.pdf dl dd p { padding:0.5em 0em 0em; }
body.pdf dl dd ul li { width:90%; }
body.pdf dl strong {
float:right;
margin-top:-2em;
}
body.pdf dl em {
font-size:130%;
font-style:normal;
}
body.pdf dl dt {
padding-top:2.2em;
font-size:105%;
}
body.pdf dl dt:nth-of-type(2) { padding-top:8em; }
body.pdf dl dt:nth-of-type(1) { padding-top:0.5em; }
.clearfix { zoom:1; }
.clearfix:after {
display:block;
visibility:hidden;
height:0;
clear:both;
content:".";
}
body {
font-family:'Hoefler Text', Times New Roman, Times, serif;
color:#444444;
}
h1, h2, h3, h4, ul dl dt { font-family:Futura, "Century Gothic", AppleGothic, sans-serif; }
.container {
margin:0 auto;
padding:0;
background:#ffffff;
border:solid #666666;
border-width:8px 0 2px 0;
text-align:left;
}
.resume {
position:relative;
padding:10px 20px;
}
a { color:#990003; }
a[href$='.pdf'] {
display:inline-block;
background:#666666;
color:white;
padding:6px 12px;
margin-bottom:6px;
text-decoration:none;
}
blockquote {
margin:0;
padding:0;
line-height:1.4em;
display:block;
}
blockquote a { display:block; }
hr {
display:block;
position:relative;
padding:0;
margin:18px auto;
width:100%;
clear:both;
border:none;
border-top:1px solid #cccccc;
font-size:1px;
line-height:0;
overflow:visible;
page-break-after:avoid;
}
h1 {
margin:0;
padding:0;
font-size:36px;
letter-spacing:-1px;
font-weight:normal;
}
h2 {
margin:0;
padding:0;
font-size:18px;
letter-spacing:-1px;
font-weight:normal;
}
h3 {
margin:0;
padding:0 0 .5em;
font-size:150%;
font-style:italic;
font-weight:normal;
}
h3+p {
margin:.6em 0 16px;
padding:0;
display:block;
font-size:104%;
line-height:24px;
}
ul {
margin:0;
padding:0;
list-style:none;
}
ul li {
margin:0;
padding:0;
}
ul dl {
margin:.3em 0 0;
padding:0;
width:100%;
}
ul dl dt { font-size:100%; }
ul dl dd {
margin:0 0 1em;
padding:0 2em 0 0;
font-size:.8em;
line-height:1.5em;
}
ol {
margin:0;
padding:0 0 .75em;
width:84%;
display:inline-block;
}
ol li {
margin:0 0 0 1em;
padding:0;
width:100%;
float:left;
list-style:none;
line-height:24px;
font-size:14px;
}
ol li:nth-child(1) { border-top:none; }
ul li p {
font-size:122%;
font-family:Futura, "Century Gothic", AppleGothic, sans-serif;
margin:0;
padding:0;
}
ul li ol li { width:100% !important; }
dl {
display:inline-block;
width:75%;
margin:0;
padding:0;
}
dl dt {
border-bottom:solid #cccccc 1px;
margin:0;
padding:1em 0em 0em;
font-size:140%;
clear:both;
}
dl dt:first-child { padding:0em 0em 0em; }
dl dd {
margin:0 0 1.5em;
padding:0;
font-size:80%;
line-height:1.4em;
clear:both;
}
dl dd ul {
list-style:square;
display:block;
clear:both;
margin:-1em 2.5em 1em;
padding:0em 0em 2.5em;
}
dl dd ul li {
width:90%;
clear:both;
}
dl dd p:first-child {
margin:0em;
padding:1em 0em 1.2em;
}
dl dd p {
padding:0em;
margin:-1em 0.6em 1.5em;
}
dl strong { display:block; }
dl p em {
display:block;
font-size:130%;
margin:.5em .5em .5em;
font-style:bold;
}
#footer { display:none; }
#footer + p {
width:100%;
font-size:11px;
text-align:center;
}
@media screen and (min-width: 15em) {
}
@media screen and (min-width: 30em) {
}
@media screen and (min-width: 37.5em) {
body { padding:2em 0; }
blockquote {
top:10px;
right:50px;
position:absolute;
}
h1 { margin-top:.5em; }
ol { margin:0 0 0 1em; }
ol li {
width:50%;
margin:0;
}
ol li:nth-child(1), ol li:nth-child(2) { border-top:none; }
}
@media screen and (min-width: 57em) {
.container { width:912px; }
.resume {
position:relative;
padding:40px 50px;
}
blockquote {
top:5px;
right:50px;
position:absolute;
}
h1 {
margin-top:0;
font-size:48px;
text-transform:uppercase;
letter-spacing:3px;
font-weight:normal;
}
h2 {
text-transform:uppercase;
letter-spacing:2px;
font-weight:normal;
}
h3 {
float:left;
width:16%;
}
h3+p {
float:left;
width:84%;
}
ul li {
width:28%;
float:left;
}
ul dl dt {
font-size:122%;
font-weight:normal;
margin-bottom:.75em;
}
ul dl dd { padding:0 4em 0 0; }
ol {
float:left;
width:84%;
margin:.6em 0 0;
}
ol li {
width:33%;
margin:0;
}
ol li:nth-child(3n) { width:34%; }
ol li:nth-child(1), ol li:nth-child(2), ol li:nth-child(3) { border-top:none; }
dl { margin:.5em 0 0; }
dl strong {
float:right;
margin-top:-2em;
}
dl em {
font-size:130%;
font-style:normal;
}
}
@media screen and (min-width: 118em) {
}
</style>
</head>
<body class="">
<div class="container">
<div class="resume">
<h1>Tim Hanus</h1>
<h2>Software Leadership and Development</h2>
<blockquote>
<p><a href="resume.pdf">Download PDF</a><br />
<a href="[email protected]">[email protected]</a>
<a href="http://trh.io">http://trh.io</a>
512.468.8273</p>
</blockquote>
<hr />
<h3 id="profile">Profile</h3>
<p>A dedicated leader with over nine years of experience driving software development teams in fast-paced and complex business environments. Excellent interpersonal, motivational, and technical skills. A pragmatic software developer specializing in high performance, distributed systems.</p>
<hr />
<h3 id="skills">Skills</h3>
<ul>
<li><p>People</p>
<ol>
<li>Agile/Lean Leadership</li>
<li>Requirements Analysis</li>
<li>Kanban / Scrum </li>
<li>User Stories</li>
<li>Test Driven Development</li>
<li>Product Management</li>
<li>Recruiting / Hiring</li>
<li>Mentoring</li>
<li>Research and Development</li>
<li>Budget Management</li>
<li>Conflict Resolution </li>
</ol></li>
<li><p>Languages</p>
<ol>
<li>Python</li>
<li>PHP</li>
<li>Javascript</li>
<li>Go</li>
<li>Perl</li>
<li>Java</li>
<li>C#</li>
<li>Perl</li>
<li>HTML/CSS</li>
<li>Clojure</li>
<li>Ruby</li>
<li>C/C++</li>
</ol></li>
<li><p>Software</p>
<ol>
<li>Linux</li>
<li>Amazon EC2</li>
<li>Jira/GreenHoper</li>
<li>MySQL</li>
<li>MongoDB</li>
<li>Memcached</li>
<li>RabbitMQ</li>
<li>Hadoop</li>
<li>Git</li>
<li>Apache</li>
<li>Nagios</li>
<li>Mac OS X</li>
</ol></li>
</ul>
<hr />
<h3 id="experience">Experience</h3>
<dl>
<dt>AdRevolution (acquired by Tactara 2012)</dt>
<dd>
<p><em>Vice President of Technology</em>
<strong>2013-Present</strong></p>
<p>Planned and executed major technology pivot during corporate reorganization. Cut expenses by over 40% while maintaining team responsiveness and system performance. Designed and implemented software changes that dramatically reduced operational overhead and returned the company to profitability.</p>
<ul>
<li>Assumed additional responsibility for data center operations.</li>
<li>Led and coordinated effort to consolidate and simplify technology infrastructure.</li>
<li>Redesigned critical software components to reduce job turnaround time from 12 hours to 1 hour.</li>
<li>Identified and eliminated wasteful business processes to streamline the environment.</li>
</ul>
</dd>
<dd>
<p><em>Director, Software Development</em>
<strong>2012-2013</strong></p>
<p>Responsible for post-acquisition system consolidation and integration. Championed cultural and procedural changes to create a more integrated, agile, and satisfying working environment. Led development and system engineering efforts to develop features and improve performance under quickly changing market conditions.</p>
<ul>
<li>Oversaw integration of Windows/C# environment with Linux/Python environment.</li>
<li>Implemented cross training efforts between AdRevolution and Tactara technical staff.</li>
<li>Increased system throughput ten-fold over the course of 3 weeks with only a 5% increase in cost.</li>
<li>Led fast-moving R&D team on several high-impact, high-visibility projects.</li>
</ul>
</dd>
<dd>
<p><em>Senior Manager, Software Development</em>
<strong>2011-2012</strong></p>
<p>Instigated disciplined software development processes. Grew the development team from two people to eight. Launched aggressive efforts to stabilize and rationalize software and business processes. Initiated and championed development of business-transforming next-generation architecture.</p>
<ul>
<li>Implemented strict version control, deployment procedures, code review and QA processes.</li>
<li>Led development of a new SaaS/API product offering, which became a major revenue center.</li>
<li>Developed systems to move from daily to real-time reports on key performance indicators.</li>
<li>Migrated key components from PHP to Python, resulting in an order of magnitude speed increase.</li>
</ul>
</dd>
<dt>Health Care Connect</dt>
<dd>
<p><em>Founder, CTO</em>
<strong>2009-2011</strong></p>
<p>Provided strategic direction and technical leadership for a start-up focused on health care software. Led the company through concept, prototype and seed-round funding to finished product and revenue.</p>
<ul>
<li>Designed and developed a software platform to fetch patient data from practice servers in real time.</li>
<li>Created Patient Portal and Appointment Reminder service to showcase platform.</li>
<li>Met with doctors, patients, and investors to explore the potential of the platform. </li>
<li>Executed pilot launch of platform at 5 ophthalmology practices.</li>
</ul>
</dd>
<dt>Bell Microproducts</dt>
<dd>
<p><em>Application Development Manager</em>
<strong>2006–2010</strong></p>
<p>Managed all software development for US and Canada divisions, with some oversight of UK/European integration. Led a team of employees and contractors to maintain and develop several software solutions. Worked closely with upper management and end users to understand problems and drive solutions.</p>
<ul>
<li>Responsible for all phases of software development life cycle.</li>
<li>Led Development on 4 websites, CRM/ERP tools, warehouse management system and EDI platform. </li>
<li>Coordinated efforts between 12 developers and 8 product managers in 5 different cities</li>
<li>Worked with auditors to ensure Sarbanes-Oxley and PCI compliance.</li>
<li>Honors: Employee of the Quarter (Q4 2007), President’s Club (2008)</li>
</ul>
</dd>
<dt>Tech-X</dt>
<dd>
<p><em>CRM Application Architect</em>
<strong>2004-2006</strong></p>
<p>Technical lead for a team of 4 programmers. Served as a primary point of contact for largest
client. Balanced short term customer needs with long term product goals and maintainability.</p>
<ul>
<li>Tracked and invoiced the team’s billable hours. Found and stopped profit leaks and inefficiencies. </li>
<li>Led task force to standardize hardware, software and network best practices across customer base.</li>
<li>Designed an Internet storefront product, a pricing engine and a business intelligence solution.</li>
</ul>
</dd>
<dd>
<p><em>ERP Programmer</em>
<strong>2000-2004</strong></p>
</dd>
<dd>
<p><em>Level I Programmer</em>
<strong>1997-2000</strong></p>
</dd>
</dl>
<hr />
<h3 id="footer">Footer</h3>
<p>Tim Hanus — <a href="[email protected]">[email protected]</a> — 512.468.8273</p>
</div>
</div>
</body>
</html>