🥳🎉Today is the day🎉🥳 @hugobarauna.com, my brother and I are ready to release Elixir for Finance! We've poured all of our knowledge and know how into what we believe is one of the best programming+finance books out there 😍. 👉 financialelixir.dev #ElixirLang #Erlang
Meraj M
@meraj-gearhead.ca
Software Engineer - #ElixirLang, Erlang, Ruby 🌐https://meraj-gearhead.ca
We have a serious CVE for #AshFramework. If you are using #AshFramework please update to the latest version as soon as you can. cna.erlef.org/cves/CVE-202...
CVE-2026-67579
cna.erlef.org
I've been learning more about the @ash-hq.org recently. My first attempt at writing about Ash DSLs covers building an extension, using Manifest for code generation, and extending it to make RPC calls between BEAM nodes - meraj-gearhead.ca/taking-ash-f... #ElixirLang
Taking Ash Framework’s DSL for a Spin: From Code Generation to RPC Calls
I have been lately looking into more of the Ash framework’s code and exploring the DSL package — Spark that Ash uses to write pretty much…
meraj-gearhead.ca
I'm using @ash-hq.org for the first time and I believe their tagline should be: *Ridiculously powerful* The amount of heavy-lifting they do is absolutely bonkers. All the stuff you don't *want* to care about in a web app is just being taken care of. *Massive* kudos to everyone involved!
Wrote some thoughts on vibing and code quality. It's too long for this place, and my understanding is that links to the other place that shall not be named are not appreciated, so here's a LinkedIn version for you 🙈️ www.linkedin.com/posts/sasaju...
Recently I was a guest at the Elixir Wizards podcast (episode not yet released, stay tuned), discussing the topic of code quality and code review in the age of AI. TL;DR my position is that code… | S...
Recently I was a guest at the Elixir Wizards podcast (episode not yet released, stay tuned), discussing the topic of code quality and code review in the age of AI. TL;DR my position is that code qual...
linkedin.com
OpenAI just launched an open-source agent orchestrator in Elixir! 🔥🔥🔥 github.com/openai/symph... #ElixirLang
The first release candidate for Expert is out! You can read the announcement here: expert-lsp.org/the-first-re... #ElixirLang
The First Release Candidate | Expert
expert-lsp.org
500 issues of Elixir Radar 🎉 - 11 years in a weekly ritual - 3,000+ pieces of community content featured - 1,000+ people highlighted Thank you to everyone who shares their knowledge, our readers, and our sponsors. You make this possible ❤️ #ElixirLang
Elixir Radar issue 500 is out! 📣 You can read it here: buff.ly/U1pcEMF #ElixirLang
I made a map of 3.4 million Bluesky users - see if you can find yourself! bluesky-map.theo.io I've seen some similar projects, but IMO this seems to better capture some of the fine-grained detail
Bluesky Map
Interactive map of 3.4 million Bluesky users, visualised by their follower pattern.
bluesky-map.theo.io
⚠️ Just a few tickets left! Learn from Erlang's co-creator, Elixir Core Team & BEAM legends. 5 masterclasses included. Last chance: codebeamvancouver.com#tickets
We're launching our new Elixir book! 🎉 Programming Nerves: from web developer to hardware maker. If you've ever been curious about hardware but felt intimidated, this is for you. Beta available now (38% off), or download free chapters to get started. #ElixirLang
Saturday mornings are set aside for writing "Financial Analytics Using Elixir". And I must say....I'm really pleased with how the analysis framework is coming together 😍. @livebook.dev and its supporting tooling is such a nice fit for this! #ElixirLang #MyElixirStatus
Elixir 1.19 released! 🎉 This one had a lengthier rc period. It brings type system improvements and compile time improvements in large projects among other things 🚀 elixir-lang.org/blog/2025/10...
Elixir v1.19 released: enhanced type checking, broader type inference, and up to 4x faster compilation for large projects
Elixir v1.19 released: type checking of protocols and anonymous functions, broader type inference, improved compile times, and more
elixir-lang.org
Works smoothly with latest elixir extension for Zed - expert-lsp.org #ElixirLang
Expert
expert-lsp.org
Awesome, another node comes alive! #ElixirLang forums.swift.org/t/introducin...
Introducing swift-erlang-actor-system
I'm excited to share a new actor system we've been building for Swift's distributed actors: swift-erlang-actor-system. This actor system enables Swift programs to join a distributed Erlang cluster. ...
forums.swift.org
Not using AI for programming reminds me of when we had to code C on paper in some undergrad programming courses. Yeah, you can do it, but why? I feel 2025 is the tipping point for AI use for serious software development, not just vibe coding. Here's my take on it: senkorasic.com/articles/ai-...
AI-assisted software development - Senko Rašić
AI coding tools won't replace developers, but they will massively reshape how software gets built. Learn how to use AI assistants effectively without sacrificing code quality or piling on technical de...
senkorasic.com
My copy of "The BEAM Book" arrived today, and it's wonderfully colourful inside and out! #ElixirLang
To be fair, when everything is deleted on your disk, it means that there are no problems on your computer, so there's that 🤷 forum.cursor.com/t/cursor-yol...
Cursor YOLO deleted everything in my computer
Hi everyone - as a previous context I’m an AI Program Manager at J&J and have been using Cursor for personal projects since March. Yesterday I was migrating some of my back-end configuration from Exp...
forum.cursor.com
Happy to see The BEAM Book finally out in paperback! Need to grab a copy soon! #ElixirLang
The BEAM Book: Understanding the Erlang Runtime System: Stenman, Dr Erik: 9789153142539: Books - Amazon.ca
The BEAM Book: Understanding the Erlang Runtime System: Stenman, Dr Erik: 9789153142539: Books - Amazon.ca
amazon.ca
GitHub MCP suffers from the lethal trifecta for prompt injection: access to private data, exposure to malicious instructions + the ability to exfiltrate information Be really careful with this stuff: attackers can trick your "agent" into stealing your private data simonwillison.net/2025/May/26/...
GitHub MCP Exploited: Accessing private repositories via MCP
GitHub's [official MCP server](https://github.com/github/github-mcp-server) grants LLMs a whole host of [new abilities](https://github.com/github/github-mcp-server/tree/main/pkg/github), including bei...
simonwillison.net
it gets better
Just had my latest article published on elixirmerge.com! 🚀 I walk through implementing Automated Persisted Queries (APQs) in Elixir using Absinthe. If you're working with GraphQL in Elixir, this one's for you! Big thanks to the Elixir Merge team for the feature 🙌 #ElixirLang #Absinthe #GraphQL
Implementing Automated Persisted Queries in Elixir with Absinthe
This article describes how to support Automated Persisted Queries (APQ) in Elixir/Phoenix applications using the Absinthe library.
elixirmerge.com
I think I’m most proud of our decision to built in extensibility as a core feature of Absinthe via the pipeline; it’s always a joy seeing how creatively others use it. #ElixirLang
Wrote this small piece after long time - #ElixirLang
"The cost of trying new things has gone down by orders of magnitude. And that means that the addressable surface area of programming has gone up by orders of magnitude" -- www.oreilly.com/radar/ai-and... #ElixirLang
AI and Programming: The Beginning of a New Era
oreilly.com
🧠 Weekend fun: vibe coding with ✨ Tidewave (tidewave.ai) + Claude Desktop (claude.ai/download) + Elixir/Phoenix Framework. Looking forward to seeing where Tidewave goes! #ElixirLang
Tidewave
tidewave.ai
Introducing Tidewave: tidewave.ai While working on our web apps, we run code, query the database, read logs, search docs… but our AI tools are limited to reading code. Tidewave closes this gap by introducing Runtime Intelligence, for Phoenix and Rails. More coming soon, check out the website!
Tidewave
tidewave.ai
I wrote about something very close to my heart: how to make ALL the tests async in @elixir-lang.org. Enjoy! 🏎️ andrealeopardi.com/posts/async-...
How to Async Tests in Elixir
It can be hard to keep tests asynchronous as Elixir applications grow in size and complexity. Let's see why, and explore fixes.
andrealeopardi.com
"Clever engineers write clever code. Exceptional engineers write simple code." 100% agree with this. There are rare exceptions that call for clever or innovative, but most of the time you think you're being clever you're just leaving a trap for a future you. endler.dev/2025/best-pr...
The Best Programmers I Know | Matthias Endler
I have met a lot of developers in my life. Late…
endler.dev