-
Notifications
You must be signed in to change notification settings - Fork 2
/
recap.html
132 lines (109 loc) · 4.64 KB
/
recap.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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>2023 Ruby Unconf recap</title>
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="./assets/favicon.png" type="image/png">
</head>
<body>
<nav aria-hidden="true">
<div>
<a href="/"><img src="./assets/nav-logo.svg" alt="Ruby Unconf 2023 is happeing!" /></a>
<ul>
<li class="hide_on_small_screen"><a href="index.html#location">Location</a></li>
<li class="hide_on_small_screen"><a href="index.html#inclusivity-diversity">Inclusivity</a></li>
<li class="hide_on_small_screen"><a href="sponsors.html">Sponsors</a></li>
</ul>
</div>
</nav>
<body class="no-bg">
<header>
<h2>Ruby Unconf 2023 Recap</h2>
</header>
<main>
<section class="no-indent">
<p>
After a four year pandemic break, we were finally able to return to our trusty location, the campus of HAW
Finkenau, for the third edition of the Ruby Unconf! Happy to see many newcomers and happy to spot many familiar
faces who have returned for their second or even third time.
</p>
</section>
<section class="no-indent">
<p>
In case you don't know how an unconference works, attendees pitch their own talk ideas in the morning, and then
every attendee votes for their favorite proposals. Here are some attendees trying to decide which talk gets
their voting stickers.
</p>
<img src="./assets/recap/voting.jpg" alt="Voting" />
</section>
<section class="no-indent">
<p>
After the voting, it was time for the only talk that was announced beforehand: Andreas Wenk gave a keynote on
responsibility and sustainability in software development.
</p>
<img src="./assets/recap/keynote.jpg" alt="Andreas Wenk's keynote at Ruby Unconf 2023" />
</section>
<section class="no-indent">
<p>
For some talk highlights, Christian Bäuerlein presented on "the lost art of single file Ruby programs". Did you
know an entire Rails app can be a single file?
</p>
<img src="./assets/recap/christian.jpg" alt="Christian Bäuerlein at Ruby Unconf 2023" />
</section>
<section class="no-indent">
<p>
And Sergy Sergyenko, organizer of the 2023 Euruko, managed to give not one, but two talks! Here he is speaking
about legacy vs revenant code. Sergy enjoyed the unconference format so much that he even brought it to the
Euruko!
</p>
<img src="./assets/recap/sergy.jpg" alt="Sergy Sergyenko at Ruby Unconf 2023" />
</section>
<section class="no-indent">
<p>
Breakfast and lunch is included in the ticket, and our caterer served a delicious hot lunch - all vegetarian or
vegan, too!
</p>
<img src="./assets/recap/lunch.jpg" alt="Lunch" />
</section>
<section class="no-indent">
<p>
The nice sunny weather allowed everyone to mingle outside.
</p>
<img src="./assets/recap/mingle1.jpg" alt="Mingling outside" />
<img src="./assets/recap/mingle2.jpg" alt="Mingling outside" />
</section>
<section class="no-indent">
<p>
We had some interactive sessions outside as well, here is one on deployment pipelines.
</p>
<img src="./assets/recap/deployment.jpg" alt="Outside session on deployment pipelines" />
</section>
<section class="no-indent">
<p>
Having the Unconf party at the Reeperbahn, Hamburg's most famous and street offering the most diverse range of
entertainment, is a tradition by now. We had a great time at the Sommersalon!
</p>
</section>
<section class="no-indent">
<p>
For the people who need some stretching after a long day of sitting in talks, our sponsor YogaEasy organized a
yoga session on the upper level outside.
</p>
<img src="./assets/recap/yoga.jpg" alt="Yoga" />
</section>
<section class="no-indent">
<p>
Want to see how it all started? This is one of our early planning meetings for the Unconf:
</p>
<img src="./assets/recap/team.jpg" alt="Planning meeting" />
</section>
<section class="no-indent">
<p>
And here is what we were doing it all for: family photo with all the attendees. Thank you everyone!
</p>
<img src="./assets/recap/familyphoto.jpg" alt="Family photo" />
</section>
</main>
</body>
</html>