-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
691 lines (640 loc) · 37.3 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NodeConf Barcelona 2017</title>
<link rel="stylesheet" href="/assets/css/flexboxgrid.min.css">
<link rel="stylesheet" href="/assets/css/nodeconf.css" />
<link rel="icon" href="favicon.ico" type="image/x-icon">
<script src="/assets/main.js" /></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<meta property="og:site_name" content="NodeConf Barcelona">
<meta property="og:title" content="NodeConf Barcelona">
<meta property="og:url" content="http://barcelona.nodeconf.com">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@nodeconfbcn">
<meta name="twitter:title" content="NodeConf Barcelona">
<meta name="description" content="NodeConf Barcelona is the Barcelona-edition of the longest running community driven conference for the Node community. ">
<meta property="og:description" content="NodeConf Barcelona is the Barcelona-edition of the longest running community driven conference for the Node community. ">
<meta name="twitter:description" content="NodeConf Barcelona is the Barcelona-edition of the longest running community driven conference for the Node community. ">
<meta property="og:image" content="http://barcelona.nodeconf.com/assets/img/nodeconf-thumb.png">
<meta name="twitter:image" content="http://barcelona.nodeconf.com/assets/img/nodeconf-thumb.png">
<script src="https://use.fontawesome.com/19fc9566a4.js"></script>
<script>
!function(g,s,q,r,d){r=g[r]=g[r]||function(){(r.q=r.q||[]).push(
arguments)};d=s.createElement(q);q=s.getElementsByTagName(q)[0];
d.src='//d1l6p2sc9645hc.cloudfront.net/tracker.js';q.parentNode.
insertBefore(d,q)}(window,document,'script','_gs');
_gs('GSN-644097-F');
</script>
</head>
<body>
<div class="header">
<div class="row">
<div class="wrapper">
<a class="logo" href="/">
<img src="/assets/img/nodeconfBarcelona.png">
</a>
<h1 class="header-title"> BARCELONA NODECONF 2017</h1>
<div class="row center-xs">
<div class="col-xs-12 margin-top">
<p class="venue-location">
April 7th · <a href="https://www.mobileworldcentre.com">Barcelona Mobile World Centre</a>
</p>
<div class="col-xs-12">
<a href="https://ti.to/blended/nodeconf-barcelona-2017" target="_blank" class="button">GET YOUR TICKET</a>
</div>
</div>
</div>
</div>
</div>
<div class='scroll-down desktop'></div>
</div>
<div class="nav-menu" id="header">
<nav class="page-wrap">
<ul>
<li class="logo-wrap">
<a href="/"><img class="nav-logo" src="/assets/img/nodeconf.svg"> <span> · Barcelona 2017</span> </a>
</li>
<li class="menu-button" id="open-menu"><i class="fa fa-bars" aria-hidden="true"></i></li>
<li><a href="/code-conduct.html">Code of conduct</a></li>
<li><a href="/#schedule">Schedule</a></li>
<li><a href="/#team">Team</a></li>
<li><a href="/#get-there">Venue</a></li>
<li><a href="/#sponsors">Sponsors</a></li>
<li><a href="/#speakers">Speakers</a></li>
</ul>
</nav>
<div class="menu-mobile mobile" id="menu">
<ul class="page-wrap">
<li><a href="/#schedule">Schedule</a></li>
<li><a href="/#team">Team</a></li>
<li><a href="/#get-there">Venue</a></li>
<li><a href="/#sponsors">Sponsors</a></li>
<li><a href="/#speakers">Speakers</a></li>
<li><a href="/code-conduct.html">Code of conduct</a></li>
<li id="close-menu"> <span class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-times fa-stack-1x fa-inverse" aria-hidden="true"></i></span></li>
</ul>
</div>
</div>
<section id="event">
<div class="page-wrap">
<div class="col-md-6 col-xs-12">
<h2>The Event</h2>
<p>A one-day not-for-profit conference about node.js, server-side and embedded JavaScript technologies in Barcelona.</p>
<ul>
<li class="">
· One day, one track
</li>
<li class="">
· Workshops and activities
</li>
<li class="">
· Mediterranean style lunch and coffee breaks at the venue
</li>
<li class="">
· All English talks
</li>
</ul>
<img class="mobile" src="/assets/img/bcn-fondo.png">
</div>
<div class="col-md-6 col-xs-3 desktop">
<img data-pin-nopin="true" src="/assets/img/bcn-fondo.png">
</div>
</div>
</section>
<section id="speakers">
<div class="page-wrap">
<img class="icon" src="assets/img/icons/speakers.png" alt="">
<h2>Speakers</h2>
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-12 text-center">
<div class="hex-wrap">
<img class="img" src="/assets/img/speakers/anna.jpeg" alt="">
</div>
<a target="_blank" href="https://twitter.com/addaleax"> <span class="fa fa-twitter"></span></a>
<a target="_blank" href="https://github.com/addaleax"> <span class="fa fa-github"></span></a>
<h3 class="big-fontsize"> Anna Henningsen </h3>
<p class="bio">she/her</br></p>
<a target="_blank"><h5 id="addaleax" class="show-box">Node.js � Character Encodings</h5></a>
</div>
<div class="modal-box modal" id="addaleaxX">
<span class="fa fa-times pull-right close-box" id="close-box"></span>
<div class ="col-md-12">
<h3 class="talk-title">Node.js � Character Encodings</h3>
<p>Find out what happened the last time you encountered a stray  in your text or what’s tricky when your user’s passwords contain special characters! Every developer has fallen over the tripwire that character encodings present, and Node.js has a couple of quirks of its own. This talk will explain the involved concepts on a beginner’s level and make sure you’ll understand everything you need to know.</p>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12 text-center">
<div class="hex-wrap">
<img class="img" src="/assets/img/speakers/bryan.jpeg" alt="">
</div>
<a target="_blank" href="https://twitter.com/bengl"> <span class="fa fa-twitter"></span></a>
<a target="_blank" href="https://github.com/bengl"> <span class="fa fa-github"></span></a>
<h3 class="big-fontsize"> Bryan English </h3>
<p class="bio">Ottawan in SF. @nodejs at Intrinsic. previously Yahoo.</br></p>
<a target="_blank"><h5 id="bengl" class="show-box">Signet: Safely Curl Pipe Bash. No Seriously!</h5></a>
</div>
<div class="modal-box modal" id="benglX">
<span class="fa fa-times pull-right close-box" id="close-box"></span>
<div class ="col-md-12">
<h3 class="talk-title">Signet: Safely Curl Pipe Bash. No Seriously!</h3>
<p>Signet is an answer to “How can we curl to bash with some measure of safety and authenticity?” taking a different approach from normal signatures. It’s meant to be an addon to existing package management tooling. It’s platform and language agnostic, and it’s made in node.js!</p>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12 text-center">
<div class="hex-wrap">
<img class="img" src="/assets/img/speakers/daniela.jpeg" alt="">
</div>
<a target="_blank" href="https://twitter.com/sericaia"> <span class="fa fa-twitter"></span></a>
<a target="_blank" href="https://github.com/sericaia"> <span class="fa fa-github"></span></a>
<h3 class="big-fontsize"> Daniela Matos de Carvalho </h3>
<p class="bio">Full-stack Developer @YLDio, @hapijs lead maintainer</br></p>
<a target="_blank"><h5 id="sericaia" class="show-box">Let’s play with HTTP/2</h5></a>
</div>
<div class="modal-box modal" id="sericaiaX">
<span class="fa fa-times pull-right close-box" id="close-box"></span>
<div class ="col-md-12">
<h3 class="talk-title">Let’s play with HTTP/2</h3>
<p>This talk aims to explain how HTTP/2 works: understand the new features that the protocol has in comparison with HTTP/1.x, and what developers will need to take into consideration when implementing it. We’re going to learn by doing it, and I’ll demonstrate how to debug a TLS connection and show some examples on how to implement a NodeJS server.</p>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12 text-center">
<div class="hex-wrap">
<img class="img" src="/assets/img/speakers/eva.jpeg" alt="">
</div>
<a target="_blank" href="https://twitter.com/lavigi"> <span class="fa fa-twitter"></span></a>
<a target="_blank" href="https://github.com/"> <span class="fa fa-github"></span></a>
<h3 class="big-fontsize"> Eva Sánchez Guerrero </h3>
<p class="bio">Voice services enthusiast. Officially, Healthcare Innovation Business Consultant @ The Linde Group.</br></p>
<a target="_blank"><h5 id="" class="show-box">Creating conversational bots with Amazon Lex</h5></a>
</div>
<div class="modal-box modal" id="X">
<span class="fa fa-times pull-right close-box" id="close-box"></span>
<div class ="col-md-12">
<h3 class="talk-title">Creating conversational bots with Amazon Lex</h3>
<p></p>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12 text-center">
<div class="hex-wrap">
<img class="img" src="/assets/img/speakers/irina.jpeg" alt="">
</div>
<a target="_blank" href="https://twitter.com/_lrlna"> <span class="fa fa-twitter"></span></a>
<a target="_blank" href="https://github.com/lrlna"> <span class="fa fa-github"></span></a>
<h3 class="big-fontsize"> Irina Shestak </h3>
<p class="bio">cat turned software constructor;</br></p>
<a target="_blank"><h5 id="lrlna" class="show-box">knock-knock-who-there-file-compression-talk_FINAL_2.tar.trz.bz2.gz</h5></a>
</div>
<div class="modal-box modal" id="lrlnaX">
<span class="fa fa-times pull-right close-box" id="close-box"></span>
<div class ="col-md-12">
<h3 class="talk-title">knock-knock-who-there-file-compression-talk_FINAL_2.tar.trz.bz2.gz</h3>
<p>Fade in. An opened terminal window. iTerm2 is the flavour. Dracula, the theme. You split the panes in two. You are at it again: a stash of audio buffers and that dream of manipulating a lossless file. With node as your language of choice you embark on the night. You manipulate, you transform, you have your byte order sorted, on their own accord your fingers start to type gzip -f yourFavPhilCollinsSong.wav. All of a sudden, a whisper:
But what if.
we stream.
file compression.
on the fly.
Fade to black.
In this talk we will walk through file compression algorithms in node as well compression standards. We will cover working with streams, audio buffers, and typed arrays to get us to compress and decompress files, and yourFavPhilCollinsSong.wav.</p>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12 text-center">
<div class="hex-wrap">
<img class="img" src="/assets/img/speakers/jan.jpeg" alt="">
</div>
<a target="_blank" href="https://twitter.com/janl"> <span class="fa fa-twitter"></span></a>
<a target="_blank" href="https://github.com/janl"> <span class="fa fa-github"></span></a>
<h3 class="big-fontsize"> Jan Lenhardt </h3>
<p class="bio">Makes @couchdb @hoodiehq @jsconfeu @greenkeeperio & #offlinefirst</br></p>
<a target="_blank"><h5 id="janl" class="show-box">Kill All Humans</h5></a>
</div>
<div class="modal-box modal" id="janlX">
<span class="fa fa-times pull-right close-box" id="close-box"></span>
<div class ="col-md-12">
<h3 class="talk-title">Kill All Humans</h3>
<p>Machines are made for automating tasks that humans are bad at. Yet, Node developers still do many tasks by hand that could be automated away. Let me introduce you to an automation workflow that makes your development team fly.</p>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12 text-center">
<div class="hex-wrap">
<img class="img" src="/assets/img/speakers/james.jpeg" alt="">
</div>
<a target="_blank" href="https://twitter.com/jasnell"> <span class="fa fa-twitter"></span></a>
<a target="_blank" href="https://github.com/jasnell"> <span class="fa fa-github"></span></a>
<h3 class="big-fontsize"> James Snell </h3>
<p class="bio">Node.js TSC Member</br></p>
<a target="_blank"><h5 id="jasnell" class="show-box">The Node.js Process, Making decisions that impact a massive ecosystem</h5></a>
</div>
<div class="modal-box modal" id="jasnellX">
<span class="fa fa-times pull-right close-box" id="close-box"></span>
<div class ="col-md-12">
<h3 class="talk-title">The Node.js Process, Making decisions that impact a massive ecosystem</h3>
<p>to be announced soon</p>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12 text-center">
<div class="hex-wrap">
<img class="img" src="/assets/img/speakers/logan.jpeg" alt="">
</div>
<a target="_blank" href="https://twitter.com/loganmeetsworld"> <span class="fa fa-twitter"></span></a>
<a target="_blank" href="https://github.com/loganmeetsworld"> <span class="fa fa-github"></span></a>
<h3 class="big-fontsize"> Logan McDonald </h3>
<p class="bio">Ops Engineer @kickstarter. Previously writing software @chef & @Ada-C4.</br></p>
<a target="_blank"><h5 id="loganmeetsworld" class="show-box">Using Node in a serverless world…</h5></a>
</div>
<div class="modal-box modal" id="loganmeetsworldX">
<span class="fa fa-times pull-right close-box" id="close-box"></span>
<div class ="col-md-12">
<h3 class="talk-title">Using Node in a serverless world…</h3>
<p>Node can be a great ally to any ops engineer. This talk will dive into AWS lambdas, a.k.a serverless functions and show how Node can be used to build a small application running on AWS Lambda with the help of the a new deployment model called SAM (AWS Serverless Application Model). We will also discuss testing (with Mocha and Chai) as well as moving towards purely functional javascript and some of its concepts (immutability and point-free programming).</p>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12 text-center">
<div class="hex-wrap">
<img class="img" src="/assets/img/speakers/luca.jpeg" alt="">
</div>
<a target="_blank" href="https://twitter.com/lucamaraschi"> <span class="fa fa-twitter"></span></a>
<a target="_blank" href="https://github.com/lucamaraschi"> <span class="fa fa-github"></span></a>
<h3 class="big-fontsize"> Luca Maraschi </h3>
<p class="bio">Software Architect @nearform</br></p>
<a target="_blank"><h5 id="lucamaraschi" class="show-box">Building a Scalable Pub/Sub system with UpRing</h5></a>
</div>
<div class="modal-box modal" id="lucamaraschiX">
<span class="fa fa-times pull-right close-box" id="close-box"></span>
<div class ="col-md-12">
<h3 class="talk-title">Building a Scalable Pub/Sub system with UpRing</h3>
<p>The world is real-time: our users expect to receive live notifications, updates, and use extremely reactive interfaces. In a real-time world, we might want to connect physical things, each of them with their own live connection to the cloud. Delivering live notifications has always been a complex task, but tools like WebSockets and Socket.io have enabled a wide range of applications to flourish. Scaling those systems has often turns out to be problematic, and they generally leverage an external publish/subscribe broker to deliver the messages, with our application or the framework to act as a proxy. Those brokers are usually central points of failure, and are extremely hard to scale. UpRing is a distributed system framework for building applications on top of a Consistent Hashring. In other words, UpRing is a P2P system for cloud applications. With UpRing, all the notifications for a single element are routed through the same server, removing the central point of failure and allowing for fine-grained elastic scalability in ratio to the amount of current users.</p>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12 text-center">
<div class="hex-wrap">
<img class="img" src="/assets/img/speakers/myles.jpeg" alt="">
</div>
<a target="_blank" href="https://twitter.com/MylesBorins"> <span class="fa fa-twitter"></span></a>
<a target="_blank" href="https://github.com/mylesborins"> <span class="fa fa-github"></span></a>
<h3 class="big-fontsize"> Myles Borins </h3>
<p class="bio">Artist, Musician, Developer, and Inventor. @nodejs CTC</br></p>
<a target="_blank"><h5 id="mylesborins" class="show-box">Canary in the gold mine - smoke testing</h5></a>
</div>
<div class="modal-box modal" id="mylesborinsX">
<span class="fa fa-times pull-right close-box" id="close-box"></span>
<div class ="col-md-12">
<h3 class="talk-title">Canary in the gold mine - smoke testing</h3>
<p>to be announced soon</p>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12 text-center">
<div class="hex-wrap">
<img class="img" src="/assets/img/speakers/watson.jpeg" alt="">
</div>
<a target="_blank" href="https://twitter.com/wa7son"> <span class="fa fa-twitter"></span></a>
<a target="_blank" href="https://github.com/watson"> <span class="fa fa-github"></span></a>
<h3 class="big-fontsize"> Thomas Watson </h3>
<p class="bio">Node.js hacker - also doing open source stuff at @opbeat</br></p>
<a target="_blank"><h5 id="watson" class="show-box">Build your own JavaScript powered radio</h5></a>
</div>
<div class="modal-box modal" id="watsonX">
<span class="fa fa-times pull-right close-box" id="close-box"></span>
<div class ="col-md-12">
<h3 class="talk-title">Build your own JavaScript powered radio</h3>
<p>Capture and transmit radio waves using software (and just a tiny bit of hardware). This talk is about SDR (Software Defined Radio) and how you can listen to and transcode the radio spectrum using Node.js. It allows you to interact with IoT devices, debug cellular meta-data, and intercept commercial and private airplane communication.</p>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12 text-center">
<div class="hex-wrap">
<img class="img" src="/assets/img/speakers/william.jpeg" alt="">
</div>
<a target="_blank" href="https://twitter.com/williamkapke"> <span class="fa fa-twitter"></span></a>
<a target="_blank" href="https://github.com/williamkapke"> <span class="fa fa-github"></span></a>
<h3 class="big-fontsize"> William Kapke </h3>
<p class="bio">Node.js Board of Directors, Consultant, node.green creator. Previously Tinder, MySpace</br></p>
<a target="_blank"><h5 id="williamkapke" class="show-box">The Node.js Organization: Behind the scenes</h5></a>
</div>
<div class="modal-box modal" id="williamkapkeX">
<span class="fa fa-times pull-right close-box" id="close-box"></span>
<div class ="col-md-12">
<h3 class="talk-title">The Node.js Organization: Behind the scenes</h3>
<p>Node.js is one of the most active Organizations on GitHub. There are over 500 contributors working together to constantly crank out new versions and updates to existing ones. Hundreds of comments, issues, and pull requests are generated and resolved every month by a very diverse group of volunteers.
So, how do we pull it off?
In this talk, I will give a tour of The Node.js Foundation Committees, Working Groups, Teams and Github repositories. I'll explain why they exist, how they were created, who runs them... and how **you** can join in!</p>
</div>
</div>
</div>
</div>
</section>
<section id="sponsors">
<div class="page-wrap">
<img class="icon" src="assets/img/icons/sponsors.png" alt="">
<h2>Sponsors</h2>
<div class="event-host row center-xs">
<img class="sponsor-img" src="/assets/img/sponsors/horizontal_MWC_white.jpg" alt="Mobile World Centre">
</div>
<div class="row center-xs">
<div class="col-xs-12">
<h3>NodeConf & Orchestrate Sponsor</h3>
</div>
<div>
<a target="_blank" href="https://cloud.google.com">
<img class="col-xs-8 offset-2" src="/assets/img/sponsors/gcp.svg" alt="Google Cloud Platform">
</a>
</div>
</div>
<div class="row center-xs">
<div class="col-xs-12">
<h3>Synchronous Sponsors</h3>
</div>
<div class="col-md-3 col-sm-3 col-xs-3 text-center">
<a class="img-wrapper" target="_blank" href="https://es.letgo.com/es">
<img class="sponsor-img" src="/assets/img/sponsors/letgo.svg" alt="letgo">
</a>
</div>
<div class="col-md-3 col-sm-3 col-xs-3 text-center">
<a class="img-wrapper" target="_blank" href="http://www.soprasteria.es">
<img class="sponsor-img" src="/assets/img/sponsors/soprasteria.jpeg" alt="Sopra Steria">
</a>
</div>
</div>
<div class="row center-xs">
<div class="col-xs-12">
<h3>Asynchronous Sponsors</h3>
</div>
<div class="col-md-3 col-sm-3 col-xs-3 text-center">
<a class="img-wrapper" target="_blank" href="https://altran.com">
<img class="sponsor-img" src="/assets/img/sponsors/altran.png" alt="Altran">
</a>
</div>
<div class="col-md-3 col-sm-3 col-xs-3 text-center">
<a class="img-wrapper" target="_blank" href="https://www.kickstarter.com/">
<img class="sponsor-img" src="/assets/img/sponsors/kickstarter-logo-dark.png" alt="Kickstarter">
</a>
</div>
<div class="col-md-3 col-sm-3 col-xs-3 text-center">
<a class="img-wrapper" target="_blank" href="http://www.nearform.com">
<img class="sponsor-img" src="/assets/img/sponsors/nearform.png" alt="nearForm">
</a>
</div>
<div class="col-md-3 col-sm-3 col-xs-3 text-center">
<a class="img-wrapper" target="_blank" href="http://neighbourhood.ie">
<img class="sponsor-img" src="/assets/img/sponsors/neighbourhoodie.svg" alt="The Neighbourhoodie Software GmbH">
</a>
</div>
<div class="col-md-3 col-sm-3 col-xs-3 text-center">
<a class="img-wrapper" target="_blank" href="https://opbeat.com/">
<img class="sponsor-img" src="/assets/img/sponsors/opbeat.svg" alt="Opbeat">
</a>
</div>
<div class="col-md-3 col-sm-3 col-xs-3 text-center">
<a class="img-wrapper" target="_blank" href="https://www.yld.io">
<img class="sponsor-img" src="/assets/img/sponsors/yld.png" alt="YLD">
</a>
</div>
</div>
</div>
</section>
<section id="get-there" class="get-there">
<div class="page-wrap">
<div class="text-center">
<img class="icon" src="assets/img/icons/getthere.png" alt="">
<h2 class="text-center">Venue</h2>
</div>
<div class="row">
<div class="col-md-7 col-xs-12">
<h4>How to get there</h4>
<p>Conference is held in the <a href="https://www.mobileworldcentre.com" target="_blank">Mobile World Centre.</a> <br> C/ Fontanella 2, 08001 Barcelona</p>
<p>Public transport stop is <em>Plaça Catalunya</em>. <br>You can get there by:</p>
<ul>
<li>· Metro (<a href="http://www.tmb.cat/en/home" target="_blank">TMB</a>)</li>
<li>· Train (<a href="http://www.fgc.cat/eng/" target="_blank">FGC</a> ·
<a href="http://www20.gencat.cat/portal/site/rodalies/menuitem.9e250df67e11eb0471738010b0c0e1a0/?vgnextoid=f91a3dfb39fbb210VgnVCM1000000b0c1e0aRCRD&vgnextchannel=f91a3dfb39fbb210VgnVCM1000000b0c1e0aRCRD&vgnextfmt=default"
target="_blank">RENFE</a>)</li>
<li>· Bus (<a href="http://www.tmb.cat/en/home" target="_blank">TMB</a> · <a href="http://www.aerobusbcn.com/" target="_blank">Aerobus</a>).
</ul>
</div>
<iframe id="map" class="col-md-5 col-xs-12" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2993.4068436579723!2d2.16953381514827!3d41.3869701792643!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12a4a2f1189933d5%3A0xdadcb01c53af6c88!2sMobile+World+Centre!5e0!3m2!1sca!2ses!4v1471449733118"
frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
<div class="page-wrap" id="venue-location">
<h4>Mobile World Center</h4>
<div class="row center-xs">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-6 text-center">
<div class="hex-wrap">
<div class="bg-img" style="background-image:url(/assets/img/venue/venue-attending.jpg)">
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-6 text-center">
<div class="hex-wrap">
<div class="bg-img" style="background-image:url(/assets/img/venue/venue-panel.jpg)">
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-6 text-center">
<div class="hex-wrap">
<div class="bg-img" style="background-image:url(/assets/img/venue/venue-room.jpg)">
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-6 text-center">
<div class="hex-wrap">
<div class="bg-img" style="background-image:url(/assets/img/venue/venue-registration.jpg)">
</div>
</div>
</div>
</div>
</div>
</section>
<section id="team">
<div class="page-wrap">
<img class="icon" src="assets/img/icons/team.png" alt="">
<h2>Team</h2>
<div class="row">
<div class="col-md-3 col-sm-3 col-xs-6 text-center">
<div class="hex-wrap">
<div class="bg-img" style="background-image:url(/assets/img/team/fernando.jpg)">
</div>
</div>
<a href="https://github.com/fmmrtns">
<p> Fernando </p>
</a>
</div>
<div class="col-md-3 col-sm-3 col-xs-6 text-center">
<div class="hex-wrap">
<div class="bg-img" style="background-image:url(/assets/img/team/xicombd.jpg)">
</div>
</div>
<a href="https://twitter.com/xicombd">
<p> Francisco </p>
</a>
</div>
<div class="col-md-3 col-sm-3 col-xs-6 text-center">
<div class="hex-wrap">
<div class="bg-img" style="background-image:url(/assets/img/team/george.jpg)">
</div>
</div>
<a href="https://github.com/stagas">
<p> George </p>
</a>
</div>
<div class="col-md-3 col-sm-3 col-xs-6 text-center">
<div class="hex-wrap">
<div class="bg-img" style="background-image:url(/assets/img/team/helenavicart.jpg)">
</div>
</div>
<a href="https://twitter.com/helenavicart">
<p> Helena </p>
</a>
</div>
<div class="col-md-3 col-sm-3 col-xs-6 text-center">
<div class="hex-wrap">
<div class="bg-img" style="background-image:url(/assets/img/team/jseijas.jpg)">
</div>
</div>
<a href="https://twitter.com/jseijasdev">
<p> Jesus </p>
</a>
</div>
<div class="col-md-3 col-sm-3 col-xs-6 text-center">
<div class="hex-wrap">
<div class="bg-img" style="background-image:url(/assets/img/team/nuria.jpg)">
</div>
</div>
<a href="https://twitter.com/pincfloit">
<p> Núria </p>
</a>
</div>
<div class="col-md-3 col-sm-3 col-xs-6 text-center">
<div class="hex-wrap">
<div class="bg-img" style="background-image:url(/assets/img/team/patrickheneise.jpg)">
</div>
</div>
<a href="https://twitter.com/PatrickHeneise">
<p> Patrick </p>
</a>
</div>
<div class="col-md-3 col-sm-3 col-xs-6 text-center">
<div class="hex-wrap">
<div class="bg-img" style="background-image:url(/assets/img/team/sgimeno.jpg)">
</div>
</div>
<a href="https://twitter.com/_sgimeno">
<p> Sergio </p>
</a>
</div>
</div>
</div>
</section>
<section id="schedule">
<div class="page-wrap">
<div class="text-center">
<img class="icon" src="assets/img/icons/schedule.png" alt="">
<h2>Schedule</h2>
</div>
<div class="row">
<div class="col-xs-12">
<p>
<div><span class="time">09h30</span><span class="title">Registration & Opening</span><div>
</p>
<p>
<div><span class="time">10h00</span><span class="title"><i>Jan Lenhardt:</i> Kill All Humans</span><div>
<div><span class="time">10h30</span><span class="title"><i>Myles Borins:</i> Canary in the gold mine - smoke testing</span><div>
<div><span class="time">11h00</span><span class="title"><i>Bryan English:</i> Signet: Safely Curl Pipe Bash. No Seriously!</span><div>
</p>
<p>
<div><span class="time">11h30</span><span class="title">Coffee Break</span><div>
</p>
<p>
<div><span class="time">12h00</span><span class="title"><i>Anna Henningsen:</i> Node.js � Character Encodings</span><div>
<div><span class="time">12h30</span><span class="title"><i>Irina Shestak:</i> knock-knock-who-there-file-compression-talk_FINAL_2.tar.trz.bz2.gz</span><div>
<div><span class="time">13h00</span><span class="title"><i>William Kapke:</i> The Node.js Organization: Behind the scenes</span><div>
</p>
<p>
<div><span class="time">13h30</span><span class="title">Lunch</span><div>
</p>
<p>
<div><span class="time">15h00</span><span class="title"><i>Thomas Watson:</i> Build your own JavaScript powered radio</span><div>
<div><span class="time">15h30</span><span class="title"><i>Luca Maraschi:</i> Building a Scalable Pub/Sub system with UpRing</span><div>
<div><span class="time">16h00</span><span class="title"><i>Daniela Matos de Carvalho:</i> Let’s play with HTTP/2</span><div>
</p>
<p>
<div><span class="time">16h30</span><span class="title">Coffee Break</span><div>
</p>
<p>
<div><span class="time">17h00</span><span class="title"><i>Logan McDonald:</i> Using Node in a serverless world…</span><div>
<div><span class="time">17h30</span><span class="title"><i>Eva Sánchez Guerrero:</i> Creating conversational bots with Amazon Lex</span><div>
<div><span class="time">18h00</span><span class="title"><i>James Snell:</i> The Node.js Process, Making decisions that impact a massive ecosystem</span><div>
<p>
<div><span class="time">18h30</span><span class="title">Closing</span><div>
</p>
</div>
</div>
<div class="fringe">
<div class="text-center">
<h2>Fringe Events</h2>
</div>
<div class="row">
<div class="col-xs-12 col-md-6">
<h3>Wednesday</h3>
<span class="time">18h30-20h30</span><a href="https://ti.to/blended/orchestrate-2017/with/79cts-qlep4">Kubernetes from 0 to 100</a> at <a href="https://goo.gl/maps/BaTEpPRY9eF2">IronHack</a>
</div>
<div class="col-xs-12 col-md-6">
<h3>Thursday</h3>
<a href="https://ti.to/blended/orchestrate-2017">Orchestrate - The DevOps Conference</a>
</div>
<div class="col-xs-12">
<h3>Saturday</h3>
<div><span class="time">11h-13h</span><a href="https://ti.to/blended/nodeconf-barcelona-2017/with/httdifj5kne">Software Craftsmanship Workshop</a> at <a href="https://goo.gl/maps/Y9gTAvytn722">CAPSiDE</a></div>
<div><span class="time">11h-13h</span><a href="https://ti.to/blended/nodeconf-barcelona-2017/with/zh-ezu1v4lg">Chat Bots Workshop</a> at <a href="https://goo.gl/maps/HSjU5WKiwPq">LetGo</a></div>
<div><span class="time">11h-13h</span><a href="https://ti.to/blended/nodeconf-barcelona-2017/with/2funxibj5xc">Running Node on Kubernetes in GKE</a> at <a href="https://goo.gl/maps/XNoxYpuknxC2">Skyscanner</a></div>
<div><span class="time">11h-13h</span><a href="https://ti.to/blended/nodeconf-barcelona-2017/with/exdx6q7dmrm">ES7 asynchronous patterns, the new frontiers of JavaScript and NodeJS</a> at <a href="https://goo.gl/maps/fZw9cPXSzQD2">Codeworks</a></div>
<br/>
<div><span class="time">15h</span>Node CTC (Core Technical Committee) Q&A and craft beer at <a href="https://goo.gl/maps/CbhGtGafuHs">BlackLab</a></div>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="page-wrap">
<div class="row center-xs">
<div class="col-xs-12 col-sm-4 col-md-4 col-xl-4">
<h6>Powered by </h6>
<img class="logo-footer-nodeconf" src="assets/img/nodeconf.svg" alt="NodeConf Logo">
</div>
<div class="col-xs-12 col-sm-4 col-md-4 col-xl-4">
<h6>Organized by <a target="_blank" href="http://blended.io">blended.io</a></h6>
<a target="_blank" href="http://blended.io">
<img class="logo-footer-blended" src="assets/img/blended.png" alt="blended Logo">
</a>
</div>
</div>
</div>
<div class="contact">
<div class="wrap">
<h6> Barcelona NodeConf · 2017 </h6>
<h6>Organisers, sponsors and attendees are required to follow the <a target="_blank" href="/code-conduct.html"><b>Code of Conduct</b></a> </h6>
<span class="link-wrap">
<a target="_blank" onclick="_gs('event', 'Footer: twitter')" href="https://twitter.com/NodeConfBcn"><i class="fa fa-twitter"></i></a>
<a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<script async defer src="https://nodeconfbcn-slackinviter.herokuapp.com/slackin.js?"></script>
</span>
</div>
<div class="wrap extra-info">
Logo designed by <a target="_blank" href="http://baianai.es/"><img src="assets/img/baianai.png"></a>
</div>
</div>
<div id="cookies" class="cookies">
<div class="container">
<p>This website uses web analysis services provided by Go Squared Ltd. ("GoSquared"). By continuing to use the site, you are agreeing to our use of cookies.</p>
<p>For more information on GoSquared's practices and policies, please see
<a href="https://www.gosquared.com/legal/" target="_blank">https://www.gosquared.com/legal/</a>
</p>
<button type="button" id="closeCookies"><i class="fa fa-remove"></i></button>
</div>
</div>
</footer>
</body>
</html>