-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
869 lines (869 loc) · 46.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<title>RennesJS - Rennes JavaScript User Group</title>
<meta content="Le RennesJS est la communauté des développeurs JavaScript passionnés qui se réunissent chaque mois à Rennes pour une soirée d'échanges et de retours d'expérience." name="description">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.0/css/materialize.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="theme-color" content="#fcd74d">
<meta property="og:title" content="RennesJS - Rennes JavaScript User Group">
<meta property="og:description" content="Le RennesJS est la communauté des développeurs JavaScript passionnés qui se réunissent chaque mois à Rennes pour une soirée d'échanges et de retours d'expérience.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://rennesjs.org">
<meta property="og:image" content="https://rennesjs.org/images/logo-rennesjs.jpg">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@RennesJS">
<script type="application/ld+json">
[{
"@context" : "http://schema.org",
"@type" : "Organization",
"name" : "RennesJS",
"legalName" : "Rennes JavaScript User Group",
"description" : "Le RennesJS est la communauté des développeurs JavaScript passionnés à Rennes qui se réunit chaque mois pour une soirée d'échanges et de retours d'expérience.",
"url" : "https://rennesjs.org",
"logo" : "https://rennesjs.org/images/logo-rennesjs.jpg",
"sameAs" : [
"https://twitter.com/rennesjs",
"https://www.meetup.com/fr-FR/RennesJS/",
"https://github.com/rennesjs",
"https://www.youtube.com/c/RennesJS"
]
},{
"@context": "http://schema.org",
"@type": "Event",
"name": "Meetup RennesJS : Stencil / Strapi",
"startDate" : "2019-04-10T19:00:00+02:00",
"url" : "https://www.meetup.com/fr-FR/RennesJS/events/259969243/",
"location" : {
"@type" : "Place",
"name" : "La French Tech Rennes St Malo",
"address" : "2 rue de la Mabilais, 35000 Rennes, France"
}
}]
</script>
</head>
<body class="yellow">
<div class="navbar-fixed">
<nav class="black">
<div class="nav-wrapper container">
<a href="/" class="brand-logo yellow-text">RennesJS</a>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
<ul class="header-nav right hide-on-med-and-down">
<li><a href="/" class="waves-effect waves-light">Home</a></li>
<li><a href="/#meetup" class="waves-effect waves-light">Meetup</a></li>
<li><a href="/#talks" class="waves-effect waves-light">Talks</a></li>
<li><a href="/#agenda" class="waves-effect waves-light">Agenda</a></li>
<li><a href="/#social" class="waves-effect waves-light">Social</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="/" class="waves-effect waves-light">Home</a></li>
<li><a href="/#meetup" class="waves-effect waves-light">Meetup</a></li>
<li><a href="/#talks" class="waves-effect waves-light">Talks</a></li>
<li><a href="/#agenda" class="waves-effect waves-light">Agenda</a></li>
<li><a href="/#social" class="waves-effect waves-light">Social</a></li>
</ul>
</div>
</nav>
</div>
<div class="main grey lighten-3">
<header class="section white">
<h1 class="hide">RennesJS</h1>
<div class="center">
<img class="responsive-img" src="images/logo-rennesjs.jpg" alt="RennesJS - Rennes JavaScript User Group">
<h2 class="hide">Rennes JavaScript User Group</h2>
</div>
</header>
<div id="description" class="description container">
<div class="section center">
<p>« <strong>Le RennesJS est la communauté des développeurs JavaScript passionnés à Rennes</strong> »</p>
</div>
</div>
<div id="flash" class="flash container">
<div class="no-card-panel center">
<p>
<u>News :</u>
Echangez et discutez avec toute la communauté JavaScript rennaise sur le
<a href="https://join.slack.com/t/rennesjs/shared_invite/enQtMzE0MjAzODI2NTYzLTEwMWRkMzQ3M2Y2NTUwZjI4MmIxNmZkMWIxMTVhM2IwMzE4MGVhZjRlYjU5MzMzNWVjZjVmZjg1NmMyYzhiOGY" class="waves-effect waves-light">
<strong>Slack</strong>
</a>
</p>
<!--
<p>
<u>News :</u>
Retrouvez dès maintenant le replay des Meetups RennesJS sur
<a href="https://www.youtube.com/c/RennesJS" class="waves-effect waves-light">
<strong>Youtube <i class="mdi-av-video-collection"></i></strong>
</a>
</p>
-->
</div>
</div>
<section id="meetup" class="meetup container">
<div class="card-panel">
<h3 class="title"><i class="mdi-action-alarm left"></i>Prochain Meetup</h3>
<div class="center">
<p>La communauté JavaScript se réunit chaque mois pour une soirée d'échanges et de retours d'expérience.</p>
<hr class="separator">
<p>Prochain meetup ?</p>
<!---
<p>Prochain meetup : mercredi 10 avril 2019 à 19h à La FrenchTech Rennes</p>
<a href="https://www.meetup.com/fr-FR/RennesJS/events/259969243/">S'inscrire au Meetup</a>
<hr class="separator">
Au programme :<br>
<h4 class="subtitle">« Stencil - Make Web Components great again »</h4>
Talk présenté par <a href="https://twitter.com/vogloblinsky" title="Compte Twitter de Vincent Ogloblinsky" target="_blank">Vincent Ogloblinsky</a>
<p class="details">
Aujourd'hui on fait des Progressive Web Apps qui s’installent comme des apps natives. Mais comment faire pour être aussi fluide qu’une app native sur mobile (60fps) ? On verra comment fonctionne le navigateur (Layout + Paint + Composite) pour comprendre pourquoi il ne faut utiliser que les propriétés opacity et transform.<br><br>
On fera un petit tour par les animations en JS avec requestAnimationFrame et la Web Animation API pour comprendre leurs différences.</p>
<img class="avatar" src="https://pbs.twimg.com/profile_images/443136715473969152/S3YgCBrA_400x400.jpeg" alt="Freddy Harris" width="200">
<p class="details">Freddy Harris - Développeur Front-End depuis 6 ans. Freelance pour des projets SPA/PWA en React et React-Native.</p>
<hr class="separator">
<h4 class="subtitle">« Strapi - Retour d'expérience sur l'utilisation d'un CMS Headless JS »</h4>
Talk présenté par <a href="https://twitter.com/david_thepaut" title="Compte Twitter de David Thepaut" target="_blank">David Thepaut</a>
<p class="details">
Découverte de ReasonML, un projet qui apporte OCaml sur un plateau pour les habitué·e·s du JS et qui guérit de la JavaScript Fatigue™
</p>
<img class="avatar" src="https://pbs.twimg.com/profile_images/844218901890289665/5DTxxQuE_400x400.jpg" alt="Matthias Le Brun" width="200">
<p class="details">Matthias Le Brun - Lead front-end chez BeOpinion, co-créateur et host du podcast Putain de code !</p>
-->
<!--<hr class="separator">-->
<!-- <p>RDV le mardi 26 septembre 2017 à la <a href="https://goo.gl/maps/9i92s4aPS5E2" title="voir le plan" target="_blank">French Tech Rennes St-Malo</a></p> -->
<p class="subscribe">Infos prochainement sur <u><a href="https://www.meetup.com/fr-FR/RennesJS/">Meetup.com/RennesJS</a></u></p>
<!-- <p class="subscribe">Infos et inscription sur <u><a href="https://www.meetup.com/fr-FR/RennesJS/events/249120350/">Meetup</a></u></p> -->
<!-- <p class="subscribe">Infos et inscription sur <u><a href="https://www.meetup.com/fr-FR/RennesJS/">Meetup</a></u></p> -->
<!--<p><img src="http://assets2.lemabilay.com/assets/front/medias/un-lieu-unique/entree-nuit-b125352f4edc7745ab7b2dd843cae8e0.jpg" alt="Le Mabilay - French Tech Rennes St Malo" width="350"></p>-->
<!--<p><img src="https://secure.meetupstatic.com/photos/event/e/7/2/3/600_467099171.jpeg" alt="OVH Rennes - espace Meetup" width="300"></p>-->
</div>
<hr class="separator">
<div class="center">
<p>Les soirées Meetup sont organisées avec le soutien de nos sponsors :</p>
<div class="sponsors">
<a class="sponsor" href="https://www.zenika.com/" target="_blank" title="Zenika">
<img src="images/logo-zenika.png" alt="Zenika">
</a>
<a class="sponsor" href="https://conserto.pro/" target="_blank" title="Conserto">
<img src="images/logo-conserto.png" alt="Conserto">
</a>
<a class="sponsor" href="https://www.microsoft.com/" target="_blank" title="Microsoft">
<img src="images/logo-microsoft.png" alt="Microsoft">
</a>
<a class="sponsor" href="https://www.asi.fr/" target="_blank" title="ASI">
<img src="images/logo-asi.png" alt="ASI">
</a>
</div>
<p>Et de nos partenaires :</p>
<div class="partners">
<a class="partner" href="https://www.breizhcamp.org/asso/" target="_blank" title="Association BreizhCamp">
<img src="images/logo-breizhcamp.png" alt="BreizhCamp">
</a>
<a class="partner" href="https://lepoool.tech/" target="_blank" title="Le Poool - French Tech Rennes">
<img src="images/logo-lepoool.png" alt="Le Poool - French Tech Rennes">
</a>
</div>
</div>
</div>
</section>
<section id="talks" class="talks container">
<div class="card-panel">
<h3 class="title"><i class="mdi-av-my-library-books left"></i>Talks</h3>
<div class="left-align">
<ul class="talks-list">
<li>
<h5>Meetup Septembre 2019</h5>
<ul>
<li>
<strong>Introduction S06E01</strong>
<span> -- </span>
[
<a href="https://docs.google.com/presentation/d/e/2PACX-1vQhNAyBNJDLQ5gqDr9hoXTdrRdcEwXWUmdlSgZ4Q3jtsoUceIBI1z-4G7JBPpPvpXHzAGsL6IZQtXRB/pub" target="_blank">slides</a>
/
<a href="https://www.youtube.com/watch?v=2wwXzniYkSc" target="_blank">vidéo</a>
]
</li>
<li>
<strong>"Comment Elm a changé mon expérience de dev front-end"</strong> par <a href="https://twitter.com/pascallemerrer" title="Compte Twitter de Pascal Le Merrer" target="_blank">Pascal Le Merrer</a>
<span> -- </span>
[
<a href="https://speakerdeck.com/pascallemerrer/comment-elm-a-change-mon-experience-de-dev-front-end" target="_blank">slides</a>
/
<a href="https://www.youtube.com/watch?v=SLukfn_ucBc" target="_blank">vidéo</a>
]
</li>
<li>
<strong>"REX ELM et WebComponents "</strong> par <a href="https://twitter.com/Natim" title="Compte Twitter de Rémy Hubscher" target="_blank">Rémy Hubscher</a>
<span> -- </span>
[
<a href="http://natim.github.io/django-slides/elm-webcomponents/" target="_blank">slides</a>
/
<a href="https://www.youtube.com/watch?v=ZB6cFYQPnNI" target="_blank">vidéo</a>
]
</li>
</ul>
</li>
<li>
<h5>Meetup Juin 2019</h5>
<ul>
<li>
<strong>Introduction S05E06</strong>
<span> -- </span>
[ <a href="https://docs.google.com/presentation/d/e/2PACX-1vSOrAsnNwg5HRHhfR7fxkFso6i19IGf8xZ9eyHki1dN156O_3JxW4RB2BWA4lZfnsNWfabUopsISh06/pub" target="_blank">slides</a> ]
</li>
<li>
<strong>"NestJS ou comment faire du Node en TypeScript"</strong> par <a href="https://twitter.com/Kapcash" title="Compte Twitter de Florent Catiau-Tristant" target="_blank">Florent Catiau-Tristant</a> et <a href="https://twitter.com/xrobert35" title="Compte Twitter de Xavier Robert" target="_blank">Xavier Robert</a>
<span> -- </span>
[
<a href="https://slack-files.com/T1BA52QGH-FKESW7Y3D-42b0ff5115" target="_blank">slides</a>
/
vidéo prochainement
]
</li>
<li>
<strong>"Maintenir un projet open-source au sein de sa boite : l’exemple de react-admin"</strong> par <a href="https://twitter.com/alexisjanvier" title="Compte Twitter de Alexis janvier" target="_blank">Alexis janvier</a>
<span> -- </span>
[
<a href="https://github.com/marmelab/os-project-in-your-company" target="_blank">slides</a>
/
vidéo prochainement
]
</li>
</ul>
</li>
<li>
<h5>Meetup Mai 2019</h5>
<ul>
<li>
<strong>Introduction S05E05</strong>
<span> -- </span>
[ <a href="https://docs.google.com/presentation/d/e/2PACX-1vQNEIwoBxxwyRLqTkflg3ZYpKuqSowMkz8MdmC1wTlO55lxIhqZwmL1cX1_HQtjMQjbGoW-BqzdzTld/pub" target="_blank">slides</a> ]
</li>
<li>
<strong>"Lerna : Retour d'expérience"</strong> par <a href="https://twitter.com/dam22ld" title="Compte Twitter de Damien Le Dantec" target="_blank">Damien Le Dantec</a>
<span> -- </span>
[
<a href="https://docs.google.com/presentation/d/1XiOQ16qUcoYcbFywn_xUU7T6lLHAE8GMFWrs5i16Eb8/" target="_blank">slides</a>
/
vidéo prochainement
]
</li>
<li>
<strong>"100 000 et 1 object en WebGL à l’aide de Three.js"</strong> par <a href="https://twitter.com/AnasAmeziane" title="Compte Twitter de Anas Améziane" target="_blank">Anas Améziane</a>
<span> -- </span>
[
<a href="https://slides.com/anasameziane/threejs" target="_blank">slides</a>
/
vidéo prochainement
]
</li>
</ul>
</li>
<li>
<h5>Meetup Avril 2019</h5>
<ul>
<li>
<strong>Introduction S05E04</strong>
<span> -- </span>
[ <a href="https://docs.google.com/presentation/d/e/2PACX-1vRZhmf016pqkWONSG8iCA4nMnaqZf6vvyyChJ9wVcJQ7hFjoR-M051JnY92YBO4WbpYn39J3CwQEaBJ/pub" target="_blank">slides</a> ]
</li>
<li>
<strong>"Strapi - Retour d'expérience sur l'utilisation d'un CMS Headless JS"</strong> par <a href="https://twitter.com/david_thepaut" title="Compte Twitter de David Thepaut" target="_blank">David Thepaut</a>
<span> -- </span>
[
<a href="https://drive.google.com/file/d/1eK9zqemRNFkoJxx7csrff-ESn1uSW0tb/view" target="_blank">slides</a>
/
vidéo prochainement
]
</li>
<li>
<strong>"Stencil - Make Web Components great again"</strong> par <a href="https://twitter.com/vogloblinsky" title="Compte Twitter de Vincent Ogloblinsky" target="_blank">Vincent Ogloblinsky</a>
<span> -- </span>
[
<a href="https://slides.com/vogloblinsky/stencil-make-web-components-great-again/" target="_blank">slides</a>
/
vidéo prochainement
]
</li>
</ul>
</li>
<li>
<h5>Meetup Févier 2019</h5>
<ul>
<li>
<strong>Introduction S05E03</strong>
<span> -- </span>
[ <a href="https://docs.google.com/presentation/d/e/2PACX-1vR0HBzjs6dJ6UAVU_WCgKyjghaPOld3woF3VMdJq1W5dHfx312SWUICfcUFYtLA_SD8QfPV4d5lnglW/pub" target="_blank">slides</a> ]
</li>
<li>
<strong>"React Native: Write once, Run everywhere"</strong> par <a href="https://twitter.com/abusseneau" title="Compte Twitter d'Alexis Busseneau" target="_blank">Alexis Busseneau</a>
<span> -- </span>
[
<a href="https://docs.google.com/presentation/d/e/2PACX-1vSrcD4gbA2eTLq9kS7NTXhDpswGHgnqGwLAj4SMCZz9P1XbMjfRMGY2bafZ73bCAC1ZIRcfNsTJRw67/pub" target="_blank">slides</a>
/
non-filmé
]
</li>
</ul>
</li>
<li>
<h5>Meetup Janvier 2019</h5>
<ul>
<li>
<strong>"Workshop - Renforcer sa pratique de Node.js"</strong> animé par <a href="https://twitter.com/oncletom" title="Compte Twitter de Thomas Parisot" target="_blank">Thomas Parisot</a>
<span> -- </span>
[
<a href="https://glitch.com/edit/#!/rennesjs-201901" target="_blank">notes</a>
/
non-filmé
]
</li>
</ul>
</li>
<li>
<h5>Meetup Octobre 2018</h5>
<ul>
<li>
<strong>Introduction S05E01</strong>
<span> -- </span>
[ <a href="https://docs.google.com/presentation/d/e/2PACX-1vSEs17wob2nFKSbMRUGQ6-Wd03bvfrVhN1M-sYdwmQYGMZGSIYrn5NRDMKUfV3wTbyEZ2LO8QdG9yeB/pub?slide=id.g1920f4b208_0_0" target="_blank">slides</a> ]
</li>
<li>
<strong>"Le component design par Perceval et Karadoc : Bottes secretes et colifichets"</strong> par <a href="https://twitter.com/OkazariBzh" title="Compte Twitter de Benjamin Plouzenec" target="_blank">Benjamin Plouzenec</a> et <a href="https://twitter.com/MahdiAici" title="Compte Twitter de Mahdi Aici" target="_blank">Mahdi Aici</a>
<span> -- </span>
[
<a href="https://docs.google.com/presentation/d/e/2PACX-1vSWaMfK8AU23IZ-B2y9h335IkrZDcg_Wi1X7OSF7iirtGFFgE2nPIBm6W35bogUQt1tX6s70n7FNTi9/pub" target="_blank">slides</a>
/
vidéo prochainement
]
</li>
</ul>
</li>
<li>
<h5>Meetup Avril 2018</h5>
<ul>
<li>
<strong>Introduction S04E04</strong>
<span> -- </span>
[ <a href="https://docs.google.com/presentation/d/e/2PACX-1vSXamqYaR0xUPVxxb6dNsPXX3ECQeI18RhRfiF0NkWnvJBoF3MCON_qYupMZG9dVFDC6efy1ZZoAfaK/pub" target="_blank">slides</a> ]
</li>
<li>
<strong>"Web Animation Performance + F.L.I.P. technique"</strong> par <a href="https://twitter.com/harrisfreddy" title="Compte Twitter de Freddy Harris" target="_blank">Freddy Harris</a>
<span> -- </span>
[
<a href="https://freddy03h.github.io/flip-presentation/" target="_blank">slides</a>
/
vidéo prochainement
]
</li>
<li>
<strong>"A good Reason for typing"</strong> par <a href="https://twitter.com/bloodyowl" title="Compte Twitter de Matthias Le Brun" target="_blank">Matthias Le Brun</a>
<span> -- </span>
[
<a href="https://speakerdeck.com/bloodyowl/a-good-reason-for-typing" target="_blank">slides</a>
/
vidéo prochainement
]
</li>
</ul>
</li>
<li>
<h5>Meetup Décembre 2017</h5>
<ul>
<li>
<strong>Introduction S04E03</strong>
<span> -- </span>
[ <a href="https://docs.google.com/presentation/d/e/2PACX-1vTAJ1-n6RixJE0fqBnKG5YZgurVhnyylDcOPAGB5C69FizDeyCoypIY6gh-D3_SZYHQj9WOzw1D8TO7/pub" target="_blank">slides</a> ]
</li>
<li>
<strong>"Flubber, smoother shape animation"</strong> par <a href="https://twitter.com/MilletDelphine" title="Compte Twitter de Delphine Millet" target="_blank">@MilletDelphine</a> et <a href="https://twitter.com/fabienjuif" title="Compte Twitter de Fabien Juif" target="_blank">@fabienjuif</a>
<span> -- </span>
[
slides & vidéo prochainement
]
</li>
<li>
<strong>"From Angular.js to CycleJS"</strong> par <a href="https://twitter.com/atomrc" title="Compte Twitter de Thomas Belin" target="_blank">@atomrc</a>
<span> -- </span>
[
slides & vidéo prochainement
]
</li>
</ul>
</li>
<li>
<h5>Meetup Novembre 2017</h5>
<ul>
<li>
<strong>Introduction S04E02</strong>
<span> -- </span>
[ <a href="https://docs.google.com/presentation/d/e/2PACX-1vTFsLCqHdBpkodrL6WUQZnr9IEF-nqTjl23NM1_6h0C2SOFgH3EJqTk4zSNXrHOK2nAWcsnf1xi16Ii/pub" target="_blank">slides</a> ]
</li>
<li>
<strong>"WebAssembly : la nouvelle spec du web"</strong> par <a href="https://twitter.com/ethebault" title="Compte Twitter de Erwann Thebault" target="_blank">@ethebault</a>
<span> -- </span>
[
<a href="https://slides.com/erwannthebault/web-assembly#/" target="_blank">slides</a>
/
vidéo prochainement
]
</li>
</ul>
</li>
<li>
<h5>Meetup Septembre 2017</h5>
<ul>
<li>
<strong>Introduction S04E01</strong>
<span> -- </span>
[ <a href="https://docs.google.com/presentation/d/e/2PACX-1vR4DjtNMdVRai8kznkae3jkJ9PXjmUtAJoAg5foZ2uTvnvCm6YZwBkvo5HO_Q-BLJMAHTPOu2CefF3F/pub" target="_blank">slides</a> ]
</li>
<li>
<strong>"CSS, pourquoi tant de haine ?"</strong> par <a href="https://twitter.com/ghoullier" title="Compte Twitter de Grégory Houllier" target="_blank">@ghoullier</a>
<span> -- </span>
[
<a href="https://docs.google.com/presentation/d/e/2PACX-1vTO1dhlhM_5m9_hb3jrQ-kCPeSUIzZdcI7xKBLoMquUIfNCB2xq5oOKg-qGx5kRtX0sgdr0F1aM2z3K/pub" target="_blank">slides</a>
/
vidéo prochainement
]
</li>
<li>
<strong>"Modules ES6 & HTTP/2 : Va-t-on arrêter de packager notre code JavaScript ?"</strong> par <a href="https://twitter.com/vogloblinsky" title="Compte Twitter de Vincent Ogloblinsky" target="_blank">@vogloblinsky</a>
<span> -- </span>
[
<a href="https://slides.com/vogloblinsky/modules-es6-http2-va-t-on-arreter-de-packager-notre-code-javascript" target="_blank">slides</a>
/
vidéo prochainement
]
</li>
</ul>
</li>
<li>
<h5>Meetup Juin 2017</h5>
<ul>
<li>
<strong>Introduction S03E06</strong>
<span> -- </span>
[ <a href="https://docs.google.com/presentation/d/1TWiVEVs_nr0UhdRMsk5eUPPkyjHQI4UeDcPTS-AC2q4/pub" target="_blank">slides</a> ]
</li>
<li>
<strong>"Polymer 2 : Découvrons ce que nous cache la version 2"</strong> par <a href="https://twitter.com/jefbinomed" title="Compte Twitter de Jean-Francois Garreau" target="_blank">@jefbinomed</a>
<span> -- </span>
[
<a href="https://jef.binomed.fr/binomed_docs/Prezs/Polymer2Discovery/" target="_blank">slides</a>
/
<a href="//www.youtube.com/watch?v=i4JBn8stbvA" target="_blank">vidéo</a>
]
</li>
<li>
<strong>"Il n'y a pas que Polymer dans la vie…"</strong> par <a href="https://twitter.com/LostInBrittany" title="Compte Twitter de Horacio Gonzalez" target="_blank">@LostInBrittany</a>
<span> -- </span>
[
<a href="//www.youtube.com/watch?v=YdTrMOpUMfY" target="_blank">vidéo</a>
]
</li>
</ul>
</li>
<li>
<h5>Meetup Mai 2017</h5>
<ul>
<li>
<strong>Introduction S03E05</strong>
<span> -- </span>
[ <a href="https://docs.google.com/presentation/d/1e_nAtuEmibpT5wpkuCdwFgaowiN4JFLRL7LvxqoyUTQ/pub" target="_blank">slides</a> ]
</li>
<li>
<strong>"Arunoda Susiripala, de MeteorJS à Next.js"</strong> par <a href="https://twitter.com/mickael_lecoq" title="Compte Twitter de Mickael Lecoq" target="_blank">@mickael_lecoq</a>
<span> -- </span>
[
<a href="https://slides.com/mickaellecoq/arunoda-susiripala-de-meteorjs-a-next-js" target="_blank">slides</a>
/
<a href="//www.youtube.com/watch?v=4ArFwJHV-D0" target="_blank">vidéo</a>
]
</li>
<li>
<strong>"Pourquoi choisir Vue.js"</strong> par <a href="https://twitter.com/legallocedric" title="Compte Twitter de Cédric LeGallo" target="_blank">@legallocedric</a>
<span> -- </span>
[
<a href="//www.youtube.com/watch?v=gYIzHL5I_qw" target="_blank">vidéo</a>
]
</li>
</ul>
</li>
<li>
<h5>Meetup Février 2017</h5>
<ul>
<li>
<strong>Introduction S03E04</strong>
<span> -- </span>
[ <a href="https://docs.google.com/presentation/d/1wXkyxctieZkF8X72ixYnnodg-V4s4oLF8ozqBKrYGUE/pub" target="_blank">slides</a> ]
</li>
<li>
<strong>"Il était une fois un plug-in atom"</strong> par <a href="https://twitter.com/OkazariBzh" title="Compte Twitter de Benjamin Plouzennec" target="_blank">@OkazariBzh</a>
<span> -- </span>
[
<a href="https://docs.google.com/presentation/d/1KFyTti_n87_9499S2O6KwnB_o9wTD5b4smzio6HWbsw/pub" target="_blank">slides</a>
/
<a href="//www.youtube.com/watch?v=9pRj4bC-jQQ" target="_blank">vidéo</a>
]
</li>
<li>
<strong>"TENON l'accessibilité à bout de bras"</strong> par <a href="https://twitter.com/legallocedric" title="Compte Twitter de Cédric LeGallo" target="_blank">@legallocedric</a>
<span> -- </span>
[
<a href="https://cedric-legallo.github.io/tenon-io-slides/" target="_blank">slides</a>
/
<a href="//www.youtube.com/watch?v=PXXGhxCi4Xs" target="_blank">vidéo</a>
]
</li>
</ul>
</li>
<li>
<h5>Meetup Novembre 2016</h5>
<ul>
<li>
<strong>Introduction S03E03</strong>
<span> -- </span>
[ <a href="https://docs.google.com/presentation/d/e/2PACX-1vSG2bnndO9avR7_y7XDJl-4uvdJKJiGiRFAWmNR-2n2uotg-X9gUvQ0ECo0KcGNLknpw5PwynfA6_Tm/pub" target="_blank">slides</a> ]
</li>
<li>
<strong>"Tree Shaking : Déployer moins de code en production"</strong> par <a href="https://twitter.com/vogloblinsky" title="Compte Twitter de Vincent Ogloblinsky" target="_blank">@vogloblinsky</a>
<span> -- </span>
[
<a href="https://slides.com/vogloblinsky/tree-shaking-deployer-moins-de-code-en-production-2" target="_blank">slides</a>
/
<a href="//www.youtube.com/watch?v=QS2LTuphrY0" target="_blank">vidéo</a>
]
</li>
<li>
<strong>"La programmation Réactive avec RxJS et découverte de CycleJS"</strong> par <a href="https://twitter.com/kaidjin" title="Compte Twitter de Benoit Averty" target="_blank">@kaidjin</a>
<span> -- </span>
[
<a href="https://benoitaverty.github.io/slides/reactive-programming-and-cyclejs/" target="_blank">slides</a>
/
<a href="//www.youtube.com/watch?v=I7lQs6MhZck" target="_blank">vidéo</a>
]
</li>
</ul>
</li>
<li>
<h5>Meetup Octobre 2016</h5>
<ul>
<li>
<strong>Introduction S03E02</strong>
<span> -- </span>
[ <a href="https://docs.google.com/presentation/d/155xBoSqJjSf7TRMg4RYgIdX6WuMIjPmP8B5EpYwNGV8/pub" target="_blank">slides</a> ]
</li>
<li>
<strong>"Angular 2 : des concepts à la pratique"</strong> par <a href="https://twitter.com/templth" title="Compte Twitter de Thierry Templier" target="_blank">@templth</a>
<span> -- </span>
[
<a href="https://docs.google.com/presentation/d/18CeCigxsH3R8Rh7fcl03ExYUK4XV1MHd50hduIyolSg/pub" target="_blank">slides</a>
/
<a href="//www.youtube.com/watch?v=2cSN84GbhI4" target="_blank">vidéo</a>
]
</li>
</ul>
</li>
<li>
<h5>Meetup Septembre 2016</h5>
<ul>
<li>
<strong>Introduction S03E01</strong>
<span> -- </span>
[ <a href="https://docs.google.com/presentation/d/1EiBCKs1qvQum2nDgtATQt1cbXkurNIddqfzwc3tICAI/pub" target="_blank">slides</a> ]
</li>
<li>
<strong>"Performance Web : Enjeux, techniques et méthodologie"</strong> par <a href="https://twitter.com/DamienJubeau" title="Compte Twitter de Damien Jubeau" target="_blank">@DamienJubeau</a>
<span> -- </span>
[
<a href="https://www.slideshare.net/DamienJubeau/rennes-js-webperfdareboost-66751435" target="_blank">slides</a>
/
<a href="//www.youtube.com/watch?v=eYoLmyBF0PI" target="_blank">vidéo</a>
]
</li>
</ul>
</li>
<li>
<h5>Meetup Juin 2016</h5>
<ul>
<li>
<strong>Introduction S02E08</strong>
<span> -- </span>
[ <a href="//docs.google.com/presentation/d/15yE2zKr-Oq6WfCSkeJptk4Yg1dt9B1DWdM1S2XwujbE/pub" target="_blank">slides</a> ]
</li>
<li>
<strong>"Vorlon.js : Web debug and node.js inspection"</strong> par <a href="https://twitter.com/meulta" title="Compte Twitter de Etienne Margraff" target="_blank">@meulta</a>
<span> -- </span>
[
<a href="//rennesjs.org/talks/vorlonjs/vorlonjs.pdf" target="_blank">slides</a>
/
<a href="//www.youtube.com/watch?v=P8lVNER9w24" target="_blank">vidéo</a>
]
</li>
<li>
<strong>"Meet With Ember"</strong> par <a href="https://twitter.com/infoduv" title="Compte Twitter de Charles Duval" target="_blank">@infoduv</a>
<span> -- </span>
[
<a href="//www.infoduv.fr/meet_with_ember.pdf" target="_blank">slides</a>
/
<a href="//www.youtube.com/watch?v=D_be5Me_lWI" target="_blank">vidéo</a>
]
</li>
<li>
<strong>"Riot.js : Micro UI library"</strong> par <a href="https://www.meetup.com/fr-FR/RennesJS/members/145271332/" target="_blank">Fabrice Le Coz</a>
<span> -- </span>
[
<a href="//docs.google.com/presentation/d/1AXd2SN73osoU17NK6-1kIKJ0_dCNLHQxjpR-SeoZgj4/pub" target="_blank">slides</a>
/
<a href="//www.youtube.com/watch?v=tIL7KRWP92o" target="_blank">vidéo</a>
]
</li>
</ul>
</li>
<li>
<h5>Meetup Mai 2016</h5>
<ul>
<li>
<strong>Introduction S02E07</strong>
<span> -- </span>
[ <a href="//docs.google.com/presentation/d/1QdIkqLRT-xsqZzGjGZEbLIwCXS0lOBJPu4Jju2sl3NQ/pub" target="_blank">slides</a> ]
</li>
<li>
<strong>"Progressive Web Apps"</strong> par <a href="https://twitter.com/kepennar" title="Compte Twitter de Kevin Pennarun" target="_blank">@kepennar</a>
<span> -- </span>
[
<a href="//kepennar.github.io/slides-progressive-apps/" target="_blank">slides</a>
/
<a href="//www.youtube.com/watch?v=RdAkG2DKmso" target="_blank">vidéo</a>
]
</li>
<li>
<strong>"Les 22 étapes essentielles pour coder une sandbox en JS"</strong> par <a href="https://twitter.com/check_ca" title="Compte Twitter de Gildas Lormeau" target="_blank">@check_ca</a>
<span> -- </span>
[
<a href="//rennesjs.seo4ajax.com/S02E07/" target="_blank">slides</a>
/
<a href="//www.youtube.com/watch?v=9lwckXIJEA8" target="_blank">vidéo</a>
]
</li>
</ul>
</li>
<li>
<h5>Meetup Avril 2016</h5>
<ul>
<li>
<strong>Introduction S02E06</strong>
<span> -- </span>
[ <a href="//docs.google.com/presentation/d/1NdUVtYYHBoLVfLDuEGVZpwPBXf6tiwcPtixF3qgJB1c/pub" target="_blank">slides</a> ]
</li>
<li>
<strong>"Meteor 1.3"</strong> par <a href="https://twitter.com/mickael_lecoq" title="Compte Twitter de Mickael Lecoq" target="_blank">@mickael_lecoq</a>
<span> -- </span>
[ <a href="//slides.com/mickaellecoq/meteor-js-1-3/" target="_blank">slides</a> ]
</li>
</ul>
</li>
<li>
<h5>BreizhCamp 2016</h5>
<ul>
<li>
<strong>"Introduction à la Programmation Fonctionnelle Reactive avec RxJS"</strong> par <a href="https://twitter.com/ghoullier" title="Compte Twitter de Grégory Houllier" target="_blank">@ghoullier</a>
<span> -- </span>
[ <a href="//rennesjs.org/talks/introduction-a-la-programmation-reactive-fonctionnelle-avec-rxjs/" target="_blank">slides</a> ]
</li>
</ul>
</li>
<li>
<h5>Meetup Janvier 2016</h5>
<ul>
<li>
<strong>Introduction S02E05</strong>
<span> -- </span>
[ <a href="//docs.google.com/presentation/d/1SvhI2AJCAi6jMnQPYlZoSJbvi1ZMzi2w77cEoC7AcIc/pub" target="_blank">slides</a> ]
</li>
<li>
<strong>"Ionic The Hybrid Theory"</strong> par <a href="https://twitter.com/feoche" title="Compte Twitter de François Eoche" target="_blank">@feoche</a>
<span> -- </span>
[ <a href="//slides.com/feoche/ionic-the-hybrid-theory/" target="_blank">slides</a> ]
</li>
</ul>
</li>
<li>
<h5>Meetup Décembre 2016</h5>
<ul>
<li>
<strong>Introduction S02E04</strong>
<span> -- </span>
[ <a href="//docs.google.com/presentation/d/1PYKUKn2qsWgevV9294GhMxyGrLPa3pQue-K5Hvv-Jk8/pub" target="_blank">slides</a> ]
</li>
</ul>
</li>
<li>
<h5>Meetup Octobre 2016</h5>
<ul>
<li>
<strong>Introduction S02E02</strong>
<span> -- </span>
[ <a href="//docs.google.com/presentation/d/1STn3zoECX8-Yn_7DVYoiXaE_jRtwhRki8qbPtREjlsk/pub" target="_blank">slides</a> ]
</li>
</ul>
</li>
<li>
<h5>Meetup Septembre 2016</h5>
<ul>
<li>
<strong>Introduction S02E01</strong>
<span> -- </span>
[ <a href="//docs.google.com/presentation/d/1aytBf5SPz0xrV-YeP0n4fXV0dG_kWSHPUlP7dVo57SA/pub" target="_blank">slides</a> ]
</li>
</ul>
</li>
<li>
<h5>Breizhcamp 2015</h5>
<ul>
<li>
<strong>"45 Tools to Boost Your Front-End"</strong> par <a href="https://twitter.com/nicopennec" title="Compte Twitter de Nicolas Pennec" target="_blank">@nicopennec</a>
<span> -- </span>
[
<a href="//fr.slideshare.net/NicoPennec/45-toolstoboostyourfrontend" target="_blank">slides</a>
/
<a href="//www.youtube.com/watch?v=D67WubvgGWM" title="Youtube - 45 Tools to Boost Your Front-End" target="_blank">vidéo</a>
</li>
<li>
<strong>"ES6 dès aujourd'hui avec BabelJS"</strong> par <a href="https://twitter.com/ghoullier" title="Compte Twitter de Grégory Houllier" target="_blank">@ghoullier</a>
<span> -- </span>
[
<a href="//rennesjs.org/talks/es6-des-ajourdhui-avec-babeljs/" target="_blank">slides</a>
/
<a href="//www.youtube.com/watch?v=Y9iT1Pmf5X0" title="Youtube - ES6 dès aujourd'hui avec BabelJS" target="_blank">vidéo</a>
]
</li>
<li>
<strong>"Angular 2, le reveil de la force"</strong> par <a href="https://twitter.com/nicopennec" title="Compte Twitter de Nicolas Pennec" target="_blank">@nicopennec</a> et <a href="https://twitter.com/ghoullier" title="Compte Twitter de Grégory Houllier" target="_blank">@ghoullier</a>
<span> -- </span>
[
<a href="//rennesjs.org/talks/angular-2-le-reveil-de-la-force/" target="_blank">slides</a>
/
<a href="//www.youtube.com/watch?v=IWJqj9y5tO4" title="Youtube - Angular 2, le reveil de la force" target="_blank">vidéo</a>
]
</li>
</ul>
</li>
</ul>
</div>
</div>
</section>
<section id="agenda" class="agenda container">
<div class="card-panel">
<h3 class="title"><i class="mdi-editor-insert-invitation left"></i>Agenda</h3>
<div class="left-align">
Les prochaines conférences JavaScript (et autres) :
<ul>
<li>
<h5>2019</h5>
<ul>
<li>
<a href="https://www.meetup.com/fr-FR/Software-Craftsmanship-Rennes/events/260033684/" target="_blank">Meetup Software Crafts·wo·manship Rennes</a> (11 avril, Rennes, Fr)
</li>
<li>
<a href="https://www.devoxx.fr/" target="_blank">Devoxx France</a> (17-19 avril, Paris, Fr)
</li>
<li>
<a href="https://nantesjs.org/" target="_blank">Meetup NanteJS</a> (18 avril, Nantes, Fr)
</li>
<li>
<a href="https://www.meetup.com/fr-FR/BrestJS/events/260246815/" target="_blank">Meetup BrestJS - WebAssembly</a> (24 avril, Brest, Fr)
</li>
<li>
<a href="https://www.ng-conf.org/" target="_blank">NG-Conf</a> (1-3 mai, Salt Lake City, USA)
</li>
<li>
<a href="https://www.vuejsroadtrip.com/" target="_blank">Vuejs Road Trip</a> (17 mai, Paris, Fr)
</li>
<li>
<a href="https://www.react-europe.org/" target="_blank">ReactEurope</a> (21-24 mai, Paris, Fr)
</li>
<li>
<a href="https://www.meetup.com/fr-FR/NightClazz-by-Zenika-Rennes/events/260303587/" target="_blank">NightClazz by Zenika Rennes</a> (23 mai, Rennes, Fr)
</li>
<li>
<a href="https://mixitconf.org/" target="_blank">MiXiT</a> (23-24 mai, Lyon, Fr)
</li>
<li>
<a href="https://web2day.co/" target="_blank">Web2Day</a> (5-7 juin, Nantes, Fr)
</li>
<li>
<a href="http://bestofweb.paris/" target="_blank">Best Of Web</a> (6-7 juin, Paris, Fr)
</li>
<li>
<a href="https://devfest.gdglille.org/" target="_blank">Devfest Lille</a> (14 juin, Lille, Fr)
</li>
<li>
<a href="https://devfesttoulouse.fr/" target="_blank">Devfest Toulouse</a> (3 octobre, Toulouse, Fr)
</li>
<li>
<a href="https://www.paris-web.fr/" target="_blank">Paris Web</a> (10-12 octobre, Paris, Fr)
</li>
<li>
<a href="https://www.dotcss.io/" target="_blank">DotCSS 2019</a> (4 décembre, Paris, Fr)
</li>
<li>
<a href="https://www.dotjs.io/" target="_blank">DotJS 2019</a> (5-6 décembre, Paris, Fr)
</li>
</ul>
</li>
</ul>
</div>
</div>
</section>
<section id="social" class="social container">
<div class="card-panel">
<h3 class="title"><i class="mdi-social-public left"></i>Réseaux Sociaux</h3>
<div class="center">
<a href="https://www.meetup.com/fr-FR/RennesJS/" class="waves-effect waves-light btn yellow"><i class="mdi-content-link left"></i>Meetup</a>
<a href="https://www.youtube.com/c/RennesJS" class="waves-effect waves-light btn yellow"><i class="mdi-content-link left"></i>Youtube</a>
<a href="https://twitter.com/rennesjs" class="waves-effect waves-light btn yellow"><i class="mdi-content-link left"></i>Twitter</a>
<a href="https://join.slack.com/t/rennesjs/shared_invite/enQtMzE0MjAzODI2NTYzLTEwMWRkMzQ3M2Y2NTUwZjI4MmIxNmZkMWIxMTVhM2IwMzE4MGVhZjRlYjU5MzMzNWVjZjVmZjg1NmMyYzhiOGY" class="waves-effect waves-light btn yellow"><i class="mdi-content-link left"></i>Slack</a>
</div>
<div class="twitter-widget center ">
<a class="twitter-timeline" href="https://twitter.com/RennesJS" data-widget-id="591262874519130113">
<div class="preloader-wrapper small active">
<div class="spinner-layer spinner-blue-only">
<div class="circle-clipper left">
<div class="circle"></div>
</div><div class="gap-patch">
<div class="circle"></div>
</div><div class="circle-clipper right">
<div class="circle"></div>
</div>
</div>
</div>
</a>
</div>
</div>
</section>
</div>
<footer class="page-footer yellow">
<div class="container">
©RennesJS - 2019
<a href="https://github.com/rennesjs/rennesjs.github.io" class="right"><em>Fork me on GitHub</em></a>
</div>
</footer>
<a href="https://github.com/rennesjs/rennesjs.github.io" class="hide-on-small-only"><img class="github-ribbon" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
<script src="https://cdn.ravenjs.com/3.19.1/raven.min.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/js/materialize.min.js"></script>
<script src="scripts/app.js"></script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</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-63245905-1','auto');
ga('send','pageview');
</script>
</body>
</html>