How many Erlangs did you boot recently?
This is my personal best. So far.
#elixirlang #erlang
underjord.io/booting-5000...
@kevinschweikert.de.bsky.social
#ElixirLang software engineer working with custom media solutions
How many Erlangs did you boot recently?
This is my personal best. So far.
#elixirlang #erlang
underjord.io/booting-5000...
Someone give me @expert-lsp.org please I'm done having to delete .elixir_ls and rebuild everytime I touch my mix.exs #ElixirLang
30.07.2025 13:38 โ ๐ 24 ๐ 3 ๐ฌ 0 ๐ 1Programming, scripting, and markup languages Rust is yet again the most admired programming language (72%), followed by Gleam (70%), Elixir (66%) and Zig (64%). Gleam is a new addition to the list, and for good reason - developers like it! Which programming, scripting, and markup languages have you done extensive development work in over the past year, and which do you want to work in over the next year? (If you both worked with the language and want to continue to do so, please check both boxes in that row.)
Oh my gosh! Gleam got #2 most admired programming language in the Stack Overflow survey!
We're on the podium with Rust and Elixir!
Hey Elixir friends! :) ๐ Hologram v0.5.0 is here!
Major performance leap: milliseconds โ microseconds execution times + 50x rendering speed improvements!
and... Session/cookie management, live reload, incremental compilation, new pointer/mouse events.
#Hologram #Elixir #ElixirLang #BEAM #WebDev
This changes how youโll demo, teach, and explore Elixir.
New Popcorn release coming tomorrow โ here's a sneak peek of what's to come ๐ฟ
#ElixirLang
Today on Elixir Wizards, we sit down with @nobbz.dev to explore the use of Nix for reproducible builds, development shells, and fault-tolerant deployments in Elixir projects.
โถ๏ธ Watch: smr.tl/44Seus2
๐ง Listen: smr.tl/4o7TMgW
#elixirlang #myelixirstatus
Still made it though ๐
15.07.2025 19:11 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0๐ ๐
29.06.2025 13:22 โ ๐ 57 ๐ 14 ๐ฌ 12 ๐ 3When 0.11 released I switched to the native lsp configuration and installed lexical with Mason. github.com/kevinschweik...
There is a Lsp folder next to init.lua with all the configs. But if you donโt want that you can still use lspconfig/mason-lspconfig because they are light wrappers around that
@codebeam.bsky.social seeing all the nice CodeBEAM Light insights of today, what has to be done to make a "CodeBEAM light #{city}" happen?
02.06.2025 15:27 โ ๐ 4 ๐ 1 ๐ฌ 0 ๐ 0โจ Elixir Observer is live! Weโve built an open-source tool at Mimiquate to help you effortlessly discover the best Elixir packages, understand their status, and speed up your workflow. Take a look www.mimiquate.com/blog/introdu...
#ElixirLang
An Elixir module with contents: defmodule ColocatedDemoWeb.Markdown do @behaviour Phoenix.Component.MacroComponent @impl true def transform({"pre", attrs, children}, _meta) do markdown = Phoenix.Component.MacroComponent.AST.to_string(children) {:ok, html_doc, _} = Earmark.as_html(markdown) {"div", attrs, [html_doc]} end end
A LiveView render function with contents: def render(assigns) do ~H""" <pre :type={ColocatedDemoWeb.Markdown} class="prose mt-8"> ## Hello World This is some markdown! ```elixir defmodule Hello do def world do IO.puts "Hello, world!" end end ``` ```html <h2>Hey</h2> ``` </pre> """ end
A webpage with the rendered markdown content.
While working on Colocated Hooks in LiveView, we also found some other cool things you can do, such as rendering markdown at compile time ๐ #MyElixirStatus #ElixirLang #PhoenixLiveView
23.05.2025 08:04 โ ๐ 52 ๐ 12 ๐ฌ 2 ๐ 1Hetzner
02.05.2025 20:25 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Real-World Event Sourcing
Distribute, Evolve, and Scale Your #ElixirLang Applications pragprog.com/titles/khpes...
โญ Just released CurlReq 0.100.1. โญ
Release includes a Plug to log requests in ๐ฅ curl format.
It also now initializes requests with Req.new/0, solving issue related to defaults being missing. h/t @peterullrich.com for raising the issue
Once again many thanks to @kevinschweikert.de!
๐
14.04.2025 10:30 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Wrapping things up for Fluxon v1.1 which will fully support TailwindCSS 4 and consequently Phoenix 1.8. Plus some copy&paste dashboard templates: #elixirlang
10.04.2025 16:14 โ ๐ 34 ๐ 8 ๐ฌ 8 ๐ 0Awesome! ๐ this looks great! We are happy users of Fluxon ๐
10.04.2025 18:40 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0We said we will focus on interoperability for 2025 and we are ready to share the first results. Embedding Python in Elixir, it's Fine: dashbit.co/blog/running...
More updates likely at ElixirConf EU 2025 :)
Looks awesome!
19.02.2025 12:41 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Last week, our Technical Director and Founder, Francesco Cesarini, took the stage at the Hamburg Elixir & Erlang meetup to deliver an insightful talk titled 'Thinking Concurrency: Dwelling in Erlang and Elixir'๐ก
17.02.2025 16:52 โ ๐ 4 ๐ 1 ๐ฌ 1 ๐ 0 ๐ฅ ๐ฅ ๐ฅ CurlReq 0.100.0 released!~
This release contains a mountain of fixes and improvements, courtesy of @kevinschweikert.de
Please do give it a go!
CurlReq supercharges api integration / debugging by translating back and forth between curl commands and req structs #elixirlang
Hey Heiko, you can also ask questions about Ash in the elixir forum. elixirforum.com/c/ash-framew... ๐
06.02.2025 17:33 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Donโt miss the next Erlang/Elixir Meetup in Hamburg! ๐ฉ๐ช
๐
Feb 13, 2025 | 6:00 PM CET
๐ Intermediate Engineering GmbH, Hamburg
Our Founder and Technical Director, Francesco Cesarini will be delivering an insightful talk on Thinking Concurrency: Dwelling in Erlang and Elixir.
Me and @im-en.com are happy to host this event. Happy to spend the evening with yโall!
25.01.2025 13:31 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Presets would be nice! Weโre working on a reporting tool and the user can select something like โthis weekโ, โthis monthโ and so on. Datetime pickers would also be huge!
25.01.2025 07:40 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0๐ฏ Oban Web is open Source
๐ฌ Oban v2.19 includes MySQL support
๐งญ Web v2.11 is released
๐ Met v1.0 is released (and open source)
oban.pro/articles/oss...
#elixirlang
Mike Andrianov introduced new job processing library for Elixir called Ant, as Mike says focused on simplicity. #ElixirLang
mikeandrianov.github.io/ant-backgrou...
I wrote a new article exploring how set-theoretic types (the foundation of Elixir's type system) could address how many statically typed languages do not allow libraries to evolve their data definitions in a backwards compatible manner: dashbit.co/blog/data-ev... - be warned, it is a long one.
14.01.2025 09:02 โ ๐ 150 ๐ 41 ๐ฌ 8 ๐ 1Thatโs why I love AirPods so much ๐ they even automatically switch devices on playback
08.01.2025 10:02 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0