

An unexpected find when looking for something else: "Micro-slices" in Hanami
The 60-Second Wait: How I Spent Months Solving the Ruby’s Most Annoying Gem Installation Problem — Maciej Mensfeld, Karafka maintainer: https://mensfeld.pl/2025/07/solving-ruby-rdkafka-installation-problem/
Finally brought myself to finish the PR which adds local dev mail server and removes the fake post-registration screen with confirmation link. Still a lot of things to improve, but I wanted the bare-bones version more or less done.
I got laid off today. Eek!
Looking to hire a senior/staff engineer? I might be exactly what you need.
Some more details on what I offer here: https://denisdefreyne.com/notes/get-me-a-job-2025/
repost = ❤️
Looking for two brilliant women to join my #elixir team at femtasy.
See Julie's, my CEO, post on LinkedIn and the job ad for details:
https://www.linkedin.com/posts/julie-lepique_femtasy-newopportunity-techhiring-activity-7349320718322388992-mTe0
https://pinkinternetgmbh.teamtailor.com/jobs/4605994-senior-fullstack-software-engineer-w-d-m
🙈 There's some #ruby code too.
Looking for two brilliant women to join my #elixir team at femtasy.
See Julie's, my CEO, post on LinkedIn and the job ad for details:
https://www.linkedin.com/posts/julie-lepique_femtasy-newopportunity-techhiring-activity-7349320718322388992-mTe0
https://pinkinternetgmbh.teamtailor.com/jobs/4605994-senior-fullstack-software-engineer-w-d-m
🙈 There's some #ruby code too.
```
def user_name(maybe_user)
case maybe_user
in User => user then user.full_name
in nil then nil
end
end
```
And:
```
def user_name!(maybe_user)
case maybe_user
in User => user then user.full_name
# No else – raises if not User.
end
end
```
We're live!
DevOps/SRE Live Stream
#owncast #streaming #linux #ruby #sysadmin #systemadministration #unix #devops #development #livecoding #codestream #tech
We're live!
DevOps/SRE Live Stream
#owncast #streaming #linux #ruby #sysadmin #systemadministration #unix #devops #development #livecoding #codestream #tech
A good example for how to strengthen the #Ruby ecosystem by creating framework agnostic gems (and maybe slim adapter gems for the different frameworks like #Hanami or #Roda) rather than just a #Rails engine gem: Thanks a bunch, @achacon !! https://a-chacon.com/en/just%20ruby/on%20rails/2025/07/01/from-engine-to-framework-agnostic-solution.html
A good example for how to strengthen the #Ruby ecosystem by creating framework agnostic gems (and maybe slim adapter gems for the different frameworks like #Hanami or #Roda) rather than just a #Rails engine gem: Thanks a bunch, @achacon !! https://a-chacon.com/en/just%20ruby/on%20rails/2025/07/01/from-engine-to-framework-agnostic-solution.html
The Nanoc web site — https://nanoc.app — now has an important message at the top.
#Ruby#Palestine#FreePalestine#Nanoc#SSG#StaticSiteGenerators
The Nanoc web site — https://nanoc.app — now has an important message at the top.
#Ruby#Palestine#FreePalestine#Nanoc#SSG#StaticSiteGenerators
I got laid off today. Eek!
Looking to hire a senior/staff engineer? I might be exactly what you need.
Some more details on what I offer here: https://denisdefreyne.com/notes/get-me-a-job-2025/
repost = ❤️
A space for Bonfire maintainers and contributors to communicate