-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
847 lines (741 loc) · 30.7 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
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
---
layout: header
---
<section class="row sec-default sec-home" id="home">
<article class="col-sm-3 side-panel red">
<div class="container-fluid">
<div class="logo-wrap">
<a href="#" class="icon-rubyconflogo"></a>
</div>
<img src="assets/images/registrations-open.png" alt="Registrations Open"
class="pati registration-pati"/>
</div>
</article>
<section class="col-sm-9 main-content">
<div class="container-fluid">
<h1 class="conf-title">Deccan RubyConf 2018</h1>
<p class="conf-date">4th Aug. 2018 Conference at Sheraton Grand Pune
</p>
<p class="conf-tagline">
A Single-Track Conference + Workshops
</p>
<a href="https://www.townscript.com/e/drc-2018" class="btn btn-primary"
target="_blank">Register for Conf</a>
<!-- <a href="https://papercall.io/drc18" class="btn btn-primary" target="_blank">Submit talk</a> -->
<p class="get-sponsors">Get in on the action, <a href="sponsorship_prospectus.pdf">Sponsor Us</a></p>
</div>
</section>
</section>
<section class="row sec-default sec-speakers" id="speakers">
<article class="col-sm-3 side-panel red">
<h1>Speakers</h1>
<img src="assets/images/watching-you.png" alt="We Are Watching"
class="pati thankyou-pati"/>
</article>
<section class="col-sm-9 main-content">
<div class="carousel slide" data-ride="carousel" data-interval="false">
<div class="carousel-inner carousel-desktop" role="listbox">
<div class="item active">
<div class="row">
<div class="col-sm-4">
<div class="thumbnail">
<a href="#" data-toggle="modal" data-target="#keith-modal">
<img src="assets/images/speakers/keith.jpeg"
alt="Keith Pitt"
class="speakers img-responsive">
</a>
<div class="caption">
<h4>Keith Pitt</h4>
<div class="socialmedia-link">
<a href="https://twitter.com/keithpitt" class="icon-twitter"
target="_blank"></a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<a href="#" data-toggle="modal" data-target="#aditya-modal">
<img src="assets/images/speakers/aditya.png"
alt="Aditya Godbole"
class="speakers img-responsive">
</a>
<div class="caption">
<h4>Aditya Godbole</h4>
<div class="socialmedia-link">
<a href="https://twitter.com/aagdbl" class="icon-twitter"
target="_blank"></a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<a href="#" data-toggle="modal" data-target="#rajeev-modal">
<img src="assets/images/speakers/rajeev.jpg"
alt="Rajeev Bharshetty"
class="speakers img-responsive">
</a>
<div class="caption">
<h4>Rajeev Bharshetty</h4>
<div class="socialmedia-link">
<a href="https://twitter.com/rBharshetty" class="icon-twitter"
target="_blank"></a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<a href="#" data-toggle="modal" data-target="#talina-modal">
<img src="assets/images/speakers/talina.jpeg"
alt="Talina Shrotriya"
class="speakers img-responsive">
</a>
<div class="caption">
<h4>Talina Shrotriya</h4>
<div class="socialmedia-link">
<a href="https://twitter.com/talina692" class="icon-twitter"
target="_blank"></a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<a href="#" data-toggle="modal" data-target="#prashant-modal">
<img src="assets/images/speakers/prashant.jpg"
alt="Prashant Chaudhari"
class="speakers img-responsive">
</a>
<div class="caption">
<h4>Prashant Chaudhari</h4>
<div class="socialmedia-link">
<a href="https://twitter.com/prchaudhari_007" class="icon-twitter"
target="_blank"></a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<a href="#" data-toggle="modal" data-target="#girish-modal">
<img src="assets/images/speakers/girish.jpg"
alt="Girish Sonawane"
class="speakers img-responsive">
</a>
<div class="caption">
<h4>Girish Sonawane</h4>
<div class="socialmedia-link">
<a href="https://twitter.com/girishso" class="icon-twitter"
target="_blank"></a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<a href="#" data-toggle="modal" data-target="#raounak-modal">
<img src="assets/images/speakers/raounak.jpg"
alt="Raounak Sharma"
class="speakers img-responsive">
</a>
<div class="caption">
<h4>Raounak Sharma</h4>
<div class="socialmedia-link">
<a href="https://twitter.com/raounaksharma" class="icon-twitter"
target="_blank"></a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<a href="#" data-toggle="modal" data-target="#grzegorz-modal">
<img src="assets/images/speakers/grzegorz.jpeg"
alt="Grzegorz Witek"
class="speakers img-responsive">
</a>
<div class="caption">
<h4>Grzegorz Witek</h4>
<div class="socialmedia-link">
<a href="https://twitter.com/arnvald" class="icon-twitter"
target="_blank"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--
<div class="col-sm-4">
<div class="thumbnail">
<a href="#" data-toggle="modal" data-target="#ajey-modal">
<img src="assets/images/speakers/ajey.jpg" alt="Ajey Gore"
class="speakers img-responsive">
</a>
<div class="caption">
<h4>Ajey Gore</h4>
<div class="socialmedia-link">
<a href="https://twitter.com/AjeyGore" class="icon-twitter"
target="_blank"></a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<a href="#" data-toggle="modal" data-target="#aboobacker-modal">
<img src="assets/images/speakers/aboobacker.jpg" alt="Aboobacker MK"
class="speakers img-responsive">
</a>
<div class="caption">
<h4>Aboobacker MK</h4>
<div class="socialmedia-link">
<a href="https://twitter.com/_tachyons" class="icon-twitter"
target="_blank"></a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<a href="#" data-toggle="modal" data-target="#douglas-modal">
<img src="assets/images/speakers/douglas.jpg" alt="Douglas Vaz"
class="speakers img-responsive">
</a>
<div class="caption">
<h4>Douglas Vaz</h4>
<div class="socialmedia-link">
<a href="https://twitter.com/Mistcrafter" class="icon-twitter"
target="_blank"></a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<a href="#" data-toggle="modal" data-target="#michael-modal">
<img src="assets/images/speakers/michael.jpg" alt="Michael Kohl"
class="speakers img-responsive">
</a>
<div class="caption">
<h4>Michael Kohl</h4>
<div class="socialmedia-link">
<a href="https://twitter.com/citizen428" class="icon-twitter"
target="_blank"></a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<a href="#" data-toggle="modal" data-target="#harisankar-modal">
<img src="assets/images/speakers/harisankar.jpg" alt=" Harisankar P S"
class="speakers img-responsive">
</a>
<div class="caption">
<h4> Harisankar P S</h4>
<div class="socialmedia-link">
<a href="https://twitter.com/coderhs" class="icon-twitter"
target="_blank"></a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<a href="#" data-toggle="modal" data-target="#shaiju-modal">
<img src="assets/images/speakers/shaiju.jpg" alt=" Shaiju E"
class="speakers img-responsive">
</a>
<div class="caption">
<h4> Shaiju E</h4>
<div class="socialmedia-link">
<a href="https://twitter.com/eshaiju" class="icon-twitter"
target="_blank"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
-->
<div id="carousel-mobile" class="carousel slide" data-ride="carousel" data-interval="false">
<div class="carousel-inner carousel-mobile" role="listbox">
<div class="item active">
<div class="thumbnail">
<img src="assets/images/speakers/keith.jpeg" alt="Keith Pitt"
class="speakers img-responsive">
<div class="caption">
<h4>Keith Pitt</h4>
<p>Keith is founder and CTO of Buildkite, a platform for running fast, secure, and scalable
continuous integration pipelines on your own infrastructure. He works from home in Perth,
Australia (one of the most remote cities on Earth). When he's not working on build pipelines,
you can find Keith playing with technologies like GraphQL, and writing programming
languages (for fun!).</p>
<div class="socialmedia-link">
<a href="https://twitter.com/keithpitt" class="icon-twitter"
target="_blank"></a>
</div>
</div>
</div>
</div>
<div class="thumbnail">
<img src="assets/images/speakers/rajeev.jpg" alt="Rajeev Bharshetty"
class="speakers img-responsive">
<div class="caption">
<h4>Rajeev Bharshetty</h4>
<p>Rajeev is a Passionate Polyglot Programmer and a theoretical Computer Science Nerd. He is currently interested and focused on Distributed Systems, Security and Data. He is working on building reliability at scale on 300+ Micro-services at GO-JEK.</p>
<div class="socialmedia-link">
<a href="https://twitter.com/rBharshetty" class="icon-twitter"
target="_blank"></a>
</div>
</div>
</div>
</div>
<div class="thumbnail">
<img src="assets/images/speakers/talina.jpeg" alt="Talina Shrotriya"
class="speakers img-responsive">
<div class="caption">
<h4>Talina Shrotriya</h4>
<p>Talina is a software engineer @ Oogway Consulting.
She has worked on data intensive projects primarily written in Java, using Spark.
She is a recent Rubyist, who saw the beauty of the language when she was able to ship code to production in just a few weeks.
</p>
<div class="socialmedia-link">
<a href="https://twitter.com/talina692" class="icon-twitter"
target="_blank"></a>
</div>
</div>
</div>
<div class="thumbnail">
<img src="assets/images/speakers/prashant.jpg" alt="Prashant Chaudhari"
class="speakers img-responsive">
<div class="caption">
<h4>Prashant Chaudhari</h4>
<p>Prashant leads the Engineering Team at Jombay. Jombay is one of the fastest growing and highly recognised talent assessment and development companies in India. He has been leading a team of around 15 developers to build next generation assessment and development products using sophisticated technologies like RoR, NodeJS, AngularJS, Android, iOS, Postgres, MongoDB etc.
</p>
<div class="socialmedia-link">
<a href="https://twitter.com/prchaudhari_007" class="icon-twitter"
target="_blank"></a>
</div>
</div>
</div>
<div class="thumbnail">
<img src="assets/images/speakers/girish.jpg" alt="Girish Sonawane"
class="speakers img-responsive">
<div class="caption">
<h4>Girish Sonawane</h4>
<p>Girish is geek at heart, and love exploring new technologies. Over 15 Years of IT experience and founder of Cube Root Software.</p>
<div class="socialmedia-link">
<a href="https://twitter.com/girishso" class="icon-twitter"
target="_blank"></a>
</div>
</div>
</div>
<div class="thumbnail">
<img src="assets/images/speakers/raounak.jpg" alt="Raounak Sharma"
class="speakers img-responsive">
<div class="caption">
<h4>Raounak Sharma</h4>
<p>
A passionate software developer who uses Ruby to express in code is what defines him.
<br>
He is in the field of Web-development form past 3 years and He is loving it. Currently, He is pursuing his undergraduate in Computer Science and working as a software developer intern at Coupa (Pune). He provides services in Web-development and DevOps. When he is not coding you will probably find him on a football field
</p>
<div class="socialmedia-link">
<a href="https://twitter.com/raounaksharma" class="icon-twitter"
target="_blank"></a>
</div>
</div>
</div>
<div class="thumbnail">
<img src="assets/images/speakers/grzegorz.jpeg" alt="Grzegorz Witek"
class="speakers img-responsive">
<div class="caption">
<h4>Grzegorz Witek</h4>
<p>
Grzegorz boosts economy by making bugs here and there, so that others always have something to fix and they can keep their jobs. Constantly afraid of stack overflows, Grzegorz works as an empty-stack developer.
</p>
<div class="socialmedia-link">
<a href="https://twitter.com/arnvald" class="icon-twitter"
target="_blank"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="row sec-default sec-schedule" id="program">
<article class="col-sm-3 side-panel black">
<h1>Program</h1>
<img src="assets/images/turn_right.png" alt="Turn Right"
class="pati turn_right-pati"/>
</article>
<section class="col-sm-9 main-content">
<h1>The What, the When and the Where</h1>
<h1>4th August - Conference talks at Grand Sheraton</h1>
<table class="table schedule-table">
<colgroup>
<col width="80%">
<col width="20%">
</colgroup>
<tr>
<td>
<strong>Registration</strong>
</td>
<td>8.30 AM to 9.15 AM</td>
</tr>
<tr>
<td>
<strong>Kickoff</strong>
</td>
<td>9.15 AM to 9.30 AM</td>
</tr>
<tr>
<td>
<strong>Keynote "Making it with Ruby" by Keith Pitt</strong>
<br>
I've always had a passion for making things. For as long as I can remember, I've always been working on a side project, and in the past 10 years, I've used Ruby & Rails to build these things. This is the story of I turned my most recent side project into a full time job, and all the tips and tricks I learned along the way to stay focused and motivated.
</td>
<td>9.30 AM to 10.15 AM</td>
</tr>
<tr>
<td>
<strong>Production Ready Microservices at Scale by Rajeev Bharshetty</strong>
<br>
Writing Microservices which can withstand the unpredictable nature of the production environment at scale is a non-trivial task. Certain practices can help make our systems more predictable, transparent and resilient. For developers this means more confident and continuous deployments.
</td>
<td>10.15 AM to 10.45 AM</td>
</tr>
<tr>
<td>
<strong>Tea break</strong>
</td>
<td>10.45 AM to 11.15 AM</td>
</tr>
<tr>
<td>
<strong>Rails Controllers without Actions! by Prashant Chaudhari</strong>
<br>
This talk is about how we at Jombay have achieved maximum things with minimum code on our API side. It mainly covers how we have written Rails API controllers with almost no actions and avoided fat models with meta programming. Aim is to help RoR developers write better code and use metaprogramming.
</td>
<td>11.15 AM to 11.45 AM</td>
</tr>
<tr>
<td>
<strong>Ship Often, Ship Fast. Why is Ruby still relevant by Talina Shrotriya</strong>
<br>
What makes or breaks software is the balance between developer efficiency and code quality. With no previous coding experience in Ruby and a short delivery deadline, I was able to leverage the power of Ruby libraries in designing micro APIs within a span of a few weeks.
</td>
<td>11.45 AM to 12.15 PM</td>
</tr>
<tr>
<td>
<strong>Why Rubyists should care about Elm? by Girish Sonawane</strong>
<br>
Rails radically changed how we approached web development, with it’s coherent package that bundled up web dev learnings, best practices and some very nice ideas for its future development. Right now this is happening again with Elm, let us have a look at what is so exciting about Elm.
</td>
<td>12.15 PM to 12.45 PM</td>
</tr>
<tr>
<td>
<strong>Lunch break</strong>
</td>
<td>12.45 PM to 2 PM</td>
</tr>
<tr>
<td>
<strong>One year with Hanami - what we love, what we don't by Grzegorz Witek</strong>
<br>
Have you ever heard of Hanami? Have you considered using it for your new project, but you don’t know what to expect? This talk will clear your doubts - my team has been using Hanami for more than a year and I’m going to share our experience with the framework.
</td>
<td>2 PM to 2.30 PM</td>
</tr>
<tr>
<td>
<strong>Panel Discussion</strong>
</td>
<td>2.30 PM to 3 PM</td>
</tr>
<tr>
<td>
<strong>Tea break</strong>
</td>
<td>3 PM to 3.30 PM</td>
</tr>
<tr>
<td>
<strong>⚡️ Flash talks ⚡️</strong>
</td>
<td>3.30 PM to 4 PM</td>
</tr>
<tr>
<td>
<strong>World of CLI (command line apps) with Ruby by Raounak Sharma</strong>
<br>
Ever wonder how these CLI apps work? Whether it is a simple UNIX terminal or Git or Rubocop everything is so fast and powerful. Ever thought why system admins like CLI applications more than GUI for their work? Do you want to make your own personal CLI application?
Yes? Cool then, let’s dive.
</td>
<td>4 PM to 4.30 PM</td>
</tr>
<tr>
<td>
<strong>Keynote "Penguins, Daemons and Platypuses - A 20 year journey" by Aditya Godbole</strong>
<br>
TBA
</td>
<td>4.30 PM to 5.15 PM</td>
</tr>
<tr>
<td>
<strong>Open hours</strong>
</td>
<td>5.15 PM to 6.30 PM</td>
</tr>
<tr>
<td>
<strong>Party</strong>
</td>
<td>6.30 PM onwards</td>
</tr>
</table>
</section>
</section>
<section class="row sec-default sec-sponsors" id="sponsors">
<article class="col-sm-3 side-panel red">
<h1>Sponsors</h1>
<img src="assets/images/thankyou.png" alt="We Are Grateful"
class="pati thankyou-pati"/>
</article>
<section class="col-sm-9 main-content">
<a href="sponsorship_prospectus.pdf" class="download-link" download>Download Prospectus</a>
<br/>
<h1 class="sponsors-heading" align=center>Platinum</h1>
<br>
<div class="row">
<div class="col-md-4">
</div>
<div class="col-md-4">
<a href="http://www.go-jek.com/" target="_blank">
<img src="assets/images/sponsors/gojek.png" alt="Go Jek"
class="img-responsive"/>
</a>
</div>
</div>
<br>
<h1 class="sponsors-heading" align=center>Gold</h1>
<br>
<div class="row">
<div class="col-md-4">
<a href="https://www.bigbinary.com/" target="_blank">
<img src="assets/images/sponsors/bigbinary.png" alt="Big Binary"
class="img-responsive"/>
</a>
</div>
<div class="col-md-4">
<a href="https://www.coupa.com/" target="_blank">
<img src="assets/images/sponsors/coupa.jpeg" alt="Coupa"
class="img-responsive"/>
</a>
</div>
<div class="col-md-4">
<a href="http://www.joshsoftware.com/" target="_blank">
<img src="assets/images/sponsors/joshsoftware.jpg" alt="Josh Software"
class="img-responsive"/>
</a>
</div>
</div>
<br>
<h1 class="sponsors-heading" align=center>Silver</h1>
<br>
<div>
<div class="text-align-center">
<a href="https://www.shaadi.com/" target="_blank">
<img src="assets/images/sponsors/shaadi.jpg" alt="Shaadi.com"
class="img-responsive sponsors-logo-silver"/>
</a>
</div>
</div>
<br>
<h1 class="sponsors-heading" align=center>Digital</h1>
<br>
<div class="row">
<div class="text-align-center">
<a href="http://amuratech.com/" target="_blank">
<img src="assets/images/sponsors/amura.png" alt="Amura"
class="img-responsive sponsors-logo-silver white-image-bg"/>
</a>
</div>
</div>
<br>
<h1 class="sponsors-heading" align=center>Lanyard</h1>
<br>
<div class="row">
<div class="text-align-center">
<a href="http://jombay.com/" target="_blank">
<img src="assets/images/sponsors/jombay.png" alt="Jombay"
class="img-responsive sponsors-logo-silver white-image-bg"/>
</a>
</div>
</div>
<h1 class="sponsors-heading" align="center">Friends</h1>
<div class="partners-wrap">
<div class="row">
<div class="col-md-4">
<a href="https://pragprog.com/" target="_blank">
<img
src="assets/images/Bookshelf_4in.png" alt="The Pragmatic Bookshelf"
class="img-responsive white-image-bg sponsors-logo-silver"/>
</a>
</div>
<div class="col-md-4">
<a href="https://progate.com/" target="_blank">
<img
src="assets/images/sponsors/progate.png" alt="Progate"
class="img-responsive sponsors-logo-silver"/>
</a>
</div>
</div>
</div>
<h1 class="sponsors-heading" align=center>Hospitality Partner</h1>
<br>
<div class="row">
<div class="text-align-center">
<a href="https://www.treebo.com/" target="_blank">
<img src="assets/images/sponsors/treebo.jpg" alt="treebo"
class="img-responsive sponsors-logo-silver"/>
</a>
</div>
</div>
<h1 class="sponsors-heading" align=center>Party Partner</h1>
<br>
<div class="row">
<div class="text-align-center">
<a href="https://trustingsocial.com/" target="_blank">
<img src="assets/images/sponsors/trusting_social.png" alt="Trusting Social"
class="img-responsive sponsors-logo-silver white-image-bg"/>
</a>
</div>
</div>
</section>
</section>
<div id="keith-modal" class="fade modal" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title">Keith Pitt</h2>
<h4 class="modal-title-small">@keithpitt</h4>
</div>
<div class="modal-body">
<p>Keith is founder and CTO of Buildkite, a platform for running fast, secure, and scalable continuous integration pipelines
on your own infrastructure. He works from home in Perth, Australia (one of the most remote cities on Earth). When he's not
working on build pipelines, you can find Keith playing with technologies like GraphQL, and writing programming languages (for fun!).</p>
</div>
</div>
</div>
</div>
<div id="rajeev-modal" class="fade modal" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title">Rajeev Bharshetty</h2>
<h4 class="modal-title-small">@rBharshetty</h4>
</div>
<div class="modal-body">
<p>Rajeev is a Passionate Polyglot Programmer and a theoretical Computer Science Nerd. He is currently interested and focused on Distributed Systems, Security and Data. He is working on building reliability at scale on 300+ Micro-services at GO-JEK.
</p>
</div>
</div>
</div>
</div>
<div id="talina-modal" class="fade modal" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title">Talina Shrotriya</h2>
<h4 class="modal-title-small">@talina692</h4>
</div>
<div class="modal-body">
<p>Talina is a software engineer @ Oogway Consulting.
She has worked on data intensive projects primarily written in Java, using Spark.
She is a recent Rubyist, who saw the beauty of the language when she was able to ship code to production in just a few weeks.
</p>
</div>
</div>
</div>
</div>
<div id="prashant-modal" class="fade modal" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title">Prashant Chaudhari</h2>
<h4 class="modal-title-small">@prchaudhari_007</h4>
</div>
<div class="modal-body">
<p>
Prashant leads the Engineering Team at Jombay. Jombay is one of the fastest growing and highly recognised talent assessment and development companies in India. He has been leading a team of around 15 developers to build next generation assessment and development products using sophisticated technologies like RoR, NodeJS, AngularJS, Android, iOS, Postgres, MongoDB etc.
</p>
</div>
</div>
</div>
</div>
<div id="girish-modal" class="fade modal" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title">Girish Sonawane</h2>
<h4 class="modal-title-small">@girishso</h4>
</div>
<div class="modal-body">
<p>Girish is geek at heart, and love exploring new technologies. Over 15 Years of IT experience and founder of Cube Root Software.
</p>
</div>
</div>
</div>
</div>
<div id="raounak-modal" class="fade modal" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title">Raounak Sharma</h2>
<h4 class="modal-title-small">@raounaksharma</h4>
</div>
<div class="modal-body">
<p>
A passionate software developer who uses Ruby to express in code is what defines him.
<br>
He is in the field of Web-development form past 3 years and He is loving it. Currently, He is pursuing his undergraduate in Computer Science and working as a software developer intern at Coupa (Pune). He provides services in Web-development and DevOps. When he is not coding you will probably find him on a football field.
</p>
</div>
</div>
</div>
</div>
<div id="grzegorz-modal" class="fade modal" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title">Grzegorz Witek</h2>
<h4 class="modal-title-small">@arnvald</h4>
</div>
<div class="modal-body">
<p>
Grzegorz boosts economy by making bugs here and there, so that others always have something to fix and they can keep their jobs. Constantly afraid of stack overflows, Grzegorz works as an empty-stack developer.
</p>
</div>
</div>
</div>
</div>
</section>