-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspeakers.html
709 lines (444 loc) · 28.8 KB
/
speakers.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
695
696
697
698
699
700
701
702
703
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="no-js ie9" lang="en" itemscope itemtype="http://schema.org/Product"> <![endif]-->
<!--[if gt IE 9]><!--> <html class="no-js" lang="en" itemscope itemtype="http://schema.org/Product"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Java Day Riga 2013</title>
<meta name="description" content="Java Day Riga 2013 conference will be organized by Latvian Java User Group and Oracle at November 28th in Riga, Latvia. This is going to be a major Baltics IT event welcoming 250 Java programmers from the region." />
<meta name="keywords" content="java, java heap, kotlin, nashorn, scala, vaadin, jruby, openshift, gradle" />
<meta name="author" content="">
<link rel="shortcut icon" href="http://rigadevday.lv/2013/favicon.png" type="image/x-icon" />
<!--Facebook Metadata /-->
<!-- <meta property="fb:page_id" content="" />
<meta property="og:image" content="" />
<meta property="og:description" content=""/>
<meta property="og:title" content=""/> -->
<!--Google+ Metadata /-->
<!-- <meta itemprop="name" content="">
<meta itemprop="description" content="">
<meta itemprop="image" content=""> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link href='http://fonts.googleapis.com/css?family=Play:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://rigadevday.lv/2013/style.css">
<script src="http://rigadevday.lv/2013/js/modernizr-2.0.6.min.js"></script>
<style>
.menu a[href*="speakers"] {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<section class="row">
<div class="row">
<div class="twelve columns special head">
<a href="http://rigadevday.lv/2013"><div class="logo"></div></a>
</div>
</div>
<div class="row">
<div class="five columns">
<div class="glowing date">
28 November 2013
</div>
</div>
<div class="seven columns">
<div class="container">
<div class="row padded-top">
<div class="three columns">
<div class="social">
<div class="g-plusone" data-size="medium" data-href="http://rigadevday.lv/2013/"></div>
</div>
</div>
<div class="three columns">
<div class="social">
<a href="https://twitter.com/share" data-url="http://rigadevday.lv/2013/" class="twitter-share-button" data-hashtags="jdayriga">Tweet</a>
</div>
</div>
<div class="three columns">
<div class="social facebook">
<div class="fb-like" data-href="http://rigadevday.lv/2013/" data-send="false" data-layout="button_count" data-show-faces="false"></div>
</div>
</div>
<div class="three columns">
<div class="social">
<script type="IN/Share" data-url="http://rigadevday.lv/2013/" data-counter="right"></script>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="twelve columns">
<div class="vspace flat_mode_only"></div>
<div class="vspace flat_mode_only"></div>
</div>
</div>
<div class="row">
<div class="eight columns">
<!-- <div class="round brick menu register_button">
<a href="https://docs.google.com/spreadsheet/viewform?formkey=dFN4Ym9Nd0RLbXNZRkxCS2hLMGQ0SEE6MA#gid=0" class="glowing first">Call for Papers - Apply till 9 sep</a>
</div>
<div class="hspace floatleft"> </div> -->
<!-- <div class="round brick menu register_button">
<a href="http://rigadevday.lv/2013/register.html" class="glowing first">Register</a>
</div>
<div class="hspace floatleft"> </div>-->
<div class="round grey menu">
<a href="http://rigadevday.lv/2013/" class="first index">About</a>
<a href="http://rigadevday.lv/2013/venue.html" class="">Venue</a>
<a href="http://rigadevday.lv/2013/speakers.html" class="">Speakers</a>
<a href="http://rigadevday.lv/2013/schedule.html" class="">Schedule</a>
<a href="http://rigadevday.lv/2013/talks.html" class="">Talks</a>
<a href="http://rigadevday.lv/2012/">2012</a>
</div>
</div>
</div>
<div class="row">
<div class="twelve columns">
<div class="vspace flat_mode_only"></div>
</div>
</div>
<div class="row">
<div class="eight columns">
<div id="SimonRitter" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2013/img/speakers/simon-ritter.jpg"/>
<h3></h3>
<h2>Simon Ritter<img class="flag" src="http://rigadevday.lv/2013/img/flags/uk.png"></h2>
<h3>Oracle</h3>
<div class="soc">
<a href="https://twitter.com/speakjava" class="twitter-follow-button" data-show-count="true" data-lang="en">@speakjava</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2013/talks.html#
ProjectLambdaFunctionalProgrammingConstructsAndSimplerConcurrencyInJavaSE8">Project Lambda: Functional Programming Constructs and Simpler Concurrency in Java SE 8</a>
</div>
Simon Ritter is a Java Technology Evangelist at Oracle Corporation. Simon has been in the IT business since 1984 and holds a Bachelor of Science degree in Physics from Brunel University in the U.K.
Originally working in the area of UNIX development for AT&T UNIX System Labs and then Novell, Simon moved to Sun in 1996. At this time he started working with Java technology and has spent time working both in Java technology development and consultancy. Having moved to Oracle as part of the Sun acquisition he now focuses on the core Java platform, Java for client applications and embedded Java. He also continues to develop demonstrations that push the boundaries of Java for applications like gestural interfaces and embedded robot controllers.
Follow him on Twitter, @speakjava and his blog at blogs.oracle.com/speakjava.
<div class="clear"></div>
</div>
<div id="CédricChampeau" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2013/img/speakers/cédric-champeau.jpg"/>
<h3></h3>
<h2>Cédric Champeau<img class="flag" src="http://rigadevday.lv/2013/img/flags/fr.png"></h2>
<h3>Pivotal</h3>
<div class="soc">
<a href="https://twitter.com/CedricChampeau" class="twitter-follow-button" data-show-count="true" data-lang="en">@CedricChampeau</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2013/talks.html#
10YearsOfGroovy">10 years of Groovy!</a>
</div>
Cédric Champeau is a core Groovy committer. He joined SpringSource, a division of VMware, in order to help developing the language. Prior to that, he spent several years at using Groovy in multiple industrial contexts including DSLs for natural language processing, scripting or even workflows.
He worked on the implementation of static type checking and static compilation for Groovy 2.
<div class="clear"></div>
</div>
<div id="MircoDotta" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2013/img/speakers/mirco-dotta.jpg"/>
<h3></h3>
<h2>Mirco Dotta<img class="flag" src="http://rigadevday.lv/2013/img/flags/ch.png"></h2>
<h3>Typesafe </h3>
<div class="soc">
<a href="https://twitter.com/mircodotta" class="twitter-follow-button" data-show-count="true" data-lang="en">@mircodotta</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2013/talks.html#
EffectiveScala">Effective Scala</a>
</div>
Mirco Dotta is a Software Engineer at Typesafe, building tools for the Scala language. He spends most of his time working on the Scala IDE for Eclipse and related ecosystem. His interests include concurrency, both OO and functional programming, software design, and testing. Mirco enjoys tweeting as @mircodotta. In his freetime, you'll often see him next to a foosball table.
<div class="clear"></div>
</div>
<div id="TeroParviainen" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2013/img/speakers/tero-parviainen.jpg"/>
<h3></h3>
<h2>Tero Parviainen<img class="flag" src="http://rigadevday.lv/2013/img/flags/fi.png"></h2>
<h3>Independent</h3>
<div class="soc">
<a href="https://twitter.com/teropa" class="twitter-follow-button" data-show-count="true" data-lang="en">@teropa</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2013/talks.html#
ImmutableJava">Immutable Java</a>
</div>
Tero Parviainen is an independent software maker with 12 years of professional yak shaving under the belt. During this time he has worn many different hats, ranging from consultant to startup CTO. His weapons of choice are Clojure, JavaScript, Java, and Ruby.
Tero is currently putting together the Clojure Cup programming competition and has also just finished writing a book called Real-time Web Application Development with Vert.x 2.0.
<div class="clear"></div>
</div>
<div id="PatroklosPapapetrou" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2013/img/speakers/patroklos-papapetrou.jpg"/>
<h3></h3>
<h2>Patroklos Papapetrou<img class="flag" src="http://rigadevday.lv/2013/img/flags/gr.png"></h2>
<h3>FoodTec Solutions Inc.</h3>
<div class="soc">
<a href="https://twitter.com/ppapapetrou76" class="twitter-follow-button" data-show-count="true" data-lang="en">@ppapapetrou76</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2013/talks.html#
TrackingAndImprovingSoftwareQualityWithSonar">Tracking and Improving Software Quality with Sonar</a>
</div>
Patroklos Papapetrou is a Java architect, addicted to software quality and an agile team leader with more than 15 years of experience in software development. He believes and invests in people and team spirit seeking quality excellence. He's co-authoring Sonar in action book, he is an active Sonar community member and plugin contributor. He treats software systems as flowers that's why he prefers calling himself a software gardener.
<div class="clear"></div>
</div>
<div id="SergeyKuksenko" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2013/img/speakers/sergey-kuksenko.jpg"/>
<h3></h3>
<h2>Sergey Kuksenko<img class="flag" src="http://rigadevday.lv/2013/img/flags/ru.png"></h2>
<h3>Oracle</h3>
<div class="soc">
<a href="https://twitter.com/kuksenk0" class="twitter-follow-button" data-show-count="true" data-lang="en">@kuksenk0</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2013/talks.html#
JDK8StreamStyle">JDK8: Stream style</a>
</div>
Sergey is Java Performance Engineer working for Oracle. His primary skills are performance engineering, benchmarking, JVMs, JIT compilers, and class libraries. He’s been accelerating JVMs since 2005 when he was worked for Intel in Apache Harmony performance team.
<div class="clear"></div>
</div>
<div id="EduardSizov" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2013/img/speakers/eduard-sizov.jpg"/>
<h3></h3>
<h2>Eduard Sizov<img class="flag" src="http://rigadevday.lv/2013/img/flags/lv.png"></h2>
<h3>4finance</h3>
<div class="soc">
<a href="https://twitter.com/eduardsi" class="twitter-follow-button" data-show-count="true" data-lang="en">@eduardsi</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2013/talks.html#
MicroServiceArchitecture">Micro Service Architecture</a>
</div>
Eduards is software craftsman passionate about every aspect of software development. His interests include lightweight architectures, clean code, domain-driven design, automation, continuous delivery and other spices.
Being a Chief Software Architect in 4finance, he is responsible for building a premier kick-ass financial platform speaking Java, running in the form of various products around the globe.
<div class="clear"></div>
</div>
<div id="JanValenta" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2013/img/speakers/jan-valenta.jpg"/>
<h3></h3>
<h2>Jan Valenta<img class="flag" src="http://rigadevday.lv/2013/img/flags/cz.png"></h2>
<h3>Oracle</h3>
<div class="soc">
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2013/talks.html#
JavaFXDeployment">JavaFX Deployment</a>
</div>
Jan Valenta has been developing physics algorithms and designing user interface for experiments at CERN before he joined Sun Microsystems in 2006. At Sun, he contributed to Java Wireless Toolkit project, participated on the SVG Tiny implementation and low level renderer development. In the JavaFX area, he worked on support for hardware accelerated devices and recently focuses on tools support, deployment, and javadoc doclet.
<div class="clear"></div>
</div>
<div id="NickZeeb" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2013/img/speakers/nick-zeeb.jpg"/>
<h3></h3>
<h2>Nick Zeeb<img class="flag" src="http://rigadevday.lv/2013/img/flags/gb.png"></h2>
<h3>LMAX</h3>
<div class="soc">
<a href="https://twitter.com/NickZeeb" class="twitter-follow-button" data-show-count="true" data-lang="en">@NickZeeb</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2013/talks.html#
HighPerformanceDesign">High Performance Design</a>
</div>
Nick Zeeb is a core Java developer at LMAX Exchange in London. LMAX operates a financial exchange that is capable of handling 20,000 orders per second with a mean latency of 1.5 milliseconds.
Nick has been involved in the financial industry since 2006 and has seen some interesting times while working at a hedge fund, an investment bank and now an exchange.
<div class="clear"></div>
</div>
<div id="AlexeyFedorov" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2013/img/speakers/alexey-fedorov.jpg"/>
<h3></h3>
<h2>Alexey Fedorov<img class="flag" src="http://rigadevday.lv/2013/img/flags/ru.png"></h2>
<h3>Oracle</h3>
<div class="soc">
<a href="https://twitter.com/23derevo" class="twitter-follow-button" data-show-count="true" data-lang="en">@23derevo</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2013/talks.html#
JavaPlatformTradeoffs">Java platform trade-offs<span class="lang">(Rus)</span></a>
</div>
Alexey graduated Saint-Petersburg State University, where he defended his diploma and PhD thesis on the theory of dynamical systems. He works in Oracle, Java Platform group, Java Compatibility Kit (JCK). Alexey is one of the leaders of the St. Petersburg Java User Group and cross-technology community CodeFreeze. Also he is one of the organizers of the St. Petersburg Java-conferences JPoint and Joker.
<div class="clear"></div>
</div>
<div id="LucianoFiandesio" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2013/img/speakers/luciano-fiandesio.jpg"/>
<h3></h3>
<h2>Luciano Fiandesio<img class="flag" src="http://rigadevday.lv/2013/img/flags/it.png"></h2>
<h3>Aestas/IT</h3>
<div class="soc">
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2013/talks.html#
GroovyDevOpsInTheCloud">Groovy DevOps in the Cloud</a>
</div>
Luciano Fiandesio is a programmer, technology enthusiast and entrepreneur living in Zurich, Switzerland. Luciano has been working for the last 18 years in 12 different countries as architect and developer for large corporations and small start-ups: Nokia, European Central Bank, BNP Paribas, Ericsson are among his clients. He loves coding and designing solutions that are both elegant and rock solid. When not busy learning the next big thing, he likes playing with his analogue cameras and cooking Italian food. Two years ago he started a consulting company focused on software factory automation, Aestas IT, where Groovy plays a big role. He holds a Master Degree in Literature and Philosophy from Rome University.
<div class="clear"></div>
</div>
<div id="RomanAntipin" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2013/img/speakers/roman-antipin.jpg"/>
<h3></h3>
<h2>Roman Antipin<img class="flag" src="http://rigadevday.lv/2013/img/flags/ru.png"></h2>
<h3>Odnoklassniki</h3>
<div class="soc">
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2013/talks.html#
ManagingHighlyConcurrentDataAtOdnoklassniki">Managing highly concurrent data at Odnoklassniki<span class="lang">(Rus)</span></a>
</div>
Roman is a leading developer at Odnoklassniki since 2010.
As a platform team member, he is engaged in the development and implementation of distributed storage systems.
Before joining Odnoklassniki team he gained distributed systems experience developing server side of a
real-time network distributed monitoring system at Devexperts company.
<div class="clear"></div>
</div>
<div id="AlexanderMironenko" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2013/img/speakers/alexander-mironenko.jpg"/>
<h3></h3>
<h2>Alexander Mironenko<img class="flag" src="http://rigadevday.lv/2013/img/flags/ru.png"></h2>
<h3>Oracle</h3>
<div class="soc">
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2013/talks.html#
ModernizeYourHomeOrGarageWithJavaEmbedded">Modernize Your Home or Garage with Java Embedded<span class="lang">(Rus)</span></a>
</div>
Alexander is a member of Java ME porting team. He started working with Java technology at university focusing his interest in programming for embedded systems. As result he developed several robots that were shown in Sun Tech Days conferences. Having more than 5 years experience in Java development he joined Oracle's Java ME Embedded team to participate in the improving of this platform.
<div class="clear"></div>
</div>
<div id="AndreyAdamovich" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2013/img/speakers/andrey-adamovich.jpg"/>
<h3></h3>
<h2>Andrey Adamovich<img class="flag" src="http://rigadevday.lv/2013/img/flags/lv.png"></h2>
<h3>Aestas IT</h3>
<div class="soc">
</div>
Andrey Adamovich is a software craftsman with many years of experience in different lifecycle phases of software creation. He is passionate about defining good development practices, documenting and presenting architecture, reuse of code and design patterns, profiling and analysis of application performance as well as extreme automation of development and operations activities.
Andrey has Master Degree in Computer Science from Latvian State University.
<div class="clear"></div>
</div>
<div id="DirkMahler" class="round post speaker">
<div class="moar"><div>Read more</div></div>
<img class="photo" src="http://rigadevday.lv/2013/img/speakers/dirk-mahler.jpg"/>
<h3></h3>
<h2>Dirk Mahler<img class="flag" src="http://rigadevday.lv/2013/img/flags/de.png"></h2>
<h3>buschmais GbR</h3>
<div class="soc">
<a href="https://twitter.com/dirkmahler" class="twitter-follow-button" data-show-count="true" data-lang="en">@dirkmahler</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2013/talks.html#
ExplorationAndVerificationOfJavaApplicationsUsingAGraphDatabase">Exploration and Verification of Java Applications Using a Graph Database</a>
</div>
Dirk Mahler is working as a Senior Consultant in the area of Java EE technologies with an expertise of more than 10 years. In his daily work he focusses on creating sustainable solutions in software design, architecture and integration and is passionate in applying agile methodologies.
<div class="clear"></div>
</div>
<div id="AlexeyShevchuk" class="round post speaker">
<img class="photo" src="http://rigadevday.lv/2013/img/speakers/alexey-shevchuk.jpg"/>
<h3></h3>
<h2>Alexey Shevchuk<img class="flag" src="http://rigadevday.lv/2013/img/flags/lv.png"></h2>
<h3>Odnoklassniki</h3>
<div class="soc">
<a href="https://twitter.com/AlekseyShevchuk" class="twitter-follow-button" data-show-count="true" data-lang="en">@AlekseyShevchuk</a>
</div>
<div class="presentation"><span class="title">Presentation title:</span>
<a href="http://rigadevday.lv/2013/talks.html#
ПоисковаяСистемаОдноклассникиру">Поисковая система Одноклассники.ру<span class="lang">(Rus)</span></a>
</div>
Алексей Шевчук работает в Одноклассниках с мая 2009 года и отвечает за поисковые системы.
<div class="clear"></div>
</div>
</div>
<div class="four columns">
<div class="sidebar">
<div class="subtitle" >Organized by:</div>
<div class="space"></div>
<a target="_blank" class="organized_by_logo" href="http://www.oracle.com/"><img src="http://dmi3.net/jdr2012/img/oracle.png" width="250"/></a>
<div class="space"></div>
<a target="_blank" class="organized_by_logo" href="http://www.jug.lv/"><img src="http://dmi3.net/jdr2012/img/jug.png" width="234"/></a>
<div class="space"></div>
<!--<a class="twitter-timeline" href="https://twitter.com/search?q=%23jdayriga" data-widget-id="349148785752035328">Tweets about "#jdayriga"</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
-->
</div>
<div class="round post spo_nso_rs centered">
<h2>Event Sponsors:</h2>
<div class="centered">
<a target="_blank" href="http://odnoklassniki.ru/">
<img src="img/odnoklassniki.png">
</a>
<a target="_blank" href="http://www.ctco.lv/">
<img src="http://dmi3.net/jug/sponsors/ctco_logo.png">
</a>
<a target="_blank" href="http://www.4financegroup.com/">
<img src="http://dmi3.net/jug/sponsors/4finance.png">
</a>
<a target="_blank" href="http://www.ask.fm/">
<img src="img/askfm.png">
</a>
<a target="_blank" href="http://skillsmatter.com/">
<img src="img/skills-matter.jpg">
</a>
<a target="_blank" href="http://www.ideaportriga.com/ipr">
<img src="img/ipr.png">
</a>
<a target="_blank" href="http://www.accenture.com/">
<img src="img/accenture.png">
</a>
<a target="_blank" href="http://www.neueda.com/">
<img src="img/neueda.png">
</a>
<a class="zero_height"></a>
<div class="clear"></div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="twelve columns">
<div class="footer">
© Java Day Riga 2013
</div>
</div>
</div>
</section>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="http://rigadevday.lv/2013/js/scripts.js"></script>
<!-- Social Widget Rendering Javascript /-->
<script src="http://platform.twitter.com/widgets.js"></script>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<script src="//platform.linkedin.com/in.js" type="text/javascript"></script>
<!-- End Social Widget Rendering Javascript /-->
<!-- Stats /-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33133879-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>