-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
629 lines (574 loc) · 27.4 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,800" rel="stylesheet">
<style type="text/css">
body {
font-family: "Open Sans", sans-serif;
background-color: lightslategray;
}
#name.stuck {
font-size: 1.5em !important;
color: black !important;
z-index: 100 !important;
background-color: white !important;
top: 0 !important;
width: 100% !important;
max-width: 40.66666666em !important;
text-align: center !important;
padding: 0 !important;
transform: translateX(-50%) !important;
}
.page {
filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.3));
max-width: 61em;
margin: auto;
}
.titlebar {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: flex-end;
height: 6em;
margin-top:2em;
margin-bottom: -1px;
border: 0;
overflow: no-display;
}
#logo {
/*display: inline;*/
vertical-align: baseline;
margin-bottom: 0;
border:0;
height: 6em;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.page-title {
font-family: "Open Sans", sans-serif;
font-weight: 800;
padding: 0 0.5em 0 0.5em;
background-color: white;
/*font-size: 0.5em;*/
color: #566778;
margin-left: 1em;
margin-bottom: 0px;
}
#contents {
z-index:100;
position: relative;
border-top-right-radius: 0.5em;
padding: 3.3% 6.6% 3.3% 6.6%;
background-color: white;
border-top: 1px solid white;
filter: progid:DXImageTransform.Microsoft.Glow(Color=#eeeeee, Strength=2) progid:DXImageTransform.Microsoft.Blur(pixelradius=5, enabled='true');
-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=#eeeeee,Strength=2)" "progid:DXImageTransform.Microsoft.Blur(pixelradius=5, enabled='true')";
}
.centered {
font-family: "Open Sans", sans-serif;
font-weight: 300;
line-height: 1;
font-size: 2em;
color: white;
max-width: 15em;
padding-top: 2.5em;
margin: auto;
}
.sectiontitle {
font-size: 1.5em;
font-style: normal;
font-variant: normal;
font-weight: 300;
line-height: 1.3em;
border-bottom: 1px solid black;
padding: 0.2em 0 0.2em 0;
margin: 0.4em 0 0.5em 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.sectiontitle + .employment .employment-header .jobtitle {
padding-top: 0;
}
h2 {
font-weight: 300;
font-size: 1.25em;
font-style: normal;
font-variant: normal;
margin-bottom: 0em;
}
.employment {
font-style: normal;
font-variant: normal;
font-weight: 400;
}
.employment-header {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: baseline;
}
.jobtitle {
padding-top: 1em;
font-size: 1.1em;
font-weight: 600;
width: 50%;
flex-basis: 50%;
order: 1;
}
.jobdates {
flex-basis: 50%;
width: 50%;
text-align: right;
order: 2;
}
.employer {
font-weight: 600;
width: 50%;
flex-basis: 50%;
order: 3;
}
.location {
flex-basis: 50%;
width: 50%;
text-align: right;
order: 4;
}
.summary {
margin-left: 1em;
margin-top: 0.5em;
}
ul {
margin: 0 0 0 0;
}
ul li {
padding-top: 0.5em;
padding-bottom: 0;
}
.centered {
float: left;
position: fixed;
left: 50%;
transform: translate(-50%, -50%);
}
@media print {
@page {
margin: 0.5in;
}
body {
font-size: 10pt;
}
#contents, #name, .page {
max-width: unset;
filter: unset;
}
.titlebar {
display: none;
margin: 0;
}
#name {
width: 100%;
text-align: left;
filter: unset;
position: unset;
font-size: 24pt;
padding: 0;
transform: unset;
float: unset;
left: unset;
margin: 0;
}
#contents {
padding: 0;
}
.summary {
margin-left: 0.25in;
font-size: 10pt;
text-align: justify;
}
h2 {
font-size: 10pt;
font-weight: normal;
}
.section {
margin-top: 12pt;
}
.section:first-of-type ul {
padding-inline-start: 0.5in;
margin-right: 0.5in;
}
.summary ul {
padding-inline-start: 0.25in;
}
.summary ul li {
padding: 0;
}
.employer, .jobdates, .location {
font-weight: normal;
font-size: 10pt;
}
.employer {
font-weight: 600;
}
.jobtitle {
font-weight: 600;
font-size: 11pt;
}
.section:first-of-type {
text-align: justify;
margin: 0;
}
.section:first-of-type .sectiontitle {
border-top: 0.5pt solid black;
border-bottom: 0.5pt solid black;
}
.sectiontitle {
border-bottom: 0.5pt solid black;
padding: 0;
}
.sectiontitle .employment-header {
page-break-after: avoid;
}
}
@media screen and (max-width: 450px) {
.long {
display: none;
}
#name.stuck {
left: 50% !important;
transform: translateX(-50%) !important;
}
#name.centered {
left: 3em;
transform: translate(0%, -50%);
}
.jobtitle {
margin-left: 0;
order: 1;
flex-basis: 100%;
}
.section ul {
padding-inline-start: 1.1em;
}
.employer {
margin-left: 0;
order: 2;
flex-basis: 100%;
}
.jobdates {
text-align: left;
order: 3;
}
.location {
display: none;
order: 4;
}
.summary {
margin-left: 0;
}
}
</style>
</head>
<body>
<div id="name" class="centered">Alexander G. Lapins</div>
<div class="page">
<div class="titlebar">
<object id="logo" data="img/AL-Sylfaen.svg" type="image/svg+xml"></object>
<div class="page-title">RESUME</div>
</div>
<div id="contents">
<div class="section">
<div class="sectiontitle">SUMMARY</div>
Hands on technology leader with a proven track record in aligning technology development with business
needs, starting new business lines, and building collaborative development teams. Managed development of and
implemented technology stacks for all aspects of hedge fund business, including reference data, quantitative
research and model building, portfolio and order management systems, algo trading, realtime P&L and
portfolio accounting across equities and fixed income.
<h2>Career Highlights</h2>
<ul>
<li>Designed, implemented low-latency technology stack for Java microservices, increasing performance by
10x compared to previous stack.
</li>
<li>Decreased client-affecting critical release bugs by 80% by instituting, managing agile/spiral hybrid
SDLC.
</li>
<li>Created Portal Framework in C# to integrate front end for portfolio trading models, monitors and
risk management. Reduced new feature development time by ~50%, grew to host 1/3 of total code in
firm.
</li>
</ul>
</div>
<div class="section">
<div class="sectiontitle">PROFESSIONAL EXPERIENCE</div>
<div class="employment">
<div class="employment-header">
<div class="jobtitle">Managing Director, Software Engineering</div>
<div class="employer">Alpha Theory</div>
<div class="jobdates">6/<span class="long">20</span>14 – 6/<span class="long">20</span>18</div>
<div class="location">New York, NY</div>
</div>
<div class="summary">Alpha Theory provides SaaS which optimizes position sizing. As member of Executive
Committee, work on all aspects of company development, strategy and growth. Modernized technical
infrastructure, increased performance (both runtime and development time), and increased customer
engagement. Highlights include:
<ul>
<li>Opening top end of market by upgrading Alpha Theory’s security posture. Resulted in adding
(to date) 4 of the top 15 hedge funds as clients, including funds which had previously
declined based on security concerns.
</li>
<li>Decreasing client-affecting critical release bugs by 80% by instituting, managing SDLC
(agile/spiral hybrid). Continuously refining lifecycle based on post-release reviews.
</li>
<li>Pitching, driving redesign of application UI, resulting in 20% increase in sales
conversions. Led hiring, domain-specific training for UX/UI designer; setting criteria for,
supervising choice of new front-end stack to support designs, and reduce future development
time. (Angular2, Typescript)
</li>
<li>Designing, implementing low-latency technology stack for Java microservices, increasing
performance by 10x for first service (Security Master) to use, and reducing maintenance
costs. Stack being used for construction of backend services powering public API and Excel
add-in. (Spring Boot, Aeron Messaging, Kryo, Disruptor, CQEngine, Hibernate/Ebeans/JDBC,
Jackson)
</li>
</ul>
</div>
</div>
<div class="employment">
<div class="employment-header">
<div class="jobtitle">Vice President, Software Engineer</div>
<div class="jobdates">4/<span class="long">20</span>11 – 5/<span class="long">20</span>14</div>
<div class="employer">Millennium Partners</div>
<div class="location">New York, NY</div>
</div>
<div class="summary">Worked for Fixed Income Market and Reference Data Technology. Projects
included:
<ul>
<li>Designed, implemented low-latency server for real time and end of day pricing to provide
company-wide normalized real time pricing for corporate, government and mortgage bonds,
futures, options, rates, FX spots and forwards. Aggregated feeds from Bloomberg,
Reuters, QuoteVision, various brokers. Quotes and end of day prices cleaned via
end-user-modifiable rules. Full tick capture, and statistical historical reporting used
by Middle office to refine pricing policies, (Java, Streambase, Solace TibRV)
</li>
<li>Developed data warehouse for use in trading models, including end of day pricing values,
calendars, auction results. (MS SQL Server)
</li>
<li>Developed multithreaded UI allowing Middle Office to validate, clean and sign off on
real time and end of day pricing, see historical intraday pricing (C#, Windows.Forms,
Solace TibRV)
</li>
<li>Developed standalone data loaders administrable through REST/JSON. (C#, Spring.NET)</li>
<li>Evaluated vendor applications for enterprise wide security master, in partnership with
Chief Architect.
</li>
</ul>
</div>
</div>
<div class="employment">
<div class="employment-header">
<div class="jobtitle">Vice President</div>
<div class="jobdates">4/<span class="long">20</span>10 – 3/<span class="long">20</span>11</div>
<div class="employer">Barclays Capital</div>
<div class="location">New York, NY</div>
</div>
<div class="summary">Worked on server components of Bond, CDX/CDS offerings, inquiries management
trading systems written in Java using SOA principles connected by Tibco EMS, using Oracle for
persistence. Designed build and deployment process from scratch for a multi-process loosely
coupled application, using Ant, Ivy, JUnit with a CruiseControl CI server.
</div>
</div>
<div class="employment">
<div class="employment-header">
<div class="jobtitle">Chief Architect</div>
<div class="jobdates">2/<span class="long">20</span>01 – 1/<span class="long">20</span>10</div>
<div class="employer">George Weiss Associates</div>
<div class="location">New York, NY</div>
</div>
<div class="summary">Created and implemented technology vision for multi-billion-dollar hedge fund.
Managed group of 10 developers and QA. Responsible for all application development, including
home grown Algo Trading, OMS, Trade Accounting, Risk Management systems. Worked with Risk and
Portfolio Managers, Quants, Back Office Management to determine requirements for project and
enterprise architecture. Mentored developers and Quants. Worked hands on in every aspect of
development from requirements writing through maintenance. Significant projects included:
<ul>
<li>Defined full SDLC. Instituted version control, build management tools, QA processes and
standards. Moved department, applications from cut'n'paste reuse to construction of
common components, reducing time, risk for multiple kinds of changes.
</li>
<li>Created toolset broadly applicable to multiple strategies, lowering development
time/cost. Toolset included Risk Management system, portfolio management and monitoring.
Evangelized tools within companies, searching out opportunities for reuse, common
components.
</li>
<li>Slashed development time by 50% by creating Portal development framework using C#
WinForms, Spring.NET. Used for trading model development and visualization by quants;
all risk management development. The Portal provided consistent, easily understood
structure, allowing developers to be used interchangeably and reducing time to learn
existing applications. Framework used by quants and other non-IT developers. 1/3 of the
total code in the company ran in the Portal (everything but the OMS, accounting, and
company wide P&L)
</li>
<li>Wrote trading algorithm, integrated with OMS. Algorithm provided access to additional
liquidity pools and reduced trading costs by 90% compared to previous execution methods.
Algorithm, front end originally developed for single strategy; was requested by traders
within all other strategies within two weeks of initial rollout.
</li>
<li>Designed, personally implemented POC of CEP based P&L engine; also allowed ad hoc
query and aggregation. Calculated company-wide P&L at tax lot level (65,000 tax
lots) in < 3/10 second. Required interfacing with OMS, IDC, Bloomberg, Trade
Accounting Systems to get trades, prices, convert to tax lots, calculate P&L.
</li>
<li>Wrote ADO.NET replacement that increased performance by 10x. Included same functionality
as ADO.NET (joins, views) but based on strongly typed object model, allowed partial
recalculations of aggregates based on changes and incorporated multithreading for
receiving changes from price feeds, message queues.
</li>
</ul>
</div>
</div>
<div class="employment">
<div class="employment-header">
<div class="jobtitle">CTO, Director of Technology</div>
<div class="jobdates">11/<span class="long">19</span>98 – 2/<span class="long">20</span>01</div>
<div class="employer">Opus360 Corporation</div>
<div class="location">New York, NY</div>
</div>
<div class="summary">As Co-Founder of Opus360, a publicly held professional services automation SaaS
company, participated in all aspects of business, from inception to IPO, including: writing
business plan, defining targeted market spaces, hiring senior management, defining product
lines, performing competitive analysis, designing, implementing deploying products. Personally
created, evangelized strategic technology vision, led technical sales, defined product
strategies.
<ul>
<li>Evangelized technical, business vision within the development group, resulting in
consistency of understanding that investors felt was unparalleled in their other
start-ups
</li>
<li>Built tight knit 30 person engineering department from scratch. Attracted high quality
people with low turnover rate during period of aggressive job hopping. Trained, mentored
architects, developers, UI designers.
</li>
<li>Created product architecture using MVC, Command patterns long before they became
standards in web architecture.
</li>
<li>Designed, prototyped, implemented architectures for three core products, allowing rapid
expansion of development team by minimizing learning curve.
</li>
<li>Defined SDLC, development methodologies which allowed department to scale rapidly with
low barrier to entry for new employees.
</li>
<li>Defined process, executed technical due diligence, selection for partners, technology
providers (Ariba, BEA, Oracle, PeopleSciences) including build versus buy criteria.
</li>
<li>IPO at $77 million valuation 2 years after company start.</li>
</ul>
</div>
</div>
<div class="employment">
<div class="employment-header">
<div class="jobtitle">Chief Programmer, Webmaster</div>
<div class="jobdates">11/<span class="long">19</span>97 – 11/<span class="long">19</span>98</div>
<div class="employer">GrayPeak Technologies/USWeb</div>
<div class="location">New York, NY</div>
</div>
<div class="summary">Hired by high growth network consulting company to create an intranet
application to optimize hiring, staffing, project management, and billing, with an eye to
spinning off as a separate company. Led team of internal and overseas developers, wrote
requirements, technical specifications, end user documentation, designed and implemented most
critical portions of product personally.
</div>
</div>
<div class="employment">
<div class="employment-header">
<div class="jobtitle">Director of Programming</div>
<div class="jobdates"> 4/<span class="long">19</span>96 –11/<span class="long">19</span>97</div>
<div class="employer">BrainBug LLC</div>
<div class="location">Hartford, CT</div>
</div>
<div class="summary">As Director of Programming for startup web design company was responsible for
all technology related activities within company, including response to RFCs, project
estimation, budgeting, implementation. Project highlights included: online surplus auction
application for the State of Connecticut; Vice Presidential Debate site in partnership with
RealNetworks, Times Mirror, WTIC; created variety of publication systems.
</div>
</div>
</div>
<div class="section">
<div class="sectiontitle">EDUCATION</div>
<div class="employment">
<div class="employment-header">
<div class="jobtitle">Bachelor’s Degree</div>
<div class="jobdates">1990-1994</div>
<div class="employer">Trinity College</div>
<div class="location">Hartford, CT</div>
</div>
<div class="summary">
Graduated with honors. B.A. in English, Minors in Japanese Civilization and European History.
Phi Beta Kappa
</div>
</div>
</div>
<div class="section">
<div class="sectiontitle">TECHNOLOGY PROFICIENCIES</div>
<p><i>Languages:</i> C#, Java, Javascript, VB 6, VB.NET, ActionScript, Flex, Esper EPL, XML, XSL, XSD,
RDF, HTML, CSS, SQL, T-SQL </p>
<p><i>Servers:</i> J2EE / JEE (JSP, Servlets, EJB, JMS), JBoss, Weblogic, SonicMQ, Aeron Messaging,
Fiorano ESB, Tomcat, ColdFusion, ASP, DTS, SSIS, SSRS </p>
<p><i>Databases:</i> Microsoft SQL Server; Oracle; Vertica </p>
<p><i>CEP:</i> Esper; Streambase, Aleri </p>
<p><i>Tools:</i> Git, Subversion, CVS, Visual SourceSafe, Perforce, Confluence, Jira, OnTime, Rational
Rose, UML, ER/Win </p>
<p><i>Build Tools:</i> NUnit, JUnit, NAnt, Ant, Ivy, Maven </p>
<p><i>Algorithmic Trading/FIX Platforms:</i> FlexTrade, Inforeach, Cameron </p>
<p><i>IDEs:</i> Visual Studio, Eclipse, IntelliJ IDEA, JBuilder </p>
<p><i>Components/Frameworks:</i> Spring, Spring.NET, Cairngorm, Hibernate, NHibernate, Devexpress, Chart
FX, Vintela SSO for Java, SmartClient, Angular JS, HighCharts, Selenium, Gauge</p>
</div>
</div>
<script>
const name = document.getElementById("name");
const contents = document.getElementById("contents");
function menuState() {
const pxPerEm = parseFloat(
getComputedStyle(
document.querySelector('body')
)['font-size']);
const positionToStick = contents.offsetTop + (1.5 * pxPerEm);
const stuckAmount = Math.min(window.pageYOffset - positionToStick, 6);
if (stuckAmount < 0) {
name.classList.remove("stuck");
name.style.filter = "";
} else {
name.classList.add("stuck")
name.style.filter = "drop-shadow(" + stuckAmount + "px " + stuckAmount + "px " + stuckAmount + "px rgba(0, 0, 0, 0.3))";
}
}
// window.onscroll = function () {
// menuState()
// };
window.onscroll = menuState;
window.ga = function () {
ga.q.push(arguments)
};
ga.q = [];
ga.l = +new Date;
ga('create', 'UA-146776406-1', 'auto');
ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
</div>
</body>
</html>