Elixir em Foco is the podcast of the Brazilian community of Elixir, the programming language created by Brazilian José Valim that is used by companies around the world to develop scalable and easy-to-maintain applications.

Today marks the podcast’s 5th anniversary!

#ElixirLang

https://elixiremfoco.com/index_en.html

Elixir in Focus

O podcast da comunidade brasileira de Elixir

Elixir em Foco
Elixir em Foco is the podcast of the Brazilian community of Elixir, the programming language created by Brazilian José Valim that is used by companies around the world to develop scalable and easy-to-maintain applications. Today marks the podcast’s 5th anniversary! #ElixirLang

Elixir in Focus
Elixir in Focus

O podcast da comunidade brasileira de Elixir

Elixir em Foco

The v0.1 release of Expert (the new, official #ElixirLang LSP) is now final! 🎉

The best Elixir LSP experience keeps getting better. 😎

Tremendous thanks to all the contributors, and to Jump for sponsoring @katafrakt to work on this full-time. 🙏

https://github.com/elixir-lang/expert/releases/tag/v0.1.0

`Ash.Validation` now supports validating batches of changesets in bulk actions. Most validations should be cheap, but every once in a while you can save some cycles by validating batches at a time. #AshFramework #ElixirLang

I want to setup a straightforward newsletter / product updates by email thing for flowvi.be.

Does anyone have experiences with https://www.keila.io?

It's AGPL, based in DE, has a cloud option and can be selfhosted, it's also made with #ElixirLang

#IndieDev #Newsletter #SelfHosting

Keila - Open Source Email Newsletters Easy & Reliable

A reliable and easy-to-use email newsletter tool. Keila is an Open Source alternative to Mailchimp that you can host yourself.

The agents_demo app has been updated to work with Sagents v0.4.0. Full-featured chat UI with real-time agent execution, file browsing, and conversation persistence -- all running on the latest release. #ElixirLang #MyElixirStatus
Sagents v0.4.0 is out! Major FileSystem API expansion: directories, file moves, metadata-only persistence, plus tool_context and MessagePreprocessor for richer agent apps. #ElixirLang #MyElixirStatus github.com/sagents-ai/s... Here's what's new and why it matters. 🧵

GitHub - sagents-ai/sagents: B...
GitHub - sagents-ai/sagents: Build interactive AI agents in Elixir with OTP supervision, middleware composition, human-in-the-loop approvals, sub-agent delegation, and real-time Phoenix LiveView integration. Built on LangChain.

Build interactive AI agents in Elixir with OTP supervision, middleware composition, human-in-the-loop approvals, sub-agent delegation, and real-time Phoenix LiveView integration. Built on LangChain...

GitHub
Elixir LangChain v0.6.3 is out! This release focuses on stability across providers and new capabilities that make building with #LLMs in Elixir more reliable. github.com/brainlid/lan... #ElixirLang #MyElixirStatus Here's what's new and why it matters. 🧵

GitHub - brainlid/langchain: E...
GitHub - brainlid/langchain: Elixir implementation of a LangChain style framework that lets Elixir projects integrate with and leverage LLMs.

Elixir implementation of a LangChain style framework that lets Elixir projects integrate with and leverage LLMs. - brainlid/langchain

GitHub

Wanna find garbage tests in your #ElixirLang codebase?

I'm working on a Credo check that will flag any test that fails to exercise production code. Stuff like:

test "to_string works" do
assert to_string(:user) == "user"
end

(That's a real example I found in our ~20k test codebase!)

🧵

Elixir devs who use VS Code - this one's for you! Hologram just got its official VS Code extension! 🧩 Full syntax highlighting for HOLO templates: ~HOLO sigils in .ex files and standalone .holo template files. More here: hologram.page/blog/hologra... #Hologram #Elixir #ElixirLang #BEAM #WebDev