-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
513 lines (500 loc) · 19.6 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
---
layout: page
title: Nardoz
---
{% include JB/setup %}
<p>
Nardoz es una comunidad de desarrolladores que, cerveza de por medio, se reúnen a hablar y compartir sus experiencias con las últimas tecnologías.</p>
<p>Las charlas son tan variadas como los intereses del grupo: desde <strong>programación</strong>, <strong>Big Data</strong> y <strong>sistemas distribuídos</strong>, hasta <strong>Open Hardware</strong> y <strong>Open Data</strong>.
</p>
<p>
Sumate a la nuestra comunidad de Slack!
<script async defer src="http://slack.nardoz.com/slackin.js"></script>
</p>
<hr>
<h3>2018</h3>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Fecha</th>
<th>Título</th>
</tr>
</thead>
<tbody>
<tr>
<td>01/02/2018</td>
<td>
<strong>Sorting internals en JS / Minar Ethereum en tu casa</strong>
<ol>
<li><strong>¿Cómo ordenar tus medias usando Javascript?</strong> por <a target="_blank" href="https://twitter.com/koste4">@koste4</a></li>
<li><strong>La odisea de minar Ethereum en casa</strong> por <a target="_blank" href="https://twitter.com/VicTheDevops">@VicTheDevops</a></li>
</ol>
</td>
</tr>
</tbody>
</table>
<h3>2017</h3>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Fecha</th>
<th>Título</th>
</tr>
</thead>
<tbody>
<tr>
<td>05/12/2017</td>
<td>
<strong>Open Shift / Beyond Continuous Delivery / ASADO DE FIN DE AÑO</strong>
<ol>
<li><strong>Intro a OpenShift</strong> por <a target="_blank" href="https://twitter.com/vkmc">@vkmc</a></li>
<li><strong>Más allá de Continuous Delivery</strong> por <a target="_blank" href="https://twitter.com/gvilarino">@gvilarino</a></li>
</ol>
</td>
</tr>
<tr>
<td>04/10/2017</td>
<td>
<strong>Rust / Desarrollar sin jefes / Concurrencia en Java 8</strong>
<ol>
<li><strong>A Rusty world</strong> por <a target="_blank" href="https://twitter.com/badboy_">@badboy_</a></li>
<li><strong>Desarrollar sin jefes + Concurrencia en Java 8</strong> por <a target="_blank" href="https://twitter.com/gi_decuzzi">@gi_decuzzi</a></li>
</ol>
</td>
</tr>
<tr>
<td>06/09/2017</td>
<td>
<strong>GraphQL / Natural Language Processing</strong>
<ol>
<li><strong>Necesitás GraphQL</strong> por <a target="_blank" href="https://twitter.com/okbel">@okbel</a></li>
<li><strong>Un toolkit de NLP en español</strong> por <a target="_blank" href="https://twitter.com/eisenjulian">@eisenjulian</a></li>
</ol>
</td>
</tr>
<tr>
<td>08/08/2017</td>
<td>
<strong>React Storybook & Snapshot Testing / Polybox / Elasticsearch en AWS</strong>
<ol>
<li><strong>React Storybook & Snapshot Testing </strong> por <a target="_blank" href="https://twitter.com/solepano">@solepano</a></li>
<li><strong>Polybox</strong> por <a target="_blank" href="https://twitter.com/marcosnils">@marcosnils</a></li>
<li><strong>Lecciones aprendidas con elasticsearch en AWS </strong> por <a target="_blank" href="https://www.linkedin.com/in/lucia-brizuela-0472ba29/">Lucía Brizuela</a></li>
</ol>
</td>
</tr>
<tr>
<td>30/05/2017</td>
<td>
<strong>Chakra + JS types / Nomad vs. Docker / RasPi sumergible</strong>
<ol>
<li><strong>Agregando tipos a JS + Chakra</strong> por <a target="_blank" href="https://nardoz.slack.com/team/fcaste">Franco Castellacci</a></li>
<li><strong>Nomad: a love story </strong> por <a target="_blank" href="https://twitter.com/sebamontini">@sebamontini</a></li>
<li><strong>Haciendo un termómetro digital sumergible con la Raspberry Pi</strong> por <a target="_blank" href="https://twitter.com/nfmelendez">@nfmelendez</a></li>
</ol>
</td>
</tr>
<tr>
<td>02/02/2017</td>
<td>
<strong>WebVR / React / Rust</strong>
<ol>
<li><strong>WebVR pa’ los pibes (y las pibas también)</strong> por <a target="_blank" href="https://twitter.com/impronunciable">@impronunciable</a></li>
<li><strong>How to (maybe) structure a React application</strong> por <a target="_blank" href="https://twitter.com/keyserfaty ">@keyserfaty </a></li>
<li><strong>Rust de abajo para arriba</strong> por <a target="_blank" href="https://twitter.com/seppo0011">@seppo0011</a></li>
</ol>
</td>
</tr>
</tbody>
</table>
<h3>2016</h3>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Fecha</th>
<th>Título</th>
</tr>
</thead>
<tbody>
<tr>
<td>15/11/2016</td>
<td>
<strong>Asado Nardoz de fin de año</strong>
<ol>
<li><strong>Perdiodismo de Datos</strong> por <a target="_blank" href="https://twitter.com/palamago">@palamago</a></li>
<li><strong>Move slow & make things</strong> por <a target="_blank" href="https://twitter.com/alan_reid ">@alan_reid </a></li>
</ol>
</td>
</tr>
<tr>
<td>15/11/2016</td>
<td>
<strong>Videojuegos en 13KB / Datastax / Reactive Scala</strong>
<ol>
<li><strong>Videojuegos en 13KB</strong> por <a target="_blank" href="https://twitter.com/agar3s">@agar3s</a></li>
<li><strong>Datastax Analytics</strong> por <a target="_blank" href="https://twitter.com/arjones">@arjones</a></li>
<li><strong>Reactive programming en Scala</strong> por <a target="_blank" href="https://twitter.com/clariallende">@clariallende</a></li>
</ol>
</td>
</tr>
<tr>
<td>13/09/2016</td>
<td>
<strong>ELM / Ansible / Top-Secret</strong>
<ol>
<li><strong>Intro to ELM</strong> por <a target="_blank" href="https://twitter.com/quixote_arg">@quixote_arg</a></li>
<li><strong>Ansible 202</strong> por <a target="_blank" href="https://twitter.com/sebamontini">@sebamontini</a></li>
<li><strong>TOP SECRET PROJECT</strong> por <a target="_blank" href="https://twitter.com/marcosnils">@marcosnils</a></li>
</ol>
</td>
</tr>
<tr>
<td>10/08/2016</td>
<td>
<strong>Crypto / Redux / Escalando infraestructura crítica</strong>
<ol>
<li><strong>Intro to crypto</strong> por <a target="_blank" href="https://twitter.com/quixote_arg">@quixote_arg</a></li>
<li><strong>Intro to Redux </strong> por <a target="_blank" href="https://twitter.com/topicus">@topicus</a></li>
<li><strong>Crónica de una escala anunciada</strong> por <a target="_blank" href="https://twitter.com/dschenkelman">@dschenkelman</a></li>
</ol>
</td>
</tr>
<tr>
<td>02/06/2016</td>
<td>
<strong>Docker / Ethereum / Resin</strong>
<ol>
<li><strong>Docker avanzado: docker-compose y docker-swarm</strong> por <a target="_blank" href="https://twitter.com/gvilarino">@gvilarino</a></li>
<li><strong>Intro to the Ethereum Block Chain for devs </strong> por <a target="_blank" href="https://twitter.com/nsandller">@nsandller</a></li>
<li><strong>Devops for IoT</strong> por <a target="_blank" href="https://twitter.com/pcarranzav">@pcarranzav</a></li>
</ol>
</td>
</tr>
<tr>
<td>21/04/2016</td>
<td>
<strong>Nardoz de Docker</strong>
<ol>
<li><strong>Intro a Docker</strong> por <a target="_blank" href="https://twitter.com/gvilarino">@gvilarino</a></li>
<li><strong>Docker avanzado</strong> por <a target="_blank" href="https://twitter.com/marcosnils">@marcosnils</a></li>
<li><strong>RaspberryPi + Spotify + Slack</strong> por <a target="_blank" href="https://twitter.com/baires">@baires</a></li>
</ol>
</td>
</tr>
</tbody>
</table>
<h3>2015</h3>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Fecha</th>
<th>Título</th>
</tr>
</thead>
<tbody>
<tr>
<td>02/07/2015</td>
<td>
<strong>Nardoz de Rust</strong>
<ol>
<li><strong>Conceptos principales y diferenciales</strong> por <a target="_blank" href="https://twitter.com/nfmelendez">@nfmelendez</a></li>
<li><strong>Construir una Base de Datos en Rust</strong> por <a target="_blank" href="https://twitter.com/seppo0010">@seppo0010</a></li>
</ol>
</td>
</tr>
<tr>
<td>20/06/2015</td>
<td>
<strong>HackDay: Data visualizations with Twitter data V2</strong>
</td>
</tr>
</tbody>
</table>
<h3>2014</h3>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Fecha</th>
<th>Título</th>
</tr>
</thead>
<tbody>
<tr>
<td>23/09/2014</td>
<td>
<strong>Edge.js</strong> por <a target="_blank" href="https://twitter.com/tjanczuk">@tjanczuk</a>
</td>
</tr>
<tr>
<td>20/09/2014</td>
<td>
<strong>HackDay: Data visualizations with Twitter data</strong>
</td>
</tr>
<tr>
<td>13/08/2014</td>
<td>
<strong>Apache Spark: Un framework de procesamiento rápido a gran escala</strong> por <a target="_blank" href="https://twitter.com/arjones">@arjones</a>
</td>
</tr>
<tr>
<td>14/05/2014</td>
<td>
<strong>Criptonardoz: Introducción a la criptografía</strong> por <a target="_blank" href="https://twitter.com/quixote_arg">@quixote_arg</a>
</td>
</tr>
<tr>
<td>24/04/2014</td>
<td>
<strong>Nardoz de Escalabilidad de Juegos Masivos con Google Cloud</strong> por <a target="_blank" href="https://twitter.com/hernanliendo">@hernanliendo</a>
</td>
</tr>
<tr>
<td>25/02/2014</td>
<td>
<strong>Nardoz de Criptomonedas</strong> por <a target="_blank" href="https://twitter.com/maraoz">@maraoz</a>
</td>
</tr>
<tr>
<td>17/02/2014</td>
<td>
<strong>Where's my straw? What does a drive-thru have to teach us about optimization of tools and processes?</strong> por <a target="_blank" href="https://twitter.com/getify">@getify</a>
</td>
</tr>
</tbody>
</table>
<h3>2013</h3>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Fecha</th>
<th>Título</th>
</tr>
</thead>
<tbody>
<tr>
<td>17/12/2013</td>
<td>
<strong>Asado de fin de año</strong>
</td>
</tr>
<tr>
<td>04/12/2013</td>
<td>
<strong>Nardoz de UI/UX: Elementos de diseño de interfaces</strong> por <a target="_blank" href="https://twitter.com/pixelbeat">@pixelbeat</a>
</td>
</tr>
<tr>
<td>13/11/2013</td>
<td>
<strong>Nardoz de virtualización</strong>
<ol>
<li><strong>Vagrant: Creando ambientes de desarrollo aislados y replicables</strong> <br />por <a target="_blank" href="https://twitter.com/guidomb">@guidomb</a></li>
<li><strong>Docker</strong> por <a target="_blank" href="https://twitter.com/frodriguez">@frodriguez</a></li>
</ol>
</td>
</tr>
<tr>
<td>05/10/2013</td>
<td>
<strong>Coffeescript & Backbone + Q&A</strong> por <a target="_blank" href="https://twitter.com/jashkenas">@jashkenas</a> (Creador de Backbone, Coffescript y Underscore)<br />
</td>
</tr>
<tr>
<td>03/10/2013</td>
<td>
<strong>DIY Electronics</strong>
<ol>
<li><strong>Kiwi: Estaciones de bicicletas automatizadas (Arduino + RaspberryPi)</strong> <br />por <a target="_blank" href="https://twitter.com/alan_reid">@alan_reid</a> & Ignacio Orlandini</li>
<li><strong>Quadcopter y bot con Arduino</strong> por <a target="_blank" href="https://twitter.com/arjones">@arjones</a> y <a target="_blank" href="https://twitter.com/saientzg">@saientzg</a></li>
<li><strong>ElBraian: Bot autónomo con RaspberryPi</strong> por <a target="_blank" href="https://twitter.com/DiegoRam">@DiegoRam</a></li>
</ol>
</td>
</tr>
<tr>
<td>24/07/2013</td>
<td>
<strong>Nardoz Mobile</strong>
<ol>
<li><strong>iOS, Android, BlackBerry</strong> por <a target="_blank" href="https://twitter.com/f0go">@f0go</a></li>
<li><strong>FirefoxOS</strong> por <a target="_blank" href="https://twitter.com/deimidis">@deimidis</a></li>
</ol>
<u>Invitados especiales:</u>
<ul>
<li>Diana Livits (Relationship Marketing Manager, Mozilla)</li>
<li>Mark Cranson (Mobile Business Development, Mozilla)</li>
<li>Patrick Hundal (Technical Business Development, Mozilla)</li>
</ul>
</td>
</tr>
<tr>
<td>19/06/2013</td>
<td>
<strong>Real World Akka Recipes</strong> por <a target="_blank" href="https://twitter.com/jamie_allen">@jamie_allen</a> (Director of Consulting, Typesafe)<br />
<span class="label label-important">Buenos Aires High Scalability Group</span>
</td>
</tr>
<tr>
<td>17/06/2013</td>
<td>
<strong>Effective Akka</strong> por <a target="_blank" href="https://twitter.com/jamie_allen">@jamie_allen</a> (Director of Consulting, Typesafe)<br />
<span class="label label-important">Scala User Group Argentina</span>
</td>
</tr>
<tr>
<td>30/05/2013</td>
<td>
<strong>Nardoz do diablo: Javascript Framework Battle</strong>
<ol>
<li><strong>AngularJS</strong> por <a target="_blank" href="https://twitter.com/mgonto">@mgonto</a></li>
<li><strong>EmberJS</strong> por <a target="_blank" href="https://twitter.com/mcortesi5">@mcortesi5</a></li>
<li><strong>BackboneJS</strong> por <a target="_blank" href="https://twitter.com/opensas">@opensas</a> y <a target="_blank" href="https://twitter.com/MatiasUrbano">@MatiasUrbano</a></li>
</ol>
</td>
</tr>
<tr>
<td>16/04/2013</td>
<td>
<ol>
<li><strong>Ruby on Rails</strong> por <a target="_blank" href="https://twitter.com/derfarg">@derfarg</a> y <a target="_blank" href="https://twitter.com/mgonto">@mgonto</a></li>
<li><strong>Flask en Raspberry Pi</strong> por <a target="_blank" href="https://twitter.com/DiegoRam">@DiegoRam</a></li>
<li><strong>Haml, Jade, Sass, Compass</strong> por <a target="_blank" href="https://twitter.com/minimalart">@minimalart</a> </li>
</ol>
</td>
</tr>
<tr>
<td>02/03/2013</td>
<td><strong>Asado Nardoz de comienzo de año</strong></td>
</tr>
</tbody>
</table>
<h3>2012</h3>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Fecha</th>
<th>Título</th>
</tr>
</thead>
<tbody>
<tr>
<td>18/08/2012</td>
<td>
<strong>Desayuno Nardoz</strong>
<ol>
<li><strong>SecureSocial</strong> por <a target="_blank" href="https://twitter.com/jaliss">@jaliss</a></li>
<li><strong>RaspberryPi</strong> por <a target="_blank" href="https://twitter.com/frodriguez">@frodriguez</a></li>
</ol>
</td>
</tr>
<tr>
<td>??/07/2012</td>
<td><strong>RestOpenGov</strong><br />por <a target="_blank" href="https://twitter.com/alan_reid">@alan_reid</a> y <a target="_blank" href="https://twitter.com/nfmelendez">@nfmelendez</a></td>
</tr>
<tr>
<td>11/05/2012</td>
<td>
<strong>Hackathon de Gobierno Abierto. Presentación de RestOpenGov</strong><br />
por <a target="_blank" href="https://twitter.com/nfmelendez">@nfmelendez</a>, <a target="_blank" href="https://twitter.com/alan_reid">@alan_reid</a>, <a target="_blank" href="https://twitter.com/opensas">@opensas</a> y <a target="_blank" href="https://twitter.com/palamago">@palamago</a>
</td>
</tr>
<tr>
<td>05/05/2012</td>
<td>
<strong>Primer Hackathon de Play Framework 2.0 de Latinoamérica</strong><br />
<span class="label label-important">Play Framework Argentina User Group</span>
</td>
</tr>
<tr>
<td>27/04/2012</td>
<td><strong>Automatización de tareas en múltiples servidores con Puppet</strong><br/>por <a target="_blank" href="https://twitter.com/frodriguez">@frodriguez</a></td>
</tr>
<tr>
<td>09/04/2012</td>
<td><strong>Scalable Nardoz: Aplicaciones concurrentes y distribuídas con Akka</strong><br/>por <a target="_blank" href="https://twitter.com/frodriguez">@frodriguez</a></td>
</tr>
<tr>
<td>09/02/2012</td>
<td><strong>Introducción a Arduino</strong><br/>por <a target="_blank" href="https://twitter.com/alan_reid">@alan_reid</a></td>
</tr>
</tbody>
</table>
<h3>2011</h3>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Fecha</th>
<th>Título</th>
</tr>
</thead>
<tbody>
<tr>
<td>14/12/2011</td>
<td><strong>Cena Nardoz de fin de año</strong></td>
</tr>
<tr>
<td>23/11/2011</td>
<td><strong>Nardoz filosófico / Preview de Play Framework 2.0</strong><br/>por <a target="_blank" href="https://twitter.com/opensas">@opensas</a></td>
</tr>
<tr>
<td>11/10/2011</td>
<td><strong>Git-flow. Procesamiento distribuído en realtime con Storm</strong><br/>por <a target="_blank" href="https://twitter.com/arjones">@arjones</a></td>
</tr>
<tr>
<td>30/09/2011</td>
<td>
<strong>Play Framework</strong><br/>
por <a target="_blank" href="https://twitter.com/opensas">@opensas</a> y <a target="_blank" href="https://twitter.com/jaliss">@jaliss</a><br />
<span class="label label-important">Java User Group Argentina</span>
</td>
</tr>
<tr>
<td>09/09/2011</td>
<td><strong>Charla previa sobre Play Framework para Java User Group Argentina</strong><br/>por <a target="_blank" href="https://twitter.com/opensas">@opensas</a> y <a target="_blank" href="https://twitter.com/jaliss">@jaliss</a></td>
</tr>
<tr>
<td>17/08/2011</td>
<td><strong>Elasticsearch</strong><br/>por <a target="_blank" href="https://twitter.com/arjones">@arjones</a></td>
</tr>
<tr>
<td>04/08/2011</td>
<td>
<strong>Introducción a Scala</strong><br/>
por <a target="_blank" href="https://twitter.com/arjones">@arjones</a><br />
<span class="label label-important">Java User Group Argentina</span>
</td>
</tr>
<tr>
<td>31/06/2011</td>
<td><strong>Java Future calls usando play.F</strong><br/>por <a target="_blank" href="https://twitter.com/cmordue">@cmordue</a></td>
</tr>
<tr>
<td>09/06/2011</td>
<td><strong>Nerdeada en Bangalor</strong></td>
</tr>
<tr>
<td>27/04/2011</td>
<td><strong>Scala</strong><br/>por <a target="_blank" href="https://twitter.com/arjones">@arjones</a> y <a target="_blank" href="https://twitter.com/cmordue">@cmordue</a> </td>
</tr>
<tr>
<td>07/04/2011</td>
<td><strong>Git</strong><br/>por <a target="_blank" href="https://twitter.com/arjones">@arjones</a></td>
</tr>
<tr>
<td>22/03/2011</td>
<td><strong>Mockito, Integración Continua</strong><br/>por <a target="_blank" href="https://twitter.com/arjones">@arjones</a></td>
</tr>
<tr>
<td>10/03/2011</td>
<td><strong>Node.js</strong><br/>por <a target="_blank" href="https://twitter.com/alan_reid">@alan_reid</a></td>
</tr>
<tr>
<td>wormhole</td>
<td><strong>Play Framework, Neo4J, Eurynome</strong></td>
</tr>
<tr>
<td>24/01/2011</td>
<td><strong>Primera reunión Nardoz</strong><br />en Bangalore</td>
</tr>
</tbody>
</table>