-
Notifications
You must be signed in to change notification settings - Fork 4
/
history.html
483 lines (438 loc) · 16.2 KB
/
history.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ruby User Group Nürnberg</title>
<meta name="description" content="Ruby User Group Nürnberg">
<meta name="author" content="Ruby User Group Nürnberg">
<!-- HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="i-bar"></span>
<span class="i-bar"></span>
<span class="i-bar"></span>
</a>
<a class="brand" href="http://rug-n.de/">RUG-N</a>
<div class="nav-collapse">
<ul class="nav">
<li class="active"><a href="http://rug-n.de/">Home</a></li>
<li><a href="https://groups.google.com/group/rug-n">Google Group</a></li>
<li><a href="https://github.com/rug-n/rug-n.github.com/wiki">Wiki</a></li>
<li><a href="https://twitter.com/NbgRug">Twitter</a></li>
<li><a href="https://plus.google.com/103165285689031918683/posts">Google+</a></li>
<li><a href="https://www.xing.com/net/rornue/">XING Gruppe</a></li>
<li><a href="https://github.com/rug-n">GitHub</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<h1>Treffen im Rückblick</h1>
<p>
<div id="nav-annual">
<ul class="nav nav-tabs">
<li class="active">
<a href="#2019">2019</a>
</li>
<li>
<a href="#2014">2014</a>
</li>
<li>
<a href="#2013">2013</a>
</li>
<li>
<a href="#2012">2012</a>
</li>
</ul>
</div>
<div class="tab-content">
<div id="2019" class="tab-pane active">
<table class="table table-striped">
<colgroup>
<col width="180px" />
<col width="*" />
<col width="300px" />
</colgroup>
<thead>
<tr>
<th>Wann?</th>
<th>Was?</th>
<th>Wo?</th>
</tr>
</thead>
<tbody>
<tr>
<td>16. Dezember 2019</td>
<td>
<ul>
<li><i>No talks, we'll head to the Christmas Market together and have some Glühwein!</li>
</ul>
</td>
<td><a href="http://www.coworking-nuernberg.de" target="_new">Coworking Nürnberg</a></td>
</tr>
<tr>
<td>21. Oktober 2019</td>
<td>
<ul>
<li><i>Working with Graph Data in Ruby</i> von Sebastian Fiedlschuster</li>
<li><i>Monitoring Rails on AWS - why, how, what</i> von Tobias Schwab</li>
</ul>
</td>
<td><a href="http://www.coworking-nuernberg.de" target="_new">Coworking Nürnberg</a></td>
</tr>
<tr>
<td>19. August 2019</td>
<td>
<ul>
<li><i>What if Ruby wasn’t object oriented?</i> Elixir-Talk von Philipp Schmieder</li>
</td>
<td><a href="http://www.zollhof.de" target="_new">Zollhof Tech Incubator Nürnberg</a></td>
</tr>
<tr>
<td>15. Juli 2019</td>
<td>
<ul>
<li><i>A high level introduction to Docker and K8s</i> von Peter Dickten</li>
<li><i>Rails 💖 Kubernetes: Lessons learned, best practices and more</i> von Björn Pohl</li>
</ul>
</td>
<td><a href="http://www.coworking-nuernberg.de" target="_new">Coworking Nürnberg</a></td>
</tr>
<tr>
<td>17. Juni 2019</td>
<td>
<ul>
<li><i>Matestack UI Engine</i> von Jonas Jabari</li>
</ul>
</td>
<td><a href="http://www.coworking-nuernberg.de" target="_new">Coworking Nürnberg</a></td>
</tr>
<tr>
<td>20. Mai 2019</td>
<td>
<ul>
<li>Informelles Organisationstreffen</li>
</ul>
</td>
<td><a href="http://www.coworking-nuernberg.de" target="_new">Coworking Nürnberg</a></td>
</tr>
</tbody>
</table>
</div>
<div id="2014" class="tab-pane">
<table class="table table-striped">
<colgroup>
<col width="180px" />
<col width="*" />
<col width="300px" />
</colgroup>
<thead>
<tr>
<th>Wann?</th>
<th>Was?</th>
<th>Wo?</th>
</tr>
</thead>
<tbody>
<tr>
<td>1. Oktober 2014</td>
<td>
<ul>
<li>CQRS/EventSourcing (vorgestellt von Johannes Becker)</li>
</ul>
</td>
<td><a href="http://www.suse.com/de-de" target="_new">SUSE Linux Products GmbH</a></td>
</tr>
<tr>
<td>8. August 2014</td>
<td>
<ul>
<li>TBA -- Freiwillige vor!</li>
</ul>
</td>
<td><a href="http://www.inserteffect.com" target="_new">insertEFFECT GmbH</a></td>
</tr>
<tr>
<td>2. Juli 2014</td>
<td>
<ul>
<li>TBA -- Freiwillige vor!</li>
</ul>
</td>
<td><a href="http://www.webmasters.de" target="_new">webmasters Akademie</a></td>
</tr>
<tr>
<td>4. Juni 2014</td>
<td>
<ul>
<li>Bericht über LiveScript (Marco Emrich, <a href="http://www.webmasters.de" target="_new">webmasters Akademie</a>)</li>
</ul>
</td>
<td><a href="http://www.webmasters.de" target="_new">webmasters Akademie</a></td>
</tr>
<tr>
<td>7. Mai 2014</td>
<td>
<ul>
<li>Bericht berr Modulsysteme (CommonJS, RequireJs ... von Sven Winkler, <a href="http://www.nix-wie-weg.de">nix-wie-weg.de</a>)</li>
</ul>
</td>
<td><a href="http://www.inserteffect.com" target="_new">insertEFFECT GmbH</a></td>
</tr>
<tr>
<td>2. April 2014</td>
<td>
<ul>
<li>SwaggerUI: how to get a nice & interactive documentation for REST APIs (Don)</li>
<li>MarionetteJS: als flexible Alternative zu Angular & Ember (Marc Remolt, <a href="http://www.dcs-fuerth.de/">DCS-Fürth - DIE ENTWICKLER</a>)</li>
<li>Neues von der FluentConf (Peter Dickten, <a href="http://www.dcs-fuerth.de/">DCS-Fürth - DIE ENTWICKLER</a>)</li>
</ul>
</td>
<td><a href="http://www.dcs-fuerth.de" target="_new">DCS-Fürth - DIE ENTWICKLER</a></td>
</tr>
<tr>
<td>5. März 2014</td>
<td>
<ul>
<li>Wir suchen noch Themen und Speaker!</li>
</ul>
</td>
<td><a href="http://www.coworking-nuernberg.de" target="_new">Coworking Nürnberg</a></td>
</tr>
<tr>
<td>5. Februar 2014</td>
<td>
<ul>
<li>Erfahrungen mit der Erstellung einer Smartphone-App<br/>für iOS und Android mit AngularJS, Phonegap und Bootstrap.</li>
<li>MongoDB vs PostgreSQL mit JSON-Erweiterungen</li>
</ul>
</td>
<td><a href="http://www.dcs-fuerth.de" target="_new">DCS-Fürth - DIE ENTWICKLER</a></td>
</tr>
<tr>
<td>8. Januar 2014</td>
<td>
<ul>
<li>Socializing</li>
</ul>
</td>
<td><a href="http://www.inserteffect.com" target="_new">insertEFFECT GmbH</a></td>
</tr>
</tbody>
</table>
</div>
<div id="2013" class="tab-pane">
<table class="table table-striped">
<colgroup>
<col width="180px" />
<col width="*" />
<col width="300px" />
</colgroup>
<thead>
<tr>
<th>Wann?</th>
<th>Was?</th>
<th>Wo?</th>
</tr>
</thead>
<tr>
<td>4. Dezember 2013</td>
<td>
<ul>
<li>Vorstellung: Yeoman (Peter Dickten, <a href="http://www.dcs-fuerth.de/">DCS - Die Entwickler</a>)</li>
<li>Bericht über Domain Driven Design (Thomas Maroschik, <a href="http://www.dfau.de">DFAU</a>)</li>
</ul>
</td>
<td><a href="http://www.dcs-fuerth.de/">DCS - Die Entwickler</a></td>
</tr>
<tr>
<td>6. November 2013</td>
<td>
<ul>
<li>Vorstellung: Fabrication (Christian Mager, <a href="http://www.hiq5.com/">HiQ5</a>)</li>
</ul>
</td>
<td><a href="http://www.inserteffect.com/">insertEFFECT GmbH</a></td>
</tr>
<tr>
<td>9. Oktober 2013</td>
<td>
<ul>
<li>Vorstellung: Fabric.js (Peter Dickten, <a href="http://www.dcs-fuerth.de/">DCS - Die Entwickler</a>)</li>
</ul>
</td>
<td><a href="http://www.dcs-fuerth.de/">DCS - Die Entwickler</a></td>
</tr>
<tr>
<td>4. September 2013</td>
<td>
<ul>
<li>Socializing</li>
</ul>
</td>
<td><a href="http://www.coworking-nuernberg.de/">Coworking Nürnberg</a></td>
</tr>
<tr>
<td>7. August 2013</td>
<td>
<ul>
<li>Resque (Sven Winkler, Florian Unglaub, <a href="http://www.nix-wie-weg.de/">Nix Wie Weg</a>)</li>
</ul>
</td>
<td><a href="http://www.webmasters.de/">webmasters akademie Nürnberg</a></td>
</tr>
<tr>
<td>3. Juli 2013</td>
<td>
<ul>
<li>Redis done right</li>
</ul>
</td>
<td></td>
</tr>
<tr>
<td>22. Mai 2013</td>
<td>
<ul>
<li>Vorstellung: NANUQ3 CloudCMS (Christian Mager, <a href="http://www.hiq5.com/">HiQ5</a>)</li>
</ul>
</td>
<td><a href="http://www.coworking-nuernberg.de/">Coworking Nürnberg</a></td>
</tr>
<tr>
<td>10. April 2013</td>
<td>
<ul>
<li>SinglePage Apps mit Rails und Ember.js (Peter Dickten, <a href="http://www.dcs-fuerth.de/">DCS - Die Entwickler</a>)</li>
</ul>
</td>
<td><a href="http://www.dcs-fuerth.de/">DCS - Die Entwickler</a></td>
</tr>
</table>
</div> <!-- tab-pane #2013 -->
<div id="2012" class="tab-pane">
<table class="table table-striped">
<colgroup>
<col width="180px" />
<col width="*" />
<col width="300px" />
</colgroup>
<thead>
<tr>
<th>Wann?</th>
<th>Was?</th>
<th>Wo?</th>
</tr>
</thead>
<tr>
<td>21. November 2012</td>
<td>
<ul>
<li>Rails 4 (Dominik Bamberger, <a href="http://www.suse.com">SUSE</a>)</li>
</ul>
</td>
<td><a href="http://www.coworking-nuernberg.de/">Coworking Nürnberg</a></td>
</tr>
<tr>
<td>10. Oktober 2012</td>
<td>
<ul>
<li>Rails routing und URL design (Christian Mager, <a href="http://www.hiq5.com">HiQ5</a>)</li>
</ul>
</td>
<td><a href="http://www.coworking-nuernberg.de/">Coworking Nürnberg</a></td>
</tr>
<tr>
<td>22. August 2012</td>
<td>
<ul>
<li>Socializing</li>
</ul>
</td>
<td><a href="http://www.coworking-nuernberg.de/">Coworking Nürnberg</a></td>
</tr>
<tr>
<td>04. Juli 2012</td>
<td>
<ul>
<li>Solving bizarre authorization requirements (Henning Koch, <a href="http://www.makandra.de/">makandra GmbH</a>)</li>
<li>Warum jedes Projekt einen <a href="https://github.com/b4mboo/pullermann">Pullermann</a> haben sollte (Dominik Bamberger)</li>
</ul>
</td>
<td><a href="http://www.suse.com/">SUSE</a></td>
</tr>
<tr>
<td>16. Mai 2012</td>
<td>
<ul>
<li>Redis (Christian Mager, <a href="http://www.hiq5.com/">HiQ5</a>)</li>
</ul>
</td>
<td><a href="http://www.dcs-fuerth.de/">DCS-Fürth</a></td>
</tr>
<tr>
<td>18. April 2012</td>
<td>
<ul>
<li>Behavior Driven Development mit Cucumber (Klaus Kaempf)</li>
<li>Tests von Meisterhand / Test-Refactoring (Marco Emrich)</li>
</ul>
</td>
<td><a href="http://www.webmasters.de/">webmasters akademie Nürnberg</a></td>
</tr>
<tr>
<td>21. März 2012</td>
<td>
<ul>
<li>Code Review auf Github mit Hilfe des <a href="https://github.com/b4mboo/git-review">git-review</a> Gems (Dominik Bamberger)</li>
<li>Einführung in mongoDB (Peter Dickten)</li>
</ul>
</td>
<td><a href="http://www.suse.com/">SUSE</a></td>
</tr>
<tr>
<td>8. Februar 2012</td>
<td>
<ul>
<li>Backbone.js (Marc Remolt)</li>
<li><a href="https://github.com/marcoemrich/Folien-zum-Vortrag--Interne-DSLs-in-Ruby-">Interne DSLs in Ruby</a> (Marco Emrich)</li>
</ul>
</td>
<td><a href="http://www.dcs-fuerth.de/">DCS-Fürth</a></td>
</tr>
</table>
</div> <!-- tab-pane 2012 -->
</div>
<hr/>
<footer>
<p>© 2019 Ruby User Group Nürnberg</p>
</footer>
</div> <!-- /container -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap-transition.js"></script>
<script src="js/bootstrap-collapse.js"></script>
<script src="js/bootstrap-tab.js"></script>
<script type="text/javascript">
$('#nav-annual a').click(function (e) {
e.preventDefault();
$(this).tab('show');
});
</script>
</body>
</html>