-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
573 lines (418 loc) · 24.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Sergey Titov</title>
<!-- Bootstrap Core CSS -->
<!--
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="print" href="assets/css/bootstrap.min.css">
-->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">
<!-- Customizable CSS -->
<link href="assets/css/main.css" rel="stylesheet" data-skrollr-stylesheet>
<link href="assets/css/green.css" rel="stylesheet" title="Color">
<link href="assets/css/owl.carousel.css" rel="stylesheet">
<link href="assets/css/owl.transitions.css" rel="stylesheet">
<link href="assets/css/animate.min.css" rel="stylesheet">
<!-- Fonts -->
<link href="http://fonts.googleapis.com/css?family=Lato:400,900,300,700" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic" rel="stylesheet">
<!-- Icons/Glyphs -->
<link href="assets/fonts/fontello.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- HTML5 elements and media queries Support for IE8 : HTML5 shim and Respond.js -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45007566-1', 'auto');
ga('send', 'pageview');
</script> <!-- /.Google Analytics -->
</head>
<body>
<!-- ============================================================= HEADER ============================================================= -->
<header>
<div class="navbar">
<div class="navbar-header">
<div class="container">
<ul class="info pull-left">
<li><a href="mailto:sergtitov@gmail.com"><i class="icon-mail-1 contact"></i>sergtitov@gmail.com</a></li>
<li><a href="skype:titovsergey?chat"><i class="icon-s-skype contact"></i>titovsergey</a></li>
<li><a href="https://twitter.com/sergtitov" target="_blank"><i class="icon-s-twitter contact"></i>@sergtitov</a></li>
</ul>
<!-- /.info -->
<ul class="social pull-right">
<li><a href="#"><i class="icon-s-facebook"></i></a></li>
<li><a href="#"><i class="icon-s-gplus"></i></a></li>
<li><a href="#"><i class="icon-s-twitter"></i></a></li>
<li><a href="#"><i class="icon-s-pinterest"></i></a></li>
<li><a href="#"><i class="icon-s-behance"></i></a></li>
<li><a href="#"><i class="icon-s-dribbble"></i></a></li>
</ul>
<!-- /.social -->
<!-- ============================================================= LOGO MOBILE ============================================================= -->
<a class="navbar-brand" href="index.html"><img src="assets/images/NT_logo.svg" class="logo" alt=""></a>
<!-- ============================================================= LOGO MOBILE : END ============================================================= -->
<a class="btn responsive-menu pull-right" data-toggle="collapse" data-target=".navbar-collapse"><i
class='icon-menu-1'></i></a>
</div>
<!-- /.container -->
</div>
<!-- /.navbar-header -->
<div class="yamm">
<div class="navbar-collapse collapse">
<div class="container">
<!-- ============================================================= LOGO ============================================================= -->
<a class="navbar-brand" href="index.html"><img src="assets/images/NT_logo.svg" class="logo" alt=""></a>
<!-- ============================================================= LOGO : END ============================================================= -->
<!-- ============================================================= MAIN NAVIGATION ============================================================= -->
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="portfolio.html">Portfolio</a>
</li>
<li>
<a href="resume.html">Resume</a>
</li>
<li>
<a href="blog.html">Blog</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
<!-- /.nav -->
<!-- ============================================================= MAIN NAVIGATION : END ============================================================= -->
</div>
<!-- /.container -->
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.yamm -->
</div>
<!-- /.navbar -->
</header>
<!-- ============================================================= HEADER : END ============================================================= -->
<!-- ============================================================= MAIN ============================================================= -->
<main>
<!-- ============================================================= SECTION – RESUME ============================================================= -->
<div class="container inner-xs">
<div class="row">
<div class="col-md-3 inner-right-md inner-bottom-sm">
<!-- ============================================================= SIDE NAVIGATION ============================================================= -->
<ul class="sidenav">
<li><a href="#summary">Summary</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#education">Education</a></li>
</ul><!-- /.sidenav -->
<!-- ============================================================= SIDE NAVIGATION : END ============================================================= -->
</div><!-- /.col -->
<div class="col-md-9 inner-left-md border-left">
<!-- ============================================================= SECTION – CONTENT ============================================================= -->
<section id="content">
<div class="row inner-bottom-xs" id="summary">
<div class="col-sm-12 inner-right-xs">
<h2>Summary</h2>
<p>Software Architect, Team Leader, and Project Coordinator in a wide variety of enterprise business applications from scalable multi-datacenter platforms written in Java, Node.js, AngularJS with data stored in NoSQL databases like Cassandra to Single-Sign-On solutions with lots of low-level C++. Interested in leading distributed multinational teams working on challenging projects.</p>
<p>Maintainer of <a href="https://github.com/sergtitov/NodeJS-Learning">Node.js Learning</a> on Github - curated links to blog posts, articles, videos, tutorials, books, frameworks, modules, IDEs, testing tools, hosting providers, etc. to help learn Node.js and keep up to date.</p>
</div>
</div>
<div class="row text-center">
<div class="col-sm-4 inner-bottom-xs">
<div class="icon">
<i class="fa fa-code icn"></i>
</div><!-- /.icon -->
<h2>Languages</h2>
<ul class="inner-right-xs">
<li>JavaScript</li>
<li>C#</li>
<li>Java</li>
<li>C++</li>
<ul>
</div><!-- /.col -->
<div class="col-sm-4 inner-bottom-xs">
<div class="icon">
<i class="fa fa-cloud icn"></i>
</div><!-- /.icon -->
<h2>Databases</h2>
<ul class="inner-right-xs">
<li>Cassandra</li>
<li>MongoDB#</li>
<li>Firebase</li>
<li>PostgreSQL</li>
<li>MS SQL</li>
</ul>
</div><!-- /.col -->
<div class="col-sm-4 inner-bottom-xs">
<div class="icon">
<i class="fa fa-puzzle-piece icn"></i>
</div><!-- /.icon -->
<h2>Frameworks</h2>
<ul class="inner-right-xs">
<li>Node.js</li>
<li>Express</li>
<li>Angular.js</li>
<li>Bootstrap</li>
<li>Spring</li>
</ul>
</div><!-- /.col -->
</div><!-- ./row -->
<div class="row text-center">
<div class="col-sm-4">
<div class="icon">
<i class="fa fa-cogs icn"></i>
</div><!-- /.icon -->
<h2>Tools</h2>
<ul class="inner-right-xs">
<li>ElasticSearch</li>
<li>Hazelcast</li>
<li>RabbitMQ</li>
<li>Yeoman</li>
</ul>
</div><!-- /.col -->
<div class="col-sm-4">
<div class="icon">
<i class="fa fa-dashboard icn"></i>
</div><!-- /.icon -->
<h2>BigData</h2>
<ul class="inner-right-xs">
<li>Hadoop</li>
<li>Amazon EMR</li>
<li>Spark</li>
<li>Spark Streaming</li>
</ul>
</div><!-- /.col -->
<div class="col-sm-4">
<div class="icon">
<i class="fa fa-code-fork icn"></i>
</div><!-- /.icon -->
<h2>Other</h2>
<ul class="inner-right-xs">
<li>Git</li>
<li>REST</li>
<li>HTML5, CSS3</li>
<li>JIRA, Confluence</li>
<li>Jenkins, JMeter</li>
</ul>
</div><!-- /.col -->
</div><!-- ./row -->
<hr>
<div class="row" id="experience">
<div class="col-sm-12 inner-right-xs">
<h2>Experience</h2>
<h3>Chief Software Architect / Professional Partner</h3>
<h4>DataArt</h4>
<p class="text-small">July 2012 – Present | Greater New York City Area</p>
<h3>Senior Development Manager</h3>
<h4>Oracle</h4>
<p class="text-small">December 2011 – July 2012 | Greater New York City Area</p>
<p>Managed multi-national distributed team working on Oracle Enterprise Single Sign-On system.</p>
<p><em>Role:</em> features assessment and estimation, project planning and process control, dependencies management, release management and timely delivery, staffing and people management.</p>
<p><em>Technologies:</em> С++, .NET, COM, XPCOM, ATL, WTL, OLE DB, Active Directory, LDAP, ASP.NET, DPAPI, CryptoAPI, HLLAPI.</p>
<h3>System Architect, Team Leader, Project Coordinator</h3>
<h4>DataArt</h4>
<p class="text-small">April 2006 – December 2011</p>
<p>Designed and built for various customers:</p>
<div class="inner-left-xs inner-bottom-xs">
<li>Leading Enterprise Single Sign-On System (ESSO)</li>
<li>In-house Logistics System with sophisticated Routing Optimization Module</li>
<li>Syslog Daemon Logging Extension for Event Managing System</li>
</div>
<p><em>Role:</em> was responsible for team management, risk management, communication with customer, requirements negotiation, project plans preparation, architecture design, development of underlying framework for applications layers intercommunication, deployment, writing technical documentation.</p>
<p><em>Technologies:</em> С++, .NET, ASP.NET, ADO.NET, AJAX, JSON, SOAP, Web Services, HTML, DHTML, XML, NUNIT, MS SQL Server, COM, XPCOM, ATL, WTL, KLOG, CppUnit, XML, OLE DB, Active Directory, LDAP, ASP.NET, DPAPI, HLLAPI, Subversion.</p>
<h3>Senior Software Developer</h3>
<h4>MetaLab</h4>
<p class="text-small">November 2002 – April 2006</p>
<p>Built PractiCAD and PractiCAM - computer aided design and complete manufacturing systems for HVAC contractors.</p>
<p>Developed 2D and 3D mathematical libraries, system engine, scripts of fittings, accessories, architectural elements, import/export, database, GUI.</p>
<p><em>Technologies:</em> Visual C++ 6.0, MFC, STL, COM, OpenGL, and Autodesk Object ARX.</p>
</div><!-- /.col -->
</div><!-- ./row -->
<hr>
<div class="row" id="projects">
<div class="col-sm-12 inner-right-xs">
<h2>Projects</h2>
<h3>Enterprise Single Sign-On System (ESSO)</h3>
<p class="text-small">February 2007 – December 2011</p>
<p>ESSO automates every password management task for the end-user, including password selection, logon, and password change on an enterprise level. Can use LDAP, Active Directory or any SQL database server as its user profile and credential repository. Seamlessly integrates with Windows logon and it works with most industry-leading smart cards, proximity cards, biometrics and token solutions.</p>
<p><em>Role:</em> Architect, Team Leader.</p>
<p><em>Technologies:</em> С++, .NET, COM, XPCOM, ATL, WTL, OLE DB, Active Directory, LDAP, ASP.NET, DPAPI, CryptoAPI, HLLAPI.</p>
<h3>In-house Logistics System with Routing Optimization Module</h3>
<p>The system performs automatic optimization of delivery routes using dynamic programming models and also provides UI for Pallet and Load building. Used by sportswear company to improve efficiency of transportation operation and optimize merchandize delivery.</p>
<p><em>Role:</em> Team management, risk management, communication with customer, requirements negotiation, project plan preparation, architecture design, development of underlying framework for applications layers intercommunication, deployment, writing technical documentation.
</p>
<p><em>Technologies:</em> C#, JavaScript, ASP.NET, ADO.NET, AJAX, JSON, SOAP, Web Services, HTML, DHTML, XML, NUNIT, MS SQL Server, Subversion.</p>
<h3>PractiCAD</h3>
<p>PractiCAD for AutoCAD is a computer aided development system for HVAC contractors featuring automated design, drafting, and detailing for construction, HVAC and sheet metal industries. AutoCAD-driven, integrated with PractiCAM.</p>
<p><em>Role:</em> developed 3D mathematical libraries, system engine, scripts of fittings, accessories, architectural elements, import from PractiCAM database, GUI.
</p>
<p><em>Technologies:</em> Visual C++ 6.0, MFC, Autodesk Object ARX.</p>
<h3>PractiCAM</h3>
<p>PractiCAM is a complete manufacturing system for sheet metal and HVAC contractors. Supports cutting machinery (plasma, water-jet, etc.), and coil lines. Features shape and fitting libraries, nesting, labeling, reports, cost estimating, bar coding.</p>
<p><em>Role:</em> developed 2D and 3D mathematical libraries, system engine, fitting scripts, GUI.
</p>
<p><em>Technologies:</em> Visual C++ 6.0, MFC, STL, COM, OpenGL.</p>
<h3>Noeticon</h3>
<p>Noeticon is system for creating and taking tests in variety areas of any complexity. Includes test developing tool with visual test designer, and test executing tool.</p>
<p><em>Role:</em> dDesign and implementation of reusable COM component library, database structure design, developing of import/export format and implementation library.
</p>
<p><em>Technologies:</em> Visual C++ 6.0, MFC, COM, JScript, VBScript.</p>
</div><!-- /.col -->
</div><!-- ./row -->
<hr>
<div class="row" id="education">
<div class="col-sm-12 inner-right-xs">
<h2>Education</h2>
<h3>Voronezh State Technical University</h3>
<h4>PhD, Computer Science</h4>
<p>2002 - 2005</p>
<p><em>Specialty:</em> mathematical modeling, numerical optimization methods.</p>
<p><em>Thesis:</em> Optimal Scheduling of Queuing Networks with Switching Times Using Genetic Algorithms. Monte Carlo simulation of a queuing network was used for assessing switching schedules proposed by the specially designed genetic algorithm.</p>
<h3>Voronezh State Technical University</h3>
<h4>Master's Degree, Computer Science</h4>
<p>1997 - 2002</p>
</div><!-- /.col -->
</div><!-- ./row -->
</section>
<!-- ============================================================= SECTION – CONTENT : END ============================================================= -->
</div><!-- ./col -->
</div><!-- /.row -->
</div><!-- /.container --> <!-- /.container -->
<!-- ============================================================= SECTION – RESUME : END ============================================================= -->
<!-- ============================================================= SECTION – SHARE ============================================================= -->
<section id="share" class="light-bg">
<div class="container">
<div class="col-sm-3 reset-padding">
<a href="https://www.linkedin.com/pub/sergey-titov-ph-d/2/3b8/247" class="btn-share-md">
<p class="name">Linkedin</p>
<i class="icon-s-linkedin"></i>
</a>
</div><!-- /.col -->
<div class="col-sm-3 reset-padding">
<a href="https://twitter.com/sergtitov" class="btn-share-md">
<p class="name">Twitter</p>
<i class="icon-s-twitter"></i>
</a>
</div><!-- /.col -->
<div class="col-sm-3 reset-padding">
<a href="https://www.facebook.com/sergey.titov.792" class="btn-share-md">
<p class="name">Facebook</p>
<i class="icon-s-facebook"></i>
</a>
</div><!-- /.col -->
<div class="col-sm-3 reset-padding">
<a href="https://plus.google.com/111570571748202377611" class="btn-share-md">
<p class="name">Google +</p>
<i class="icon-s-gplus"></i>
</a>
</div><!-- /.col -->
</div><!-- /.container -->
</section>
<!-- ============================================================= SECTION – SHARE : END ============================================================= -->
</main>
<!-- ============================================================= MAIN : END ============================================================= -->
<!-- ============================================================= FOOTER ============================================================= -->
<footer class="dark-bg">
<div class="container inner">
<div class="row">
<div class="col-md-3 col-sm-6 inner">
<h4>About me</h4>
<p>Software Architect, Team Leader, and Project Coordinator in a wide variety of enterprise business applications from scalable multi-datacenter platforms written in Java, Node.js, AngularJS with data stored in NoSQL databases like Cassandra to Single-Sign-On solutions with lots of low-level C++.</p>
<a href="resume.html" class="txt-btn">More</a>
</div><!-- /.col -->
<div class="col-md-3 col-sm-6 inner">
<h4>Latest posts</h4>
<div class="row thumbs gap-xs">
<div class="col-xs-6 thumb">
<figure class="icon-overlay icn-link">
<a href="portfolio-post.html"><img src="assets/images/art/work02.jpg" alt=""></a>
</figure>
</div><!-- /.thumb -->
<div class="col-xs-6 thumb">
<figure class="icon-overlay icn-link">
<a href="portfolio-post.html"><img src="assets/images/art/work03.jpg" alt=""></a>
</figure>
</div><!-- /.thumb -->
<div class="col-xs-6 thumb">
<figure class="icon-overlay icn-link">
<a href="portfolio-post.html"><img src="assets/images/art/work07.jpg" alt=""></a>
</figure>
</div><!-- /.thumb -->
<div class="col-xs-6 thumb">
<figure class="icon-overlay icn-link">
<a href="portfolio-post.html"><img src="assets/images/art/work01.jpg" alt=""></a>
</figure>
</div><!-- /.thumb -->
</div><!-- /.row -->
</div><!-- /.col -->
<div class="col-md-3 col-sm-6 inner">
<h4>Get In Touch</h4>
<p>Please contact me on Skype or over email. Looking forward to hearing from you!</p>
<ul class="contacts">
<li><a href="mailto:sergtitov@gmail.com"><i class="icon-mail-1 contact"></i>sergtitov@gmail.com</a></li>
<li><i class="icon-s-skype contact"></i><a href="skype:titovsergey?chat">titovsergey</a></li>
<li><a href="https://twitter.com/sergtitov" target="_blank"><i class="icon-s-twitter contact"></i>@sergtitov</a></li>
<li><a href="https://www.linkedin.com/pub/sergey-titov-ph-d/2/3b8/247" target="_blank"><i class="icon-s-linkedin contact"></i>LinkedIn Profile</a></li>
</ul><!-- /.contacts -->
</div><!-- /.col -->
<div class="col-md-3 col-sm-6 inner">
<h4>Receive updates</h4>
<p>Conecus iure posae volor remped modis aut lor volor accabora incim resto explabo.</p>
<form id="newsletter" class="form-inline newsletter" role="form">
<label class="sr-only" for="exampleInputEmail">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail" placeholder="Enter your email address">
<button type="submit" class="btn btn-default btn-submit">Subscribe</button>
</form>
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- .container -->
<div class="footer-bottom">
<div class="container inner">
<p class="pull-left">© 2015 SERGEY TITOV. All rights reserved.</p>
<ul class="footer-menu pull-right">
<li><a href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul><!-- .footer-menu -->
</div><!-- .container -->
</div><!-- .footer-bottom -->
</footer>
<!-- ============================================================= FOOTER : END ============================================================= -->
<!-- JavaScripts placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.easing.1.3.min.js"></script>
<script src="assets/js/jquery.form.js"></script>
<script src="assets/js/jquery.validate.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/bootstrap-hover-dropdown.min.js"></script>
<script src="assets/js/skrollr.min.js"></script>
<script src="assets/js/skrollr.stylesheets.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/waypoints-sticky.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/jquery.isotope.min.js"></script>
<script src="assets/js/jquery.easytabs.min.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?language=en"></script>
<script src="assets/js/viewport-units-buggyfill.js"></script>
<script src="assets/js/scripts.js"></script>
</body>
</html>