diff --git a/Gemfile.lock b/Gemfile.lock
index 4374fc8..c423e5a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -265,6 +265,7 @@ GEM
PLATFORMS
arm64-darwin-22
+ arm64-darwin-23
x86_64-darwin-22
DEPENDENCIES
diff --git a/_posts/2024-06-11-june-meetup.md b/_posts/2024-06-11-june-meetup.md
new file mode 100644
index 0000000..bf1cbb1
--- /dev/null
+++ b/_posts/2024-06-11-june-meetup.md
@@ -0,0 +1,37 @@
+---
+layout: post
+title: "June Ruby Meetup: Intro to Nix, and Sidekiq at scale"
+author: jurgen
+bg_photo: /assets/img/posts/2024-06-11-simon-zlender-nix.jpeg
+---
+
+Ruby developers and friends gathered once again at our Summer Ruby Meetup, and we were delighted to listen to two insightful presentations.
+
+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.
+
+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.
+
+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.
+
+We are looking forward to our next event in the fall and are thankful for such a vibrant and welcoming community.
+
+## Slides
+
+Simon Žlender: Introduction to Nix
+Predrag Radenković: Sidekiq at scale
+
+## Photos
+
+