mastodon.ie is one of the many independent Mastodon servers you can use to participate in the fediverse.
Irish Mastodon - run from Ireland, we welcome all who respect the community rules and members.

Administered by:

Server stats:

1.6K
active users

#myelixirstatus

2 posts2 participants0 posts today

Hey #elixirlang people, how do you usually structure code with Oban workers for async processing? ⚙️ #myelixirstatus

Do you create both sync and async APIs, like Context.something and Context.something_later where the latter inserts an Oban job that calls the former?

Do you put business/context logic directly into the worker module?

Do you provide a dedicated context function to create the Oban job or do you just call Oban.insert where needed?

Hey fellow #ElixirLang devs: Are you using Dev Containers for working with Elixir? Are you all using the elixir image as the base?

Some Keila contributors seem to prefer using them so I keep the config around in the repo.

This looks like a good idea to me but I’ve literally never used Dev Containers: github.com/pentacent/keila/pul #MyElixirStatus

This was required to fix the following error:
== Compilation error in file extra/keila/license/license.ex ==
** (FunctionClauseError) no function clause matching in :public_key.der_decode/2    
   ...
GitHubupdate devcontainer by andreialecu · Pull Request #442 · pentacent/keilaThis was required to fix the following error: == Compilation error in file extra/keila/license/license.ex == ** (FunctionClauseError) no function clause matching in :public_key.der_decode/2 ...

💜📘 The Elixir Book Club has chosen our next book!

Designing Data-Intensive Applications (1st Edition)

This highly regarded book reviews the options and trade-offs to consider when handling large datasets.

We meet on Discord for an hour every other week. Our first meeting is Sunday, June 1, 2025, and we will discuss chapters 1 and 2.

#MyElixirStatus #ElixirLang

elixirbookclub.github.io/websi

elixirbookclub.github.ioElixir Book ClubA biweekly book club covering Elixir and general programming topics. All experience levels are welcome.

🔥 NEW in Honeybadger: Performance monitoring for Elixir, Phoenix, and Oban

Our new automatic dashboards capture Elixir telemetry automatically while giving you direct access to transform, query, and alert on the underlying data—no black boxes, just total visibility.

honeybadger.io/blog/elixir-per

Honeybadger Developer BlogElixir performance monitoring in HoneybadgerLearn how Honeybadger can help you monitor and improve the performance of your Elixir and Phoenix applications.
Continued thread
On April 24th we had our April 2025 edition of the Elixir & Erlang Meetup Munich, kindly hosted by SQUER in their Munich office.

We've had Marcelo De Polli presenting a talk regarding rapid prototyping with Livebook, with lots of live-coding showing us an example of how to explore a stock API and quickly creating a small application on top of it, and Igor Spiridonov sharing his team's journey in migrating from overcomplicated Java-based microservices to one Elixir monolith - sharing the good, the bad and learnings!

Thanks to everyone that participated, and especially to SQUER for providing us with their amazing space, food and drinks!

I hope to see you all next time around June!

#Meetup #ElixirLang #Erlang #BEAM #Munich #MyElixirStatus