-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathevento-desarrollo-cali-julio-18-2015.html
797 lines (765 loc) · 51.6 KB
/
evento-desarrollo-cali-julio-18-2015.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CaliDev, Comunidad de Desarrolladores Cali, Colombia</title>
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Es la comunidad de Desarrollo de Cali que reune a los mejores desarrolladores de la region para compartir experiencias, aprender, aumentar y divulgar el talento">
<meta name="keywords" content="cali, colombia, development, desarrollo, evento, biblioteca, departamental, ruby, ror, python, machine, learning, javascript, angularjs, mongodb">
<meta name="author" content="CaliDev, Comunidad de Desarrolladores Cali, Colombia">
<meta itemprop="name" content="CaliDev, Comunidad de Desarrolladores Cali, Colombia">
<meta itemprop="description" content="Es la comunidad de Desarrollo de Cali que reune a los mejores desarrolladores de la region para compartir experiencias, aprender, aumentar y divulgar el talento">
<meta itemprop="image" content="http://www.calidev.co/img/calidev-desarrollo-comunidad-cali-colombia.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@calidevco">
<meta name="twitter:title" content="CaliDev, Comunidad de Desarrolladores Cali, Colombia">
<meta name="twitter:description" content="Es la comunidad de Desarrollo de Cali que reune a los mejores desarrolladores de la region para compartir experiencias, aprender, aumentar y divulgar el talento">
<meta name="twitter:creator" content="@calidevco">
<!-- Twitter summary card with large image must be at least 280x150px -->
<meta name="twitter:image:src" content="http://www.calidev.co/img/calidev-desarrollo-comunidad-cali-colombia.jpg">
<meta property="og:title" content="CaliDev, Comunidad de Desarrolladores Cali, Colombia" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.calidev.co/" />
<meta property="og:image" content="http://www.calidev.co/img/calidev-desarrollo-comunidad-cali-colombia.jpg" />
<meta property="og:description" content="Es la comunidad de Desarrollo de Cali que reune a los mejores desarrolladores de la region para compartir experiencias, aprender, aumentar y divulgar el talento" />
<meta property="og:site_name" content="CaliDev" />
<meta property="fb:admins" content="" />
<link rel="apple-touch-icon" sizes="57x57" href="/img/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/img/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/img/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicons/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="/img/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/img/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/img/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/img/favicons/manifest.json">
<link rel="shortcut icon" href="/img/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/img/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="/img/favicons/browserconfig.xml">
<meta name="theme-color" content="#22222">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/agency.css" rel="stylesheet">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" async defer
src="https://apis.google.com/js/platform.js?publisherid=106989675084096465774">
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "CaliDev",
"startDate" : "2015-07-18T10:00",
"url" : "http://calidev.github.io/",
"location" :
{
"@type" : "Place",
"url": "http://www.bibliovalle.gov.co/",
"sameAs" : [
"https://twitter.com/Bibliovalle",
"https://www.facebook.com/bibliotecadptal.valle"
],
"name" : "Biblioteca Departamental Jorge Garcés Borrero",
"address" :
{
"@type" : "PostalAddress",
"streetAddress" : "Calle 5 No. 24A-91",
"addressLocality" : "Cali",
"addressRegion" : "Valle del Cauca",
"postalCode" : "760042"
}
},
"sameAs":[
"https://twitter.com/calidevco",
"http://www.meetup.com/CaliDev",
"http://google.com/+CaliDevCo",
"http://github.com/CaliDev"
],
"offers": {
"@type": "Offer",
"price": "0.0",
"priceCurrency": "COP",
"url": "http://www.meetup.com/CaliDev"
}
}
</script>
</head>
<body id="page-top" class="index" itemscope itemtype="http://schema.org/Event">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top"><img src="img/calidev-comunidad-desarrolladores.png" alt="CaliDev"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#services">El evento</a>
</li>
<li>
<a class="page-scroll" href="#about">Agenda</a>
</li>
<li>
<a class="page-scroll" href="#team">Ponentes</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contacto</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="intro-text">
<div class="intro-lead-in">
<h1 itemprop="name">CaliDev, Comunidad de Desarrolladores Cali, Colombia</h1>
</div>
<div class="intro-heading">¡Únete, Ahora es el momento!</div>
<a href="http://www.meetup.com/CaliDev/" class="page-scroll btn btn-primary btn-xl">¡Deseo asistir!</a>
<a href="#services" class="page-scroll btn btn-xl">Más información</a>
</div>
</div>
</header>
<!-- Services Section -->
<section id="services" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">El evento</h2>
<h3 itemprop="description" class="section-subheading text-muted">Lanzamiento CaliDev: Unamonos para aprender, aumentar y divulgar el talento.</h3>
</div>
</div>
<div class="row">
<div class="col-md-5 col-md-offset-1">
<img class="img-responsive" src="/img/biblioteca-departamental-valle-jorge-garces-borrero.jpg" alt="Biblioteca Departamental Jorge Garcés Borrero">
</div>
<div class="col-md-5">
<div itemprop="location" itemscope itemtype="http://schema.org/Place">
<h4 itemprop="name">Biblioteca Departamental Jorge Garcés Borrero</h4>
<meta itemprop="image" content="/img/biblioteca-departamental-valle-jorge-garces-borrero.jpg">
<p>Punto Vive Digital, Salón 1</p>
<address itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">Calle 5 No. 24A-91</span><br>
<span itemprop="addressLocality">Cali</span>, <span itemprop="addressRegion">Valle del Cauca</span><br>
<span itemprop="postalCode">760042</span>
</address>
</div>
<h4>Hora</h4>
<p>Fecha: <span itemprop="startDate" content="2015-07-18T10:00">18 de Julio 2015</span></p>
<p>Desde: <time>10:00am</time></p>
<p itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<meta itemprop="price" content="0.00"/>
<meta itemprop="priceCurrency" content="COP"/>
<a target="_blank" itemprop="url" class="btn btn-primary" href="http://www.meetup.com/CaliDev/">¡Deseo asistir!</a>
</p>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Agenda</h2>
<h3 class="section-subheading text-muted">Conoce los contenidos que se van a compartir en el CaliDev.</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<li itemprop="subEvent" itemscope itemtype="http://schema.org/Event">
<div class="timeline-image">
<img class="img-circle img-responsive" itemprop="image" src="img/about/introduction-calidev.jpg" alt="Introduccion y Bienvenida">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h5 itemprop="startDate" content="2015-07-18T10:00">10:00 a.m.</h5>
<h4 itemprop="name">Introducción y Bienvenida</h4>
<h4 class="subheading">Lanzamiento de CaliDev</h4>
</div>
<div class="timeline-body">
<p itemprop="description" class="text-muted">Explicaremos todo acerca de la comunidad: el propósito, los objetivos y el compromiso con el desarrollo de la ciudad.</p>
</div>
<div class="hidden" itemprop="location" itemscope="" itemtype="http://schema.org/Place">
<meta itemprop="name" content="Biblioteca Departamental Jorge Garcés Borrero">
<meta itemprop="address" content="Calle 5 No. 24A-91">
</div>
<div class="hidden" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<meta itemprop="price" content="0.00"/>
<meta itemprop="priceCurrency" content="COP"/>
<meta itemprop="url" content="http://www.meetup.com/CaliDev/"/>
</div>
</div>
</li>
<li itemprop="subEvent" itemscope itemtype="http://schema.org/Event" class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" itemprop="image" src="img/about/data-science-essentials.jpg" alt="Data Science Essentials">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h5 itemprop="startDate" content="2015-07-18T11:00">11:00 a.m.</h5>
<h4 itemprop="name">Diseño, como la vida misma</h4>
<h4 class="subheading">UX/UI, Web Design</h4>
</div>
<div class="timeline-body">
<p itemprop="description" class="text-muted">Una perspectiva práctica del diseño aplicada al desarrollo.</p>
<p itemprop="performer" itemscope itemtype="http://schema.org/Person">
Por <span itemprop="name">Julian Mora</span>
</p>
</div>
<div class="hidden" itemprop="location" itemscope="" itemtype="http://schema.org/Place">
<meta itemprop="name" content="Biblioteca Departamental Jorge Garcés Borrero">
<meta itemprop="address" content="Calle 5 No. 24A-91">
</div>
<div class="hidden" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<meta itemprop="price" content="0.00"/>
<meta itemprop="priceCurrency" content="COP"/>
<meta itemprop="url" content="http://www.meetup.com/CaliDev/"/>
</div>
</div>
</li>
<li itemprop="subEvent" itemscope itemtype="http://schema.org/Event">
<div class="timeline-image">
<img class="img-circle img-responsive" itemprop="image" src="img/about/lunch-time.jpg" alt="Introduccion y Bienvenida">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h5 itemprop="startDate" content="2015-07-18T12:00">12:00 p.m.</h5>
<h4 itemprop="name">Lunch Time!</h4>
<h4 class="subheading">Lunch Deployment</h4>
</div>
<div class="timeline-body">
<p itemprop="description" class="text-muted">Let the hunger games begin!</p>
</div>
<div class="hidden" itemprop="location" itemscope="" itemtype="http://schema.org/Place">
<meta itemprop="name" content="Biblioteca Departamental Jorge Garcés Borrero">
<meta itemprop="address" content="Calle 5 No. 24A-91">
</div>
<div class="hidden" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<meta itemprop="price" content="0.00"/>
<meta itemprop="priceCurrency" content="COP"/>
<meta itemprop="url" content="http://www.meetup.com/CaliDev/"/>
</div>
</div>
</li>
<li itemprop="subEvent" itemscope itemtype="http://schema.org/Event" class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" itemprop="image" src="img/about/angular-ionic-cordova.jpg" alt="El qué, cómo y para qué de Ionic Framework">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h5 itemprop="startDate" content="2015-07-18T13:00">1:00 p.m.</h5>
<h4 itemprop="name">El qué, cómo y para qué de Ionic Framework</h4>
<h4 class="subheading">AngularJS, Apache Cordova, SASS</h4>
</div>
<div class="timeline-body">
<p itemprop="description" class="text-muted">Una breve introducción al desarrollo de aplicaciones móviles híbridas haciendo énfasis en el uso de <a href="http://ionicframework.com/" target="_blank">Ionic</a> como herramienta principal en nuestros proyectos.</p>
<p itemprop="performer" itemscope itemtype="http://schema.org/Person">
Por <span itemprop="name">Richard Melo</span>
</p>
</div>
<div class="hidden" itemprop="location" itemscope="" itemtype="http://schema.org/Place">
<meta itemprop="name" content="Biblioteca Departamental Jorge Garcés Borrero">
<meta itemprop="address" content="Calle 5 No. 24A-91">
</div>
<div class="hidden" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<meta itemprop="price" content="0.00"/>
<meta itemprop="priceCurrency" content="COP"/>
<meta itemprop="url" content="http://www.meetup.com/CaliDev/"/>
</div>
</div>
</li>
<li itemprop="subEvent" itemscope itemtype="http://schema.org/Event">
<div class="timeline-image">
<img class="img-circle img-responsive" itemprop="image" src="img/about/loop.png" alt="Entendiendo el «Event Loop» de JavaScript">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h5 itemprop="startDate" content="2015-07-18T13:00">1:30 p.m.</h5>
<h4 itemprop="name">Entendiendo el «Event Loop» de JavaScript</h4>
<h4 class="subheading">JavaScript ⁄ V8 Engine ⁄ Concurrencia</h4>
</div>
<div class="timeline-body">
<p itemprop="description" class="text-muted">Con ejemplos muy sencillos, entenderemos como funciona JavaScript y como interactua con los WebAPIs de los navegadores.</p>
<p itemprop="performer" itemscope itemtype="http://schema.org/Person">
Por <span itemprop="name">Juan Obando</span>
</p>
</div>
<div class="hidden" itemprop="location" itemscope="" itemtype="http://schema.org/Place">
<meta itemprop="name" content="Biblioteca Departamental Jorge Garcés Borrero">
<meta itemprop="address" content="Calle 5 No. 24A-91">
</div>
<div class="hidden" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<meta itemprop="price" content="0.00"/>
<meta itemprop="priceCurrency" content="COP"/>
<meta itemprop="url" content="http://www.meetup.com/CaliDev/"/>
</div>
</div>
</li>
<li itemprop="subEvent" itemscope itemtype="http://schema.org/Event" class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" itemprop="image" src="img/about/simple-api-ruby.jpg" alt="Una Simple API en Ruby">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h5 itemprop="startDate" content="2015-07-18T14:00">2:00 p.m.</h5>
<h4 itemprop="name">Una Simple Web API en Ruby</h4>
<h4 class="subheading">Ruby/Rails/API's</h4>
</div>
<div class="timeline-body">
<p itemprop="description" class="text-muted">
Esta es una charla sobre cómo construir una Web API básica, y que herramientas existen en el ecosistema de Ruby para lograrlo.
<br/><a href="https://www.ruby-lang.org" target="_blank">I Love Ruby!</a> -
<a href="http://rubyonrails.org/" target="_blank">Ruby On Rails</a> -
<a href="http://www.sinatrarb.com/" target="_blank">Sinatra</a>
</p>
<p itemprop="performer" itemscope itemtype="http://schema.org/Person">
Por <span itemprop="name">Moises Vargas</span>
</p>
</div>
<div class="hidden" itemprop="location" itemscope="" itemtype="http://schema.org/Place">
<meta itemprop="name" content="Biblioteca Departamental Jorge Garcés Borrero">
<meta itemprop="address" content="Calle 5 No. 24A-91">
</div>
<div class="hidden" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<meta itemprop="price" content="0.00"/>
<meta itemprop="priceCurrency" content="COP"/>
<meta itemprop="url" content="http://www.meetup.com/CaliDev/"/>
</div>
</div>
</li>
<li itemprop="subEvent" itemscope itemtype="http://schema.org/Event">
<div class="timeline-image">
<img class="img-circle img-responsive" itemprop="image" src="img/about/calidev-geospatial-indexes-api-mongodb-nodejs.png" alt="Indices Geoespaciales con MongoDB">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h5 itemprop="startDate" content="2015-07-18T15:00">3:00 p.m.</h5>
<h4 itemprop="name">Indices Geoespaciales con MongoDB</h4>
<h4 class="subheading">MongoDB/NodeJS/API's</h4>
</div>
<div class="timeline-body">
<p itemprop="description" class="text-muted">
Expondremos cómo hacer una API Básica con búsqueda geoespacial con <a href="https://www.mongodb.org" target="_blank">MongoDB</a> y <a href="https://www.nodejs.org" target="_blank">NodeJS</a> utilizando como ejemplo el user story de "Buscar eventos cercanos a menos de 500 metros".
</p>
<p itemprop="performer" itemscope itemtype="http://schema.org/Person">
Por <span itemprop="name">Julian Cantillo</span>
</p>
</div>
<div class="hidden" itemprop="location" itemscope="" itemtype="http://schema.org/Place">
<meta itemprop="name" content="Biblioteca Departamental Jorge Garcés Borrero">
<meta itemprop="address" content="Calle 5 No. 24A-91">
</div>
<div class="hidden" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<meta itemprop="price" content="0.00"/>
<meta itemprop="priceCurrency" content="COP"/>
<meta itemprop="url" content="http://www.meetup.com/CaliDev/"/>
</div>
</div>
</li>
<li itemprop="subEvent" itemscope itemtype="http://schema.org/Event" class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" itemprop="image" src="img/about/cali-vs-world.jpg" alt="Cali vs World">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h5 itemprop="startDate" content="2015-07-18T16:00">4:00 p.m.</h5>
<h4 itemprop="name">Cali vs World</h4>
<h4 class="subheading">Exporting Services</h4>
</div>
<div class="timeline-body">
<p itemprop="description" class="text-muted">
Exporting Digital Services Internationally: Opportunities, Challenges, Risks and Best Practices.
</p>
<p itemprop="performer" itemscope itemtype="http://schema.org/Person">
Por <span itemprop="name">John Coffey</span>
</p>
</div>
<div class="hidden" itemprop="location" itemscope="" itemtype="http://schema.org/Place">
<meta itemprop="name" content="Biblioteca Departamental Jorge Garcés Borrero">
<meta itemprop="address" content="Calle 5 No. 24A-91">
</div>
<div class="hidden" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<meta itemprop="price" content="0.00"/>
<meta itemprop="priceCurrency" content="COP"/>
<meta itemprop="url" content="http://www.meetup.com/CaliDev/"/>
</div>
</div>
</li>
<li itemprop="subEvent" itemscope itemtype="http://schema.org/Event">
<div class="timeline-image">
<img class="img-circle img-responsive" itemprop="image" src="img/about/deployment.jpg" alt="Despliegue de aplicaciones para alta disponibilidad">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h5 itemprop="startDate" content="2015-07-18T17:00">5:00 p.m.</h5>
<h4 itemprop="name">Despliegue de aplicaciones para alta disponibilidad</h4>
<h4 class="subheading"></h4>
</div>
<div class="timeline-body">
<p itemprop="description" class="text-muted">Consideraciones para llevar una aplicación al siguiente nivel. Consideraciones de diseño, configuración de aplicaciones en el servidor, herramientas para el despliegue y monitoreo de nuestras aplicaciones.</p>
<p itemprop="performer" itemscope itemtype="http://schema.org/Person">
Por <span itemprop="name">Andres Gonzalez</span>
</p>
</div>
<div class="hidden" itemprop="location" itemscope="" itemtype="http://schema.org/Place">
<meta itemprop="name" content="Biblioteca Departamental Jorge Garcés Borrero">
<meta itemprop="address" content="Calle 5 No. 24A-91">
</div>
<div class="hidden" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<meta itemprop="price" content="0.00"/>
<meta itemprop="priceCurrency" content="COP"/>
<meta itemprop="url" content="http://www.meetup.com/CaliDev/"/>
</div>
</div>
</li>
<li itemprop="subEvent" itemscope itemtype="http://schema.org/Event" class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" itemprop="image" src="img/about/data-science-essentials.jpg" alt="Data Science Essentials">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h5 itemprop="startDate" content="2015-07-18T17:00">6:00 p.m.</h5>
<h4 itemprop="name">Data Science Essentials</h4>
<h4 class="subheading">Machine Learning, PySpark, MLLib y Apache Spark.</h4>
</div>
<div class="timeline-body">
<p itemprop="description" class="text-muted">En esta charla se cubrirán los elementos esenciales en Data Science. Desde la base academica, pasando por el estado del arte en herramientas para Data Science hasta un ejemplo de Machine Learning con <a href="https://spark.apache.org/mllib/">MLLib</a> (<a href="https://spark.apache.org/docs/0.9.0/python-programming-guide.html">PySpark</a>) de <a href="https://spark.apache.org/">Apache Spark</a></p>
<p itemprop="performer" itemscope itemtype="http://schema.org/Person">
Por <span itemprop="name">Daniel Valencia</span>
</p>
</div>
<div class="hidden" itemprop="location" itemscope="" itemtype="http://schema.org/Place">
<meta itemprop="name" content="Biblioteca Departamental Jorge Garcés Borrero">
<meta itemprop="address" content="Calle 5 No. 24A-91">
</div>
<div class="hidden" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<meta itemprop="price" content="0.00"/>
<meta itemprop="priceCurrency" content="COP"/>
<meta itemprop="url" content="http://www.meetup.com/CaliDev/"/>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<h4>Be Part
<br>Of Our
<br>Story!</h4>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Team Section -->
<section id="team" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Ponentes</h2>
<h3 class="section-subheading text-muted">Estos son algunos de los ponentes del CaliDev 2015</h3>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="team-member" itemprop="performer" itemscope itemtype="http://schema.org/Person">
<img src="img/team/daniel-valencia.png" itemprop="image" class="img-responsive img-circle" alt="Daniel Valencia">
<h4 itemprop="name">Daniel Valencia</h4>
<p class="text-muted" itemprop="description">Rails, Data Science, R, MongoDB, Python</p>
<ul class="list-inline social-buttons">
<li><a target="_blank" itemprop="sameAs" href="https://twitter.com/dafevara"><i class="fa fa-twitter"></i></a>
</li>
<li><a target="_blank" itemprop="sameAs" href="https://plus.google.com/112218965295523906363/"><i class="fa fa-google-plus"></i></a>
</li>
<li><a target="_blank" itemprop="sameAs" href="https://www.linkedin.com/in/dafevara"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member" itemprop="performer" itemscope itemtype="http://schema.org/Person">
<img src="img/team/moises-vargas.png" itemprop="image" class="img-responsive img-circle" alt="Moises Vargas">
<h4 itemprop="name">Moises Vargas</h4>
<p class="text-muted" itemprop="description">Ruby, Rails, Python, Spark, MachineLearning</p>
<ul class="list-inline social-buttons">
<li><a target="_blank" itemprop="sameAs" href="https://twitter.com/moisesvw"><i class="fa fa-twitter"></i></a>
</li>
<li><a target="_blank" itemprop="sameAs" href="https://plus.google.com/+MoisesVargas/"><i class="fa fa-google-plus"></i></a>
</li>
<li><a target="_blank" itemprop="sameAs" href="https://co.linkedin.com/in/moisesvargas7/en"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member" itemprop="performer" itemscope itemtype="http://schema.org/Person">
<img src="img/team/richard-melo.png" itemprop="image" class="img-responsive img-circle" alt="Richard Melo">
<h4 itemprop="name">Richard Melo</h4>
<p class="text-muted" itemprop="description">PHP, Symfony, AngularJS Developer</p>
<ul class="list-inline social-buttons">
<li><a target="_blank" itemprop="sameAs" href="https://twitter.com/allucardster"><i class="fa fa-twitter"></i></a>
</li>
<li><a target="_blank" itemprop="sameAs" href="https://plus.google.com/107117326708131903845"><i class="fa fa-google-plus"></i></a>
</li>
<li><a target="_blank" itemprop="sameAs" href="https://co.linkedin.com/in/richardmelo/en"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member" itemprop="performer" itemscope itemtype="http://schema.org/Person">
<img src="img/team/julian-cantillo.jpg" itemprop="image" class="img-responsive img-circle" alt="Julian Cantillo">
<h4 itemprop="name">Julian Cantillo</h4>
<p class="text-muted" itemprop="description">PHP, Laravel, MEAN Stack lover</p>
<ul class="list-inline social-buttons">
<li><a target="_blank" itemprop="sameAs" href="https://twitter.com/juliancantillo"><i class="fa fa-twitter"></i></a>
</li>
<li><a target="_blank" itemprop="sameAs" href="https://plus.google.com/+JulianCantilloB"><i class="fa fa-google-plus"></i></a>
</li>
<li><a target="_blank" itemprop="sameAs" href="https://co.linkedin.com/in/juliancantillo/en"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member" itemprop="performer" itemscope itemtype="http://schema.org/Person">
<img src="img/team/john-coffey.jpg" itemprop="image" class="img-responsive img-circle" alt="John Coffey">
<h4 itemprop="name">John Coffey</h4>
<p class="text-muted" itemprop="description">CEO Netmidas - Digital Consultant and Agency Owner since dial up modems</p>
<ul class="list-inline social-buttons">
<li><a target="_blank" itemprop="sameAs" href="https://twitter.com/johnthunder"><i class="fa fa-twitter"></i></a>
</li>
<li><a target="_blank" itemprop="sameAs" href="https://plus.google.com/+JohnOliverCoffey"><i class="fa fa-google-plus"></i></a>
</li>
<li><a target="_blank" itemprop="sameAs" href="https://co.linkedin.com/in/searchenginemarketer"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member" itemprop="performer" itemscope itemtype="http://schema.org/Person">
<img src="img/team/andres-gonzalez.png" itemprop="image" class="img-responsive img-circle" alt="Andres Gonzalez">
<h4 itemprop="name">Andres Gonzalez</h4>
<p class="text-muted" itemprop="description">Director of Research and Development at inQbation Labs</p>
<ul class="list-inline social-buttons">
<li><a target="_blank" itemprop="sameAs" href="https://twitter.com/andresgz00"><i class="fa fa-twitter"></i></a>
</li>
<li><a target="_blank" itemprop="sameAs" href="https://github.com/andresgz"><i class="fa fa-github"></i></a>
</li>
<li><a target="_blank" itemprop="sameAs" href="https://www.linkedin.com/in/andresgz"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member" itemprop="performer" itemscope itemtype="http://schema.org/Person">
<img src="img/team/julian-mora.jpg" itemprop="image" class="img-responsive img-circle" alt="Julian Mora">
<h4 itemprop="name">Julian Mora</h4>
<p class="text-muted" itemprop="description">If you can’t be brilliant, at least be memorable. UX, AI, UI Designer at @monoku and freelance consultant</p>
<ul class="list-inline social-buttons">
<li><a target="_blank" itemprop="sameAs" href="https://twitter.com/julivajuli"><i class="fa fa-twitter"></i></a>
</li>
<li><a target="_blank" itemprop="sameAs" href="https://co.linkedin.com/pub/julian-mora/b/947/338"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member" itemprop="performer" itemscope itemtype="http://schema.org/Person">
<img src="img/team/juan-obando.jpg" itemprop="image" class="img-responsive img-circle" alt="Juan Obado">
<h4 itemprop="name">Juan Obado</h4>
<p class="text-muted" itemprop="description">Front End Engineer at @inQbation. #Git #JavaScript #Ruby lover. Tech enthusiastic.</p>
<ul class="list-inline social-buttons">
<li><a target="_blank" itemprop="sameAs" href="https://twitter.com/juanchopx2"><i class="fa fa-twitter"></i></a>
</li>
<li><a target="_blank" itemprop="sameAs" href="https://github.com/juanchopx2"><i class="fa fa-github"></i></a>
</li>
<li><a target="_blank" itemprop="sameAs" href="https://www.linkedin.com/in/juanchopx2"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member" itemprop="performer" itemscope itemtype="http://schema.org/Person">
<img src="img/team/goran-tornquist.png" itemprop="image" class="img-responsive img-circle" alt="Göran Törnquist">
<h4 itemprop="name">Göran Törnquist</h4>
<p class="text-muted" itemprop="description">CEO Usertime – Web and mobile developer for 20+ years</p>
<ul class="list-inline social-buttons">
<li><a target="_blank" itemprop="sameAs" href="https://twitter.com/gorantq"><i class="fa fa-twitter"></i></a>
</li>
<li><a target="_blank" itemprop="sameAs" href="https://plus.google.com/108161367534649103362"><i class="fa fa-github"></i></a>
</li>
<li><a target="_blank" itemprop="sameAs" href="https://se.linkedin.com/pub/göran-törnquist/0/368/8aa"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<p class="large text-muted">Deseas compartir algun tema con la comunidad <a target="_blank" href="https://docs.google.com/forms/d/1v-AKhOG-Vk21yrOZPS0dZK0WKgwtNAekM_ornMqSkUc/viewform">diligencia este formulario</a></p>
</div>
</div>
</div>
</section>
<!-- Clients Aside -->
<aside class="clients">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6">
<a href="http://www.humantelligence.com" target="_blank">
<img src="img/logos/human-intelligence.jpg" class="img-responsive img-centered" alt="Human Intelligence">
</a>
</div>
<div class="col-md-4 col-sm-6">
<a href="http://www.streamlinesocial.com" target="_blank">
<img src="img/logos/streamline-social.jpg" class="img-responsive img-centered" alt="Streamline Social">
</a>
</div>
<div class="col-md-4 col-sm-6">
<a href="http://www.inmovis.com" target="_blank">
<img src="img/logos/inmovis.jpg" class="img-responsive img-centered" alt="Inmovis Software Inmobiliario">
</a>
</div>
<div class="col-md-4 col-sm-6">
<a href="http://www.swapps.co" target="_blank">
<img src="img/logos/swapps.jpg" class="img-responsive img-centered" alt="Swapps">
</a>
</div>
<div class="col-md-4 col-sm-6">
<a href="http://www.netmidas.com" target="_blank">
<img src="img/logos/netmidas.jpg" class="img-responsive img-centered" alt="Netmidas">
</a>
</div>
<div class="col-md-4 col-sm-6">
<a href="http://www.inqbation-labs.com" target="_blank">
<img src="img/logos/inqbation.jpg" class="img-responsive img-centered" alt="InQbation">
</a>
</div>
</div>
</div>
</aside>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Contáctenos</h2>
<h3 class="section-subheading text-muted">¿Deseas compartirnos algo?.</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<form name="sentMessage" method="post" action="//formspree.io/[email protected]" id="contactForm" novalidate>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="Su nombre *" name="name" id="name" required data-validation-required-message="Ingrese su nombre.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Su e-mail *" name="email" id="email" required data-validation-required-message="Ingrese su e-mail.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<textarea class="form-control" placeholder="Su mensaje *" name="message" id="message" required data-validation-required-message="Por favor escriba un mensaje."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<input type="text" id="gotcha" name="_gotcha" style="display:none" />
<input type="hidden" id="subject" name="_subject" value="Contact from calidev!" />
<input type="hidden" id="cc" name="_cc" value="[email protected]" />
<div class="clearfix"></div>
<div class="col-lg-12 text-center">
<div id="success"></div>
<button type="submit" class="btn btn-xl">Enviar mensaje</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">© CaliDev 2015</span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li><a target="_blank" itemprop="sameAs" href="https://twitter.com/calidevco"><i class="fa fa-twitter"></i></a></li>
<li><a target="_blank" itemprop="sameAs" href="http://www.meetup.com/CaliDev"><i class="fa fa-users"></i></a></li>
<li><a target="_blank" itemprop="sameAs" href="http://google.com/+CaliDevCo"><i class="fa fa-google"></i></a></li>
<li><a target="_blank" itemprop="sameAs" href="http://github.com/CaliDev"><i class="fa fa-github"></i></a></li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li><a href="http://calidev.co">CaliDev</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/agency.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-31850895-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>