Skip to content

Commit c7a64e0

Browse files
committed
New post
1 parent 65660d5 commit c7a64e0

2 files changed

Lines changed: 48 additions & 0 deletions

File tree

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
layout: post
3+
title: "October Ruby Meetup: Event sourcing, Turbo, Kamal, and devenv"
4+
author: jurgen
5+
bg_photo: /assets/img/posts/2024-10-10-event-sourcing-turbo-kamal-devenv.jpeg
6+
---
7+
8+
We were delighted to welcome a full house of Ruby developers and friends, this time at [agiledrop], who hosted us and provided a great space for our meetup, with refreshing drinks and snacks.
9+
10+
This meetup was special since it was the longest we could remember, running for more than 2 hours of exciting talks.
11+
12+
The first talk was by [Ljubomir Marković], who had a presentation about event sourcing. He presented this software pattern, and how it can be used to build more robust and scalable applications. We heard about his experience with event sourcing in production, together with various tips on how to get started with this pattern.
13+
The crowd was very engaged and asked many interesting questions, and the talk was followed by a lively discussion.
14+
15+
Next up was [Miha Rekar], who presented Turbo, which enables developers to build Rails applications whose behaviour and speed of interaction resemble single-page applications built with JavaScript, without actually writing any JavaScript. This talk also received a lot of attention and questions.
16+
17+
We also had the following lightning talks:
18+
19+
- [Miha Rekar] talked about [Kamal 2], a tool for shipping Rails applications,
20+
- [Domen Kožar] presented [devenv], which is a fast, declarative, reproducible and composable developer environments using Nix,
21+
- [Miha Filej] demonstrated a couple of ideas of how to start a [habit of regular writing](https://writinghabit.com/) in order to clear your mind and improve your skills.
22+
23+
As always, we extend our heartfelt thanks to the organizer [Krištof Črnivec] for putting together yet another fantastic meetup and to [agiledrop] for sponsoring the event.
24+
25+
The enthusiasm and engagement of our members continue to inspire us, and we can't wait to see what insights and connections our next meetup will bring.
26+
27+
## Slides
28+
29+
<a href="https://tcb.si/lectures/rug-si/2024-10-10-event-sourcing" target="_blank">Ljubomir Marković: Event sourcing</a> <br>
30+
<a href="https://speakerdeck.com/mrfoto/turbo" target="_blank">Miha Rekar: Turbo</a> <br>
31+
<a href="https://speakerdeck.com/mrfoto/kamal-2-dot-x" target="_blank">Miha Rekar: Kamal 2.x</a> <br>
32+
33+
## Photos
34+
35+
<div class="gallery">
36+
<a href="/assets/img/posts/2024-10-10-meetup-miha-rekar-turbo.jpg" target="_blank" >
37+
<img src="/assets/img/posts/2024-10-10-meetup-miha-rekar-turbo.jpg" alt="Miha Rekar: Turbo">
38+
</a>
39+
</div>
40+
41+
[agiledrop]: https://agiledrop.com/
42+
[Ljubomir Markovič]: https://tcb.si/
43+
[Miha Rekar]: https://mr.si/
44+
[Domen Kožar]: https://domenkozar.com/
45+
[Miha Filej]: https://miha.filej.si/
46+
[Krištof Črnivec]: https://www.linkedin.com/in/kristof-crnivec
47+
[devenv]: https://devenv.sh/
48+
[Kamal 2]: https://kamal.dev/
520 KB
Loading

0 commit comments

Comments
 (0)