forked from gdg-x/hoverboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault-firabase-data.json
1093 lines (1093 loc) · 43.6 KB
/
default-firabase-data.json
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
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"partners" : [ {
"logos" : [ {
"logoUrl" : "../images/logos/google.png",
"name" : "Google",
"url" : "https://www.google.lv/intl/en/about/"
},
{
"logoUrl" : "../images/logos/accenture.png",
"name" : "Accenture",
"url" : "https://www.accenture.com/lv-en/"
}
],
"title" : "General Sponsors",
"logosClass": "large",
"titleClass": "largeTitle"
},
{
"logos" : [ {
"logoUrl" : "../images/logos/jrebel.png",
"name" : "JRebel for Android",
"url" : "https://zeroturnaround.com/software/jrebel-for-android/"
},
{
"logoUrl" : "../images/logos/testdevlab.png",
"name" : "Test Dev Lab",
"url" : "https://www.testdevlab.com/"
},
{
"logoUrl" : "../images/logos/nevercode.png",
"name" : "Nevercode",
"url" : "https://nevercode.io/"
}
],
"title" : "Sponsors",
"logosClass": "medium",
"titleClass": "mediumTitle"
},
{
"logos" : [ {
"logoUrl" : "../images/logos/jetbrains.png",
"name" : "JetBrains",
"url" : "https://www.jetbrains.com/"
},
{
"logoUrl" : "../images/logos/the-mill.png",
"name" : "The Mill",
"url" : "https://www.millriga.com/"
},
{
"logoUrl" : "../images/logos/rtg.png",
"name" : "Riga Tech Girls",
"url" : "http://www.rigatechgirls.org/"
},
{
"logoUrl" : "../images/logos/norrskog.png",
"name" : "Norrksog Visual",
"url" : "http://www.norrskogvisual.com/"
},
{
"logoUrl" : "../images/logos/rdd2017.png",
"name" : "Riga Dev Days",
"url" : "https://rigadevdays.lv/"
},
{
"logoUrl" : "../images/logos/juglv.png",
"name" : "Java User Group Latvia",
"url" : "https://jug.lv/"
},
{
"logoUrl" : "../images/logos/kaunasjug.png",
"name" : "Java User Group Kaunas",
"url" : "http://kaunas-jug.lt/"
},
{
"logoUrl" : "../images/logos/devclubee.png",
"name" : "DevClub",
"url" : "http://devclub.eu/"
},
{
"logoUrl" : "../images/logos/devopsdaysriga.png",
"name" : "DevOps Days Riga",
"url" : "https://www.devopsdays.org/events/2017-riga/welcome/"
},
{
"logoUrl" : "../images/logos/mdl.png",
"name" : "Mobile Developers Latvia",
"url" : "https://www.meetup.com/preview/Mobile-Developers-Latvia"
},
{
"logoUrl" : "../images/logos/genymotion.png",
"name" : "Genymotion",
"url" : "https://www.genymotion.com/"
},
{
"logoUrl" : "../images/logos/teikums.png",
"name" : "TEIKUMS",
"url" : "https://teikums.lv/"
},
{
"logoUrl" : "../images/logos/vgc.png",
"name" : "Vilnius Girls Code",
"url" : "https://www.facebook.com/vilniusgirlscode/"
},
{
"logoUrl" : "../images/logos/ditfsp.png",
"name" : "RTU DITF",
"url" : "https://www.facebook.com/ditfsp"
},
{
"logoUrl" : "../images/logos/labs.png",
"name" : "Labs of Latvia",
"url" : "http://www.labsoflatvia.com/"
},
{
"logoUrl" : "../images/logos/vilniusjug.jpg",
"name" : "Vilnius JUG",
"url" : "http://vilnius-jug.lt/"
},
{
"logoUrl" : "../images/logos/revolut.png",
"name" : "Revolut",
"url" : "https://www.revolut.com/"
},
{
"logoUrl" : "../images/logos/startinlv.png",
"name" : "Start In LV",
"url" : "http://startin.lv/"
},
{
"logoUrl" : "../images/logos/proandroiddev.png",
"name" : "Pro Android Dev",
"url" : "https://proandroiddev.com/"
},
{
"logoUrl" : "../images/logos/techhub.png",
"name" : "Tech Hub Riga",
"url" : "https://riga.techhub.com/"
},
{
"logoUrl" : "../images/logos/lvoug.png",
"name" : "LVOUG",
"url" : "http://lvoug.lv/"
}
],
"title" : "Partners",
"logosClass": "medium",
"titleClass": "mediumTitle"
},
{
"logos" : [ {
"logoUrl" : "../images/logos/gdg-riga.png",
"name" : "GDG Riga",
"url" : "https://www.gdgriga.lv"
},
{
"logoUrl" : "../images/logos/gdg-daugavpils.png",
"name" : "GDG Daugavpils",
"url" : "https://daugavpils.gdg.lv"
},
{
"logoUrl" : "../images/logos/gdg-vilnius.png",
"name" : "GDG Vilnius",
"url" : "https://www.gdg-vilnius.lt/"
},
{
"logoUrl" : "../images/logos/gdg-tartu.png",
"name" : "GDG Tartu",
"url" : "https://www.meetup.com/GDG-Tartu/"
},
{
"logoUrl" : "../images/logos/gdg-kaunas.png",
"name" : "GDG Kaunas",
"url" : "https://www.meetup.com/GDG-Kaunas"
}
],
"title" : "Organizers of the event",
"logosClass": "medium",
"titleClass": "organizersTitle"
} ],
"schedule" : [ {
"date" : "2017-11-17",
"dateReadable" : "November 17",
"timeslots" : [ {
"startTime" : "09:00",
"sessions" : [ [ 201 ] ],
"endTime" : "10:00"
}, {
"startTime" : "10:00",
"sessions" : [ [ 202 ] ],
"endTime" : "10:15"
}, {
"startTime" : "10:15",
"sessions" : [ [ 101 ] ],
"endTime" : "11:00"
}, {
"startTime" : "11:15",
"sessions" : [ [ 110 ], [ 108 ] ],
"endTime" : "12:15"
}, {
"startTime" : "12:30",
"sessions" : [ [ 102 ], [ 104 ] ],
"endTime" : "13:30"
}, {
"startTime" : "13:30",
"sessions" : [ [ 203 ] ],
"endTime" : "13:45"
}, {
"startTime" : "13:45",
"sessions" : [ [ 301 ], [ 302 ] ],
"endTime" : "14:00"
}, {
"startTime" : "14:00",
"sessions" : [ [ 303 ], [ 304 ] ],
"endTime" : "14:15"
}, {
"startTime" : "14:15",
"sessions" : [ [ 204 ] ],
"endTime" : "14:30"
}, {
"startTime" : "14:30",
"sessions" : [ [ 109 ], [ 111 ] ],
"endTime" : "15:30"
}, {
"startTime" : "15:45",
"sessions" : [ [ 103 ], [ 105 ] ],
"endTime" : "16:45"
}, {
"startTime" : "16:45",
"sessions" : [ [ 205 ] ],
"endTime" : "17:15"
}, {
"startTime" : "17:15",
"sessions" : [ [ 106 ], [ 107 ] ],
"endTime" : "18:15"
}, {
"startTime" : "18:30",
"sessions" : [ [ 208 ] ],
"endTime" : "18:45"
}, {
"startTime" : "19:00",
"sessions" : [ [ 209 ] ],
"endTime" : "22:00"
} ],
"tracks" : [ {
"title" : "Room 1"
}, {
"title" : "Room 2"
} ]
} ],
"sessions" : {
"101" : {
"complexity" : "Beginner",
"description" : "Let the conference begin!",
"id" : 101,
"language" : "English",
"speakers" : [ 1 ],
"tags" : [ "General" ],
"title" : "Keynote: Think beyond IT"
},
"102" : {
"complexity" : "Intermediate",
"description" : "You have a really cool and impactful project, but as soon as your codebase gets bigger, and more and more contributors come into play, things can become challenging in regards to aspects like: code consistency, technical debt, refactoring, application architecture and team organization. Let’s jump onboard on this journey and walk through different techniques that can help us keep our code sane and healthy for better scalability.\nDisclaimer: This talk is going to be focused from a mobile standpoint but most of the practices included can also be applied to any software project under development.",
"id" : 102,
"language" : "English",
"speakers" : [ 2 ],
"tags" : [ "General" ],
"title" : "Hidden mysteries behind big mobile codebases RELOADED"
},
"103" : {
"complexity" : "Intermediate",
"description" : "Have you ever heard about unidirectional data flow? Flux and/or Redux?\nIn this talk, we will talk about how to follow the principles that architectures like Flux and Redux do on the web, but on Android.\nWhat is a state? store? dispatcher? side effect? controller view? How do we glue all these parts together? How to keep our domain isolated from the outer world so is easily testable? how do we chain actions? how do keep everything unidirectional?\nWe will cover all these topics and much more!!, and you know what? everything with a bit of Kotlin sauce, so we will see how we can take advantage of the cool stuff this language provide us to make our architecture even better.",
"id" : 103,
"language" : "English",
"speakers" : [ 3 ],
"tags" : [ "Android", "Kotlin" ],
"title" : "Unidirectional dataflow on Android using Kotlin"
},
"104" : {
"complexity" : "Intermediate",
"description" : "Have you ever had issues with codesigning on iOS? Are you tired of manually taking screenshots in your app for every release? Has your coworker ever asked you: “How do I have to build this again so I can distribute it to testers”? If you answered yes to any of these questions, you need fastlane!\nfastlane is a collection of tools that enables mobile developers to automate many of the common tasks that are necessary to create a continuous deployment pipeline. In this talk I will show you how fastlane works, show you an overview of the features that fastlane supports and give you an introduction to the DSL used to create these pipelines. After this talk you should be equipped with all the information you need to implement fastlane in your own apps.",
"id" : 104,
"language" : "English",
"speakers" : [ 4 ],
"tags" : [ "Tools", "CD" ],
"title" : "Introduction to Continuous Delivery with fastlane"
},
"105" : {
"complexity" : "Intermediate",
"description" : "Lets take a look at recently released Sourcery and how it can be applied in variety of different use-cases to make development more powerful and enjoyable, while at the same time limiting amount of human mistakes.",
"id" : 105,
"language" : "English",
"speakers" : [ 5 ],
"tags" : [ "iOS", "Tools", "Swift" ],
"title" : "Metaprogramming in Swift"
},
"106" : {
"complexity" : "Intermediate",
"description" : "Conversational interfaces are here to stay. Almost all IM clients have now the possibility to create bots, and with devices as Google Home or Amazon Alexa solely based on voice, bots and NLP will be more important every day. API.AI allows us to easily create a smart agent with ability to learn and to interact with all those services (and much more). In the talk we will review the steps to create a Google Action that can answer questions about the Star Wars characters in a natural and fluid way.",
"id" : 106,
"language" : "English",
"speakers" : [ 6 ],
"tags" : [ "Tools", "Google Assistant" ],
"title" : "Let's talk about Star Wars"
},
"107" : {
"complexity" : "Intermediate",
"description" : "Swift is advertised as a C++ replacement. In this talk, I discuss how true is this claim, how Swift is built to compete on the same field, what is the current status of Swift 4 performance and how it compares to other languages. You’ll learn about Swift Intermediate Language, about memory management details and what to do to get the best out of Swift to make it fast.",
"id" : 107,
"language" : "English",
"speakers" : [ 7 ],
"tags" : [ "iOS", "Swift" ],
"title" : "Swift on fast rails"
},
"108" : {
"complexity" : "Beginner",
"description" : "Context is a primary consideration when designing a user interface and as mobile asserts its dominance, many designers adhere to a mobile-first approach. The question is, should context stop at the device level? Today we’re seeing a blurring of the lines, with UI elements making their way from native apps to mobile web, and vice versa. While some standardization makes sense, there is still inherent differences that need to be taken into account.\nJoin creative technologist George Eid for a talk and Q&A on designing for mobile. Framed by the principles of Design Thinking and Collaborative Design, his talk will include an introduction to AREA 17, their philosophy towards mobile design, and actionable design techniques for designers and developers alike.",
"id" : 108,
"language" : "English",
"speakers" : [ 8 ],
"tags" : [ "Design" ],
"title" : "Designing for mobile: context matters"
},
"109" : {
"complexity" : "Intermediate",
"description" : "Kotlin is the new official language to develop Android Apps, and it can be used almost everywhere. But did you know you could write a complete App without using other language rather than Kotlin? It can substitute Java in your code, XML in your views and Groovy in your Gradle files.",
"id" : 109,
"language" : "English",
"speakers" : [ 9 ],
"tags" : [ "Android", "Kotlin" ],
"title" : "Yo Dawg! I heard you like Kotlin"
},
"110" : {
"complexity" : "Beginner",
"description" : "Building a high-quality Progressive Web App has incredible benefits, making it easy to delight your users, grow engagement and increase conversions. Join this talk to learn how to improve your app user experience using PWAs features combined with Firebase infrastructure.",
"id" : 110,
"language" : "English",
"speakers" : [ 10 ],
"tags" : [ "Firebase", "PWA" ],
"title" : "Building Progressive Web Apps powered by Firebase"
},
"111" : {
"complexity" : "Advanced",
"description" : "This time, we’ll get very serious. I will explain the importance of end-to-end trust, zero knowledge architectures and illustrate things by showing a zero knowledge application, built with available open source tools.",
"id" : 111,
"language" : "English",
"speakers" : [ 11 ],
"tags" : [ "iOS", "Swift" ],
"title" : "Zero Knowledge Architectures for iOS Applications"
},
"201" : {
"description" : "Get your badge, coffee, enjoy talking with tech addicts around",
"id" : 201,
"image" : "/images/backgrounds/registration.jpg",
"title" : "Registration & morning Coffee"
},
"202" : {
"description" : "Official start of the conference. Greetings from the organizers, sponsors and partners.",
"id" : 202,
"image" : "/images/backgrounds/opening.jpg",
"language" : "English",
"title" : "GDG DevFest Baltics 2017 Opening"
},
"203" : {
"description" : "Foooooooood!",
"id" : 203,
"image" : "/images/backgrounds/lunch.jpg",
"title" : "Lunch starts"
},
"204" : {
"description" : "Foooooooood!",
"id" : 204,
"image" : "/images/backgrounds/lunch.jpg",
"title" : "Lunch ends"
},
"205" : {
"description" : "Coffeeeeeee!",
"id" : 205,
"image" : "/images/backgrounds/coffee-break.jpg",
"title" : "Coffee break"
},
"206" : {
"description" : "Coffeeeeeee!",
"id" : 206,
"image" : "/images/backgrounds/coffee-break-2.jpg",
"title" : "Coffee break"
},
"207" : {
"description" : "Socialize, look around",
"id" : 207,
"image" : "/images/backgrounds/coffee-break-2.jpg",
"title" : "Break"
},
"208" : {
"description" : "Make sure you won't miss closing ceremony, all gifts from out sponsors and partners will find their owners during this session.",
"id" : 208,
"title" : "Conference closing and contest winners announcements"
},
"209" : {
"description" : "Afterparty is a great time to have some fun and meet new people",
"id" : 209,
"image" : "/images/backgrounds/party.jpg",
"title" : "Afterparty & Networking"
},
"301" : {
"complexity" : "Beginner",
"description" : "We will cover some key stages in the process of creation of the 'Nike' augmented reality application for Microsoft Hololens and Google Tango.\nWe will discuss the process of 3D assets creation, including:\n3D modeling\n3D Sculpting\nTexturing\nNormal Map Baking\nArmature and Shapekey Animation\nWe will also touch some techniques and solutions that allow us to achieve goals that might seem mutually exclusive or difficult to achieve.\nFor example, to maintain a very high\n level of detail of the 3D model while keeping it suitable for the hardware requirements.\nOr create a shoe model that can be expanded to individual elements, and at the same time make all of these elements deform together as a single, one-piece object during animation.",
"id" : 301,
"language" : "English",
"speakers" : [ 12 ],
"tags" : [ "Design", "AR" ],
"title" : "Google Tango & Microsoft Hololens - Nike AR Application"
},
"302" : {
"complexity" : "Beginner",
"description" : "Google is introducing Flutter, a new mobile development sdk. Strongly based on React and reactive architecture, it could become a revolution on how mobile apps are done. Let’s review why you should care about it.",
"id" : 302,
"language" : "English",
"speakers" : [ 6 ],
"tags" : [ "General", "Flutter" ],
"title" : "What is Flutter and Why should I care?"
},
"303" : {
"complexity" : "Beginner",
"description" : "Testing is a boring and tedious task, that's why we built a robot to do it for us!\nIn this speech you will find out how to build your own Robot for mobile application automation.",
"id" : 303,
"language" : "English",
"speakers" : [ 13 ],
"tags" : [ "Tools", "Testing" ],
"title" : "OMG! Robot is testing my app!"
},
"304" : {
"complexity" : "Beginner",
"description" : "Have you ever wondered what it takes to make an event for 100 people? Would you like to create your own workshop but don't know where to start? Join our talk and see how our 2 year experience in various event organisation can give your first stepping stones.\nRiga TechGirls can offer you to lead your own workshop & tune up your leadership skills, help you prepare the materials, teach & show behind scenes of workshop organisation, practise public speaking & gain some visibility or gain mentoring skills by joining one of our current workshops.\nWe, Riga TechGirls, are working to bring more women in IT by inspiring them and making first tech steps together.\nJoin the talk & check out how you can become awesome workshop lead & spice up the IT world!",
"id" : 304,
"language" : "English",
"speakers" : [ 14 ],
"tags" : [ "General", "Community" ],
"title" : "Running your first community workshop"
},
"404" : {
"description" : "TBD",
"id" : 404,
"title" : "TBD"
}
},
"speakers" : [ null, {
"bio" : "Right now he is a passionate Googler helping developers and companies in South CEE to be more successful and profitable.\n\nHe co-founded and lead several StartUPs such as Venzeo.com, TrashOut.ngo, Matura.sk and Stuzkova.EU.\n\nHe is TEDx speaker, Slovak Forbes 30-under-30, IT auditor for AIESEC International & TOP 5 Student Entrepreneurs in Slovakia. He gets things done.",
"company" : "Google",
"companyLogo" : "/images/logos/google.svg",
"country" : "Prague, Czech Republic",
"featured" : true,
"id" : 1,
"name" : "Jozef Vodicka",
"photoUrl" : "/images/people/jozef_vodicka.jpg",
"shortBio" : "TEDx speaker, Slovak Forbes 30-under-30, IT auditor for AIESEC International & TOP 5 Student Entrepreneurs in Slovakia.",
"socials" : [ {
"icon" : "linkedin",
"link" : "https://www.linkedin.com/in/jozefvodicka",
"name" : "LinkedIn"
}, {
"icon" : "twitter",
"link" : "https://twitter.com/jozefvodicka",
"name" : "Twitter"
}, {
"icon" : "gplus",
"link" : "https://plus.google.com/+JozefVodicka",
"name" : "Google+"
}, {
"icon" : "facebook",
"link" : "https://www.facebook.com/jozef.vodicka",
"name" : "Facebook"
} ],
"tags" : [ "Cloud", "Firebase" ],
"title" : "Developer Relations Program Manager"
}, {
"bio" : "Engineer at SoundCloud Passionate about software engineering Android Speaker Geek Curious Learner",
"company" : "SoundCloud",
"companyLogo" : "/images/logos/soundcloud.svg",
"country" : "Berlin, Germany",
"featured" : true,
"id" : 2,
"name" : "Fernando Cejas",
"photoUrl" : "/images/people/fernando_cejas.jpg",
"shortBio" : "Engineer at SoundCloud Passionate about software engineering Android Speaker Geek Curious Learner",
"socials" : [ {
"icon" : "linkedin",
"link" : "https://www.linkedin.com/in/fernandocejas/",
"name" : "LinkedIn"
}, {
"icon" : "twitter",
"link" : "https://twitter.com/fernando_cejas",
"name" : "Twitter"
} ],
"tags" : [ "Android", "Cross-Platform" ],
"title" : "Core Engineer"
}, {
"badges" : [ {
"description" : "Technology Expert",
"link" : "https://developers.google.com/experts/people/cesar-valiente",
"name" : "GDE"
} ],
"bio" : "Cesar Valiente is a passionate software engineer working at Microsoft in the One Note team.\n\nPreviously, he was one of the main Android devs of the multi-awarded productivity app Wunderlist, and the new and fresh released Microsoft Todo has a bit of his code too.\n\nCesar loves sharing knowledge with others, he has spoken in some of the most relevant mobile conferences in Europe.\n\nHe is part of the Google Developer Expert program, a recognition given by Google to those who help and share their experience with others, helping to grow the Android community.",
"company" : "Microsoft",
"companyLogo" : "/images/logos/microsoft.svg",
"country" : "Berlin, Germany",
"featured" : true,
"id" : 3,
"name" : "Cesar Valiente",
"photoUrl" : "/images/people/cesar_valiente.jpg",
"shortBio" : "Cesar Valiente is a passionate software engineer working at Microsoft in the One Note team.",
"socials" : [ {
"icon" : "linkedin",
"link" : "https://www.linkedin.com/in/cesarvaliente/",
"name" : "LinkedIn"
}, {
"icon" : "twitter",
"link" : "https://twitter.com/CesarValiente",
"name" : "Twitter"
}, {
"icon" : "github",
"link" : "https://github.com/CesarValiente",
"name" : "Github"
} ],
"tags" : [ "Android", "Cross-Platform", "Kotlin", "Architecture" ],
"title" : "Core Engineer"
}, {
"bio" : "Jack of all trades, master of none. iOS Developer. fastlane contributor since 2014.",
"company" : "Fastlane",
"companyLogo" : "/images/logos/fastlane.png",
"country" : "Vienna, Austria",
"featured" : true,
"id" : 4,
"name" : "Manu Wallner",
"photoUrl" : "/images/people/manu_wallner.jpg",
"shortBio" : "Jack of all trades, master of none. iOS Developer. fastlane contributor since 2014.",
"socials" : [ {
"icon" : "linkedin",
"link" : "https://www.linkedin.com/in/milch/",
"name" : "LinkedIn"
}, {
"icon" : "twitter",
"link" : "https://twitter.com/acrooow",
"name" : "Twitter"
}, {
"icon" : "github",
"link" : "https://github.com/milch",
"name" : "Github"
} ],
"tags" : [ "iOS", "Fastlane" ],
"title" : "iOS Developer"
}, {
"bio" : "Krzysztof is an iOS developer, known for creating Objective-C Playgrounds, Apple’s Essential Apps like Foldify and 3D Game Engines. Passionate about writing quality code and helping other do the same. He blogs on http://merowing.info and open sources tools/libraries on https://github.com/krzysztofzablocki, making it into top 50 most starred Cocoa accounts worldwide.",
"company" : "New York Times",
"companyLogo" : "/images/logos/nytimes.svg",
"country" : "Warsaw, Poland",
"featured" : true,
"id" : 5,
"name" : "Krzysztof Zabłocki",
"photoUrl" : "/images/people/krysztof_zablocki.jpg",
"shortBio" : "Dev, Speaker, Creator. Currently Lead iOS @NYTimes",
"socials" : [ {
"icon" : "linkedin",
"link" : "https://www.linkedin.com/in/merowing/",
"name" : "LinkedIn"
}, {
"icon" : "twitter",
"link" : "https://twitter.com/merowing_",
"name" : "Twitter"
}, {
"icon" : "github",
"link" : "https://github.com/krzysztofzablocki",
"name" : "Github"
} ],
"tags" : [ "iOS" ],
"title" : "Lead iOS Engineer"
}, {
"bio" : "I’m an Android GDE in Barcelona, Spain. My passion has been always to interact with the community and share knowledge. I’ve been working on development for more than 20 years and focused in mobile for the last 6 years. I love working on UI and user interaction in any way (screen, voice, text, etc).",
"badges" : [ {
"description" : "Technology Expert",
"link" : "https://developers.google.com/experts/people/sergi-mart-nez",
"name" : "GDE"
} ],
"company" : "Schibsted Spain",
"companyLogo" : "/images/logos/schibsted.png",
"country" : "Barcelona, Spain",
"featured" : true,
"id" : 6,
"name" : "Sergi Martínez",
"photoUrl" : "/images/people/sergi_martinez.jpg",
"shortBio" : "Android GDE from Barcelona, Spain. Developer with 20+ years of experience.",
"socials" : [ {
"icon" : "twitter",
"link" : "https://twitter.com/SergiAndReplace",
"name" : "Twitter"
}, {
"icon" : "github",
"link" : "https://github.com/sergiandreplace",
"name" : "Github"
} ],
"tags" : [ "Android" ],
"title" : "Android GDE"
}, {
"bio" : "Marcin Krzyżanowski, PSPDFKit GmbH. A software developer who works on mobile applications in these days. With the head full of ideas, in the spare time, he creates new projects and contributes himself back to OSS community. The author of Natalie, CryptoSwift, and ObjectivePGP. Trying to bring privacy to the masses with privacyapp.io. Infrequent blogger.",
"company" : "PSPDFKit",
"companyLogo" : "/images/logos/pdfkit.png",
"country" : "Warsaw, Poland",
"featured" : true,
"id" : 7,
"name" : "Marcin Krzyzanowski",
"photoUrl" : "/images/people/marcin_krzyzanowski.jpg",
"shortBio" : "iOS Ninja at PSPDFKit",
"socials" : [ {
"icon" : "linkedin",
"link" : "https://www.linkedin.com/in/marcinkrzyzanowski",
"name" : "LinkedIn"
}, {
"icon" : "twitter",
"link" : "https://twitter.com/krzyzanowskim",
"name" : "Twitter"
}, {
"icon" : "github",
"link" : "https://github.com/krzyzanowskim",
"name" : "Github"
} ],
"tags" : [ "iOS" ],
"title" : "iOS Developer"
}, {
"bio" : "George Eid is a creative strategist with 23 years experience working on the Internet. With a degree in theatre, he spent the first part of his career writing for the stage and producing films. In 2003, he founded AREA 17, a digital product agency in Paris and New York. In 2008, he started an incubator within the agency, launching web and mobile products such as Slash, Krrb and Subfolio. His agency has produced over 300 digital products and brands for many of the most respected brands in the world.",
"company" : "AREA 17",
"companyLogo" : "/images/logos/area17.svg",
"country" : "Paris - New York",
"featured" : true,
"id" : 8,
"name" : "George Eid",
"photoUrl" : "/images/people/george_eid.jpg",
"shortBio" : "Creative strategist with 23 years experience working on the Internet. Founder of AREA 17. Design agency working with Apple, Google, Facebook.",
"socials" : [ {
"icon" : "twitter",
"link" : "https://twitter.com/opticalcortex",
"name" : "Twitter"
} ],
"tags" : [ "Design" ],
"title" : "Founder of AREA 17. Design agency working with Apple, Google, Facebook."
}, {
"bio" : "I’m an Android Engineer working at Plex, writing the best media software of all times.\nIn my free time, I love learning about Kotlin and share all this knowledge with the Android community in my blog antonioleiva.com. A couple of years ago, I wrote a book, Kotlin for Android Developers, that was meant to help other developers start diving into the languages without knowledge in a very practical way.\nThis year, I also published an online course based on the same methodology. Apart from this, I do live workshops in Spain, go to great events like this, I teach at the University.\nDon’t doubt to come and say hello during the event!",
"company" : "Plex",
"companyLogo" : "/images/logos/plex.png",
"country" : "Madrid, Spain",
"featured" : true,
"id" : 9,
"name" : "Antonio Leiva",
"photoUrl" : "/images/people/antonio_leiva.jpg",
"shortBio" : "Author of \"Kotlin for Android Developers\" book",
"socials" : [ {
"icon" : "twitter",
"link" : "https://twitter.com/lime_cl",
"name" : "Twitter"
}, {
"icon" : "github",
"link" : "https://github.com/antoniolg",
"name" : "Github"
} ],
"tags" : [ "Android", "Kotlin" ],
"title" : "Android Engineer"
}, {
"bio" : "Passionate about traveling and also to share his adventures with Web Technologies and Firebase. As a Google Developer Expert he is helping communities all over the world to learn, discover and have fun.",
"badges" : [ {
"description" : "Technology Expert",
"link" : "https://developers.google.com/experts/people/juarez-filho",
"name" : "GDE"
} ],
"company" : "Firebase",
"companyLogo" : "/images/logos/firebase.png",
"country" : "Dublin, Ireland",
"featured" : true,
"id" : 10,
"name" : "Juarez Filho",
"photoUrl" : "/images/people/juarez_filho.jpg",
"shortBio" : "Passionate about traveling and also to share his adventures with Web Technologies and Firebase.",
"socials" : [ {
"icon" : "twitter",
"link" : "https://twitter.com/juarezpaf",
"name" : "Twitter"
}, {
"icon" : "github",
"link" : "https://github.com/juarezpaf",
"name" : "Github"
} ],
"tags" : [ "Firebase" ],
"title" : "Firebase GDE"
}, {
"bio" : "Anastasiia is a software engineer, working on building mobile apps for years. She developed many applications, frequently taking care of both iOS and server sides of the system. Gradually she has developed the interest in computer security, and joined the forces of Cossack Labs first as iOS contributor and mobile consultant, then fully immersing into the world of data security and cryptography… still staying true to the roots and applying it to the beloved iOS platform. Now her primary goal is to make the world more safer place, so she speaks a lot about building secure mobile applications.",
"company" : "Stanfy",
"companyLogo" : "/images/logos/stanfy.png",
"country" : "Kiev, Ukraine",
"featured" : true,
"id" : 11,
"name" : "Anastasiia Vixentael",
"photoUrl" : "/images/people/anastasiia_vixentael.jpg",
"shortBio" : "Security enthusiast and iOS developer",
"socials" : [ {
"icon" : "twitter",
"link" : "https://twitter.com/vixentael",
"name" : "Twitter"
}, {
"icon" : "github",
"link" : "https://github.com/vixentael",
"name" : "Github"
} ],
"tags" : [ "iOS", "Security" ],
"title" : "Security Expert"
}, {
"bio" : "With about 6 years experience in work with visual effects, 3D Graphics, and motion design, Maxim works with Augmented, Mixed and Virtual reality applications development, 3D graphics and design.\nMaxim holds a Magister degree (2014), Humanities Institute of TV & Radio Broadcasting, Faculty of Directing TV and Multimedia.\nThe Winner of the First Prize on the AR Hackathon with Trond Nilsen.\nAuthor and director of documentary films: “Generation of free people” and «Soul of stranger» (two prizes at the international festival «Telemania - 2014»). Human Rights Academy (Oslo, Norway) took the film to be used in educational seminars.\nPhotographer, a nominee in the second edition of Fine Art Photography Awards (London). Three Honorable Mentions in International Photography Awards (USA).\nPassionate about AR/VR/MR.",
"company" : "Accenture Digital",
"companyLogo" : "/images/logos/accenture.png",
"country" : "Riga, Latvia",
"featured" : false,
"id" : 12,
"name" : "Maxim Velichkin",
"photoUrl" : "/images/people/maxim_v.jpg",
"shortBio" : "AR/VR/MR Enthusiast",
"socials" : [ {
"icon" : "twitter",
"link" : "https://twitter.com/RumataM",
"name" : "Twitter"
}],
"tags" : [ "Android", "AR" ],
"title" : "AR/VR/MR Enthusiast"
}, {
"bio" : "Working as System Administrator at TestDevLab. Passionate about how electronics and things in general work.",
"company" : "TestDev Lab",
"companyLogo" : "/images/logos/testdevlab.png",
"country" : "Riga, Latvia",
"featured" : false,
"id" : 13,
"name" : "Guntis Šusts",
"photoUrl" : "/images/people/guntis-susts.jpg",
"shortBio" : "Passionate about how electronics and things in general work.",
"socials" : [],
"tags" : [ "Android", "iOS", "Test" ],
"title" : "Engineer"
}, {
"bio" : "IT project manager, tech enthusiast & learning to code in free time.",
"company" : "Riga Tech Girls",
"companyLogo" : "/images/logos/rtg.png",
"country" : "Riga, Latvia",
"featured" : false,
"id" : 14,
"name" : "Inta Kriskane",
"photoUrl" : "/images/people/inta_kriskane.jpg",
"shortBio" : "Workshop leads for Riga TechGirls.",
"socials" : [],
"tags" : [ "General" ],
"title" : "Workshop leads for Riga TechGirls."
} ],
"team" : [ {
"members" : [ {
"name" : "Alexey Buzdin",
"photoUrl" : "images/people/alexey.jpg",
"socials" : [ {
"icon" : "gplus",
"link" : "https://plus.google.com/+AlexeyBuzdin",
"name" : "Google+"
}, {
"icon" : "facebook",
"link" : "https://www.facebook.com/alexey.buzdin",
"name" : "Facebook"
}, {
"icon" : "twitter",
"link" : "https://twitter.com/AlexeyBuzdin",
"name" : "Twitter"
}],
"title" : "Sponsors and speakers"
}, {
"name" : "Sergey Kibish",
"photoUrl" : "/images/people/sergey.jpg",
"socials" : [ {
"icon" : "twitter",
"link" : "https://twitter.com/s_kibish",
"name" : "Twitter"
}, {
"icon" : "website",
"link" : "https://sergeykibish.com",
"name" : "Blog"
} ],
"title" : "Website and speakers"
}, {
"name" : "Georgy Demich",
"photoUrl" : "/images/people/georgy.jpg",
"socials" : [ {
"icon" : "facebook",
"link" : "https://www.facebook.com/darkeryonok",
"name" : "Facebook"
} ],
"title" : "Venue"
}, {
"name" : "Anatoly Vyalikh",
"photoUrl" : "/images/people/anatoly.jpg",
"socials" : [ {
"icon" : "facebook",
"link" : "https://www.facebook.com/anatolyvyalikh",
"name" : "Facebook"
}, {
"icon" : "website",
"link" : "http://norrskogvisual.com/",
"name" : "Blog"
} ],
"title" : "Design"
}, {
"name" : "Jevgenija Zigisova",
"photoUrl" : "/images/people/jevgenija.jpg",
"socials" : [ {
"icon" : "facebook",
"link" : "https://www.facebook.com/eugenia.zigisova",
"name" : "Facebook"
}, {
"icon" : "linkedin",
"link" : "https://www.linkedin.com/in/jevgenija-zigisova-20810388/",
"name" : "Linkedin"
} ],
"title" : "Social media, website"
} ],
"title" : "Core Team"
}, {
"members" : [ {
"name" : "Artjoms Haleckis",
"photoUrl" : "/images/people/artjoms.png",
"socials" : [ {
"icon" : "linkedin",
"link" : "https://www.linkedin.com/in/haleckis/",
"name" : "Linkedin"
}, {
"icon" : "twitter",
"link" : "https://twitter.com/crazyjooe",
"name" : "Twitter"
} ],
"title" : "Pipedrive"
}, {
"name" : "Romans Karpelcevs",
"photoUrl" : "/images/people/roman.png",
"socials" : [ {
"icon" : "linkedin",
"link" : "https://www.linkedin.com/in/romanskarpelcevs/",
"name" : "Linkedin"
}, {
"icon" : "twitter",
"link" : "https://twitter.com/cvbk",
"name" : "Twitter"
} ],
"title" : "Pipedrive"
}, {
"name" : "Sergejs Luhmirins",
"photoUrl" : "/images/people/sergej_l.png",
"socials" : [ {
"icon" : "linkedin",
"link" : "https://www.linkedin.com/in/sergejs-luhmirins-61a58937/",
"name" : "Linkedin"
}],
"title" : "FullContact"
}, {
"name" : "Dmitrijs Beloborodovs",
"photoUrl" : "/images/people/dmitrijs.png",
"socials" : [ {
"icon" : "linkedin",
"link" : "https://www.linkedin.com/in/dmi3j",
"name" : "Linkedin"
}, {
"icon" : "twitter",
"link" : "https://twitter.com/dmi3j",
"name" : "Twitter"
} ]
}, {
"name" : "Igors Nemenonoks",
"photoUrl" : "/images/people/igors.png",
"socials" : [ {
"icon" : "linkedin",
"link" : "https://www.linkedin.com/in/igors-nemenonoks-9b359330",
"name" : "Linkedin"
}],
"title" : "Chili Labs"
}, {
"name" : "Vilius Kraujutis",
"photoUrl" : "/images/people/vilius.png",
"socials" : [ {
"icon" : "twitter",
"link" : "https://twitter.com/viliusk",
"name" : "Twitter"
} ],
"title" : "GDG Vilnius"
}, {
"name" : "Sergii Zhuk",
"photoUrl" : "/images/people/sergii.png",
"socials" : [ {
"icon" : "linkedin",
"link" : "https://www.linkedin.com/in/sergiizhuk",
"name" : "Linkedin"
},
{
"icon" : "twitter",
"link" : "https://twitter.com/sergiizhuk",
"name" : "Twitter"
}],
"title" : "Zalando SE"
} ],
"title" : "Program Committee"
} ],
"tickets" : {
"elements" : [ {
"currency" : "€",
"ends" : "Oct 1",
"name" : "Early Bird",
"price" : 49.95,
"soldOut" : false,
"soldOutText": "Sold Out",
"starts" : "Aug 25"
}, {
"currency" : "€",
"ends" : "Nov 17",
"name" : "Regular",
"price" : 69.95,
"soldOut" : true,
"soldOutText": "",
"starts" : "Oct 1"
}, {
"currency" : "",
"ends" : "Nov 17",
"name" : "Groups",
"info" : "Discount for groups of 5+. Contact us by mail.",
"price" : "Discount",
"soldOut" : false,
"soldOutText": "Sold Out",
"starts" : "Oct 1"
} ],
"url" : "https://en.xing-events.com/DevFestBaltics2017"
},
"videos" : [ {
"speakers" : "Jakub Škvára",
"thumbnail" : "/images/sessions/116.JPG",
"title" : "Polymer vs other libraries",
"youtubeId" : "-UEURYYVCmg"
}, {
"speakers" : "Mandy Waite",
"thumbnail" : "/images/sessions/109.JPG",
"title" : "Scalable Microservices with gRPC, Kubernetes, and Containers",
"youtubeId" : "BZ-uR8LQRkA"
}, {
"speakers" : "Mandy Waite",
"thumbnail" : "/images/sessions/110.JPG",
"title" : "Google Cloud Platform End to End: How we built 'Cloud Spin'",
"youtubeId" : "n-H6jYnL32U"
}, {
"speakers" : "Mateusz Herych",
"thumbnail" : "/images/sessions/102.JPG",
"title" : "How can Android Backup break your app",
"youtubeId" : "89wvLLc25AY"
}, {
"speakers" : "Alex Pazhyn",
"thumbnail" : "/images/sessions/113.JPG",
"title" : "Material Design. Custom Branding",
"youtubeId" : "3u8864j4g24"
}, {
"speakers" : "Viktor Zozuliak",
"thumbnail" : "/images/sessions/122.JPG",
"title" : "Service Worker - Native Apps Experience For The Web",
"youtubeId" : "szLFi1aO398"
}, {
"speakers" : "Said Tahsin Dane",
"thumbnail" : "/images/sessions/101.JPG",
"title" : "Material Design on Custom Views",
"youtubeId" : "nFZxAIi8n7I"
}, {
"speakers" : "Ihor Dvoretskyi",
"thumbnail" : "/images/sessions/135.JPG",
"title" : "The Cloud Convergence: OpenStack and Kubernetes",
"youtubeId" : "3zbxUcyiP8Y"
}, {
"speakers" : "Juarez Filho",
"thumbnail" : "/images/sessions/120.JPG",
"title" : "Firebase Adventures - Real time platform for your apps",
"youtubeId" : "uz4vA21lqoE"
}, {
"speakers" : "Anton Minashkin",
"thumbnail" : "/images/sessions/134.JPG",
"title" : "Data Binding. Next big thing?",
"youtubeId" : "GYwvQ0YAPo4"
}, {
"speakers" : "Hallade Xavier",
"thumbnail" : "/images/sessions/112.JPG",
"title" : "Mastering the NDK with Android Studio 1.3+ and the gradle-experimental plugin",
"youtubeId" : "GbTe0BTuNaU"
}, {
"speakers" : "Jana Moudrá",
"thumbnail" : "/images/sessions/115.JPG",
"title" : "Let's play Dart!",
"youtubeId" : "DoUATBQcihI"
}, {
"speakers" : "Valentyn Shybanov",
"thumbnail" : "/images/sessions/106.JPG",
"title" : "Using GoLang for building micro-service architecture in Google Cloud Platform",