ElixirOutlaws's profile picture. The Hallway Track of the Elixir Community. @Adkron, @ChrisKeathley, @ANeyzb, and @seancribbs

Elixir Outlaws

@ElixirOutlaws

The Hallway Track of the Elixir Community. @Adkron, @ChrisKeathley, @ANeyzb, and @seancribbs

Elixir Outlaws reposted

[Talk] Open Riak how we gained from leaning on the BEAM -Martin Sumner | Code BEAM America 2025 erlangforums.com/t/4921 #Erlang #WeBeamTogether


Elixir Outlaws reposted

Someone asked me why I build on OTP. I’ve been building software for decades. OTP is a solid ground to lay abstractions. I love the esthetics of other languages, but the reality is the OTP saves me headache and time. It solves the hard problems at its core. #weBEAMtogether


Elixir Outlaws reposted

Looking forward to having @sprsmpl with us again at GCE this year! Come join us! Get your tickets: champ.ly/HJOVb2_a #ElixirLang

GigCityElixir's tweet image. Looking forward to having @sprsmpl with us again at GCE this year!
Come join us!
Get your tickets: champ.ly/HJOVb2_a
#ElixirLang

Elixir Outlaws reposted

Calling all Erlangers, Elixir Alchemists, and Gleam enthusiasts! 🧙‍♂️ We’re excited to announce our next meetup on the 13th of March at the Erlang Solutions Budapest office. 🇭🇺 📅 Agenda: ➡️ Gleam Warmup by Raúl Chouza – A deep dive into Gleam’s latest, tooling, types, modules,…

ErlangSolutions's tweet image. Calling all Erlangers, Elixir Alchemists, and Gleam enthusiasts! 🧙‍♂️ We’re excited to announce our next meetup on the 13th of March at the Erlang Solutions Budapest office. 🇭🇺

📅 Agenda: 
➡️ Gleam Warmup by Raúl Chouza – A deep dive into Gleam’s latest, tooling, types, modules,…

Elixir Outlaws reposted

We’re thrilled to share that @lawik is joining the speaker lineup at Code BEAM America! 🎉 Lars will be sharing his expertise in his talk 'Live Voices with LiveView'! 🔥 🌟 You can still grab your tickets and be part of this amazing event in person, or join us virtually from…

CodeBEAMio's tweet image. We’re thrilled to share that @lawik is joining the speaker lineup at Code BEAM America! 🎉

Lars will be sharing his expertise in his talk 'Live Voices with LiveView'! 🔥

🌟 You can still grab your tickets and be part of this amazing event in person, or join us virtually from…

Elixir Outlaws reposted

Always bringing relevant and practical coding experience to us - we can't wait to hear from @Adkron at GCE this year! Get tickets at champ.ly/Ax9qzUFE #ElixirLang

GigCityElixir's tweet image. Always bringing relevant and practical coding experience to us - we can't wait to hear from @Adkron at GCE this year! 

Get tickets at champ.ly/Ax9qzUFE
#ElixirLang

Elixir Outlaws reposted

👏 @ChouzaRaul received a stipend grant to help released the version 1 of Chip, a library for the @gleamlang ! Our stipend program funds open source development, trainings, workshops, and other initiatives to grow and expand the Beam community. These stipends are supported by…


Elixir Outlaws reposted

So... my contract gigs will end in a few days. I’m now looking for a job! 🤓 - Principal engineer, backend/systems/arch focus - Fully remote, flexible hours (hard to find ppl in the same tz), pref async work - @elixirlang is def my strength, but I just love doing stuff


Elixir Outlaws reposted

Get your proposals in. We want to hear about your experiences, and what you’ve learned along the way. What is your BEAM story? #weBEAMtogether #myelixirstatus codebeamamerica.com

Adkron's tweet image. Get your proposals in. We want to hear about your experiences, and what you’ve learned along the way. What is your BEAM story?

#weBEAMtogether #myelixirstatus

codebeamamerica.com

Elixir Outlaws reposted

One day celebration of all things BEAM is coming to New York! 🗽 Have you already checked the schedule? 👉 codebeamnyc.com/#schedule Meet and learn from industry experts, and network with fellow Erlang and Elixir enthusiasts. #MyElixirStatus #Erlang


Elixir Outlaws reposted

I'm tired of having to prove to people that generative AI systems infringe by default, so here's a megathread of images I've prompted you can use in your discussions. Article by @GaryMarcus and myself at the end. 1/🧵

Rahll's tweet image. I'm tired of having to prove to people that generative AI systems infringe by default, so here's a megathread of images I've prompted you can use in your discussions.

Article by @GaryMarcus and myself at the end. 1/🧵

Elixir Outlaws reposted

After we're done with the book @hugobarauna, I'm totally going to get a print version of the book and put it on my desk. I reference Elixir Patterns pretty often as well 😆

I'm building a demo for the next release of @livebookdev, and José told me that the dets module could be useful. Then, I remembered that we talked about it in the Elixir Patterns book! 💡 It's a good feeling when the book we're working on is a helpful resource. #MyElixirStatus

hugobarauna's tweet image. I'm building a demo for the next release of @livebookdev, and José told me that the dets module could be useful.

Then, I remembered that we talked about it in the Elixir Patterns book! 💡

It's a good feeling when the book we're working on is a helpful resource.

#MyElixirStatus


Elixir Outlaws reposted

If you are a member of the @TheErlef can you share why with me? If not, can you tell me what you would like to see from the foundation?


Elixir Outlaws reposted

Next talk is up! @Adkron and Five More Minutes! youtu.be/8OUyP9p_CNc #MyElixirStatus

GigCityElixir's tweet image. Next talk is up!  @Adkron and Five More Minutes!
youtu.be/8OUyP9p_CNc
#MyElixirStatus

Elixir Outlaws reposted

As always, we love hearing about @NervesProject from @fhunleth! youtu.be/q0RoVk7h0Fo #MyElixirStatus

GigCityElixir's tweet image. As always, we love hearing about @NervesProject from @fhunleth! 

youtu.be/q0RoVk7h0Fo
#MyElixirStatus

Elixir Outlaws reposted

One of the topics that we cover in Elixir Patterns is that of initialization GenServers. In order to tie these patterns to real world applications, here is a slimmed down version of an init GenServer I put together today to ensure that Stripe webhooks are configured properly when…

akoutmos's tweet image. One of the topics that we cover in Elixir Patterns is that of initialization GenServers. In order to tie these patterns to real world applications, here is a slimmed down version of an init GenServer I put together today to ensure that Stripe webhooks are configured properly when…

Loading...

Something went wrong.


Something went wrong.