Skip to content

Commit e2811db

Browse files
committed
New post: june 2024 meetup recap
1 parent 9cb1b95 commit e2811db

4 files changed

Lines changed: 33 additions & 0 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ GEM
265265

266266
PLATFORMS
267267
arm64-darwin-22
268+
arm64-darwin-23
268269
x86_64-darwin-22
269270

270271
DEPENDENCIES

_posts/2024-06-11-june-meetup.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: post
3+
title: "June Ruby Meetup: Intro to Nix, and Sidekiq at scale"
4+
author: jurgen
5+
bg_photo: /assets/img/posts/2024-06-11-simon-zlender-nix.jpeg
6+
---
7+
8+
Ruby developers and friends gathered once again at our Summer Ruby Meetup, and we were delighted to listen to two insightful presentations.
9+
10+
The first talk was by [Simon Žlender], who had a presentation about Nix and NixOS. He presented the idea of declarative builds and deployments and how to efficiently implement them in our daily lives. He explained how this can be an antidote to the unpredictable and inconsistent development environments used by team members and CI systems. We also discovered that quite a few attendees already use these systems to great advantage.
11+
12+
The second talk was by [Predrag Radenković], who shared interesting techniques for handling massive background job loads and making background jobs more robust. He talked about battle-proven techniques for preventing bottlenecks and rogue jobs. We heard about interesting ways of leveraging Lua to create simple middleware for Redis, techniques for quarantining problematic jobs during interventions, and many useful tips on tweaking concurrency settings.
13+
14+
As always, we extend our heartfelt thanks to the organizer [Krištof Črnivec] for putting together yet another fantastic meetup and to [SciNote] for sponsoring the event.
15+
16+
We are looking forward to our next event in the fall and are thankful for such a vibrant and welcoming community.
17+
18+
## Photos
19+
20+
<div class="gallery">
21+
<a href="/assets/img/posts/2024-06-11-simon-zlender-nix.jpeg" target="_blank" >
22+
<img src="/assets/img/posts/2024-06-11-simon-zlender-nix.jpeg" alt="Simon Žlender: Intro to Nix">
23+
</a>
24+
<a href="/assets/img/posts/2024-06-11-predrag-radenkovic-sidekiq.jpeg" target="_blank" >
25+
<img src="/assets/img/posts/2024-06-11-predrag-radenkovic-sidekiq.jpeg" alt="Predrag Radenković: Sidekiq at Scale">
26+
</a>
27+
</div>
28+
29+
[Simon Žlender]: https://github.com/szlend
30+
[Predrag Radenković]: https://www.linkedin.com/in/predrag-radenkovic-07512116
31+
[SciNote]: https://www.scinote.net/
32+
[Krištof Črnivec]: https://www.linkedin.com/in/kristof-crnivec
574 KB
Loading
567 KB
Loading

0 commit comments

Comments
 (0)