Ash lover, if you have time and you are a user of AshJson, there is a Feature-requested issue, which needs to be implemented 🤭
Issue link: github.com/ash-project/...
#ElixirLang
Posts by minibikini
🚀 Introducing CanvasCraft: a 2D drawing library for Elixir, powered by Skia + Rustler. Declarative Scene DSL → charts, dashboards, graphics with high-perf rendering.
github.com/miolini/canv...
#jj-vcs part 1: what is it
andre.arko.net/2025/09/28/j...
It's finally here: the Code and Stuff walkthrough of Ash TypeScript!
Learn how to build an Ash project from scratch, use LiveView to begin, and eject to React without much fuss!
It also fits into @tanstack.com really nicely.
#ElixirLang @ash-hq.org
youtu.be/t-hori2Io14
True.
For me there is also another killer feature: Cinder (hexdocs.pm/cinder/) for datatables, by @sevensea.cat. Such a godsend.
One command now gets you a React SPA with full-stack types, backed by #AshFramework, #Phoenix, and #ElixirLang 🤯
Install and visit localhost:4000/ash-typescript for a handy guide 😎
Finally, a bridge to the reliability + elegance of Elixir for our React-loving friends!
Let’s gooooo! Create a real application with the Ash framework! #elixirlang youtu.be/zM_-Y4diVFw?...
the cast of Hackers (1995) posing in a series of adjacent phone booths
Today is the 30th anniversary of Hackers
Exactly as I suspected. Maybe what is needed is a doc for the HTTP API and task to generate some kind of a spec of available actions, resources, types, etc. Then it should be trivial to LLM-gen a client for any language.
BTW, do you plan pubsub/events/rpc over sockets kind of stuff?
It'd be cool if it'd be possible to call the RPC from any language. I currently work on a project with Elixir server and Elixir client, for example. So I guess I mean language agnostic RPC. Obviously, JS/TS is the most needed, and perhaps the other langs not so much, but that'd be cool.
@maennchen.dev has just released the first version of Clarity: hexdocs.pm/clarity/Clar...
Clarity is an interactive introspection and visualization tool for Elixir projects.
Ash and Phoenix
www.ash-hq.org
www.phoenixframework.org
What if you had *full stack types* for SPAs built with tech like #React, #Inertia, #Vue, #Svelte... but all of the power #AshFramework and #ElixirLang on the backend? Well, you can now.😉 hexdocs.pm/ash_typescri...
You know it’s a serious AI company because its logo looks like a butthole.
Hey Elixir friends! :) Have you seen physics animations written in pure Elixir running in the browser?
Hologram v0.6.0 (full-stack Elixir framework) is here! ✨
#Hologram #Elixir #ElixirLang #BEAM #WebDev
i don't get it. what does it change? i see no difference
I just finished putting together interactive Livebook notebooks for every chapter of Advanced Functional Programming with Elixir.
You can now run all the examples in your browser. Or like me, spin them up locally with Docker:
www.joekoski.com/blog/2025/09...
#elixirlang hashtag#AFPElixir
9 years ago, I released v0.1.0 of Paasaa, my very first open-source Elixir project. Today, I'm incredibly happy to announce the release of v1.0.0! It’s a natural language detection library for Elixir that doesn't use any AI.
github.com/minibikini/p...
#ElixirLang #MyElixirStatus
Cinder from @sevensea.cat is🔥. Soon: Add filters for fields that aren't rendered as part of your table, with :filter slots! Use all of filter options as columns, like selects/multiselects, datetimes, or case-sensitivity for text fields. #ElixirLang #AshFramework
Seeing some progress on building terminal apps with Elixir is so amazing 💜
youtube.com/watch?v=eNbZ...
#ElixirLang
it works! now it allows me to have data from a source database being replicated to my in-memory database and sync using replication
using pglite from @electric-sql.com , bun to run wasm and @elixir-lang.org which allows to do all this magic easily ❤️
LV doesn't work with K8s? Seriously? Is there a forum thread or a github issue?
same, unfortunately
I was recently confronted with examples of small/solo devs fighting with complexity and tech-debt coming from their frameworks and eating their precious time to build features, so I put down my thoughts. There are no absolutes in tech, there isn't a 'winner' library. iamkonstantin.eu/blog/less-gl...
An example resource with a circuit breaker defined. If 10 failures are hit within 10 seconds, the action will fast fail for a minute to let the circuit reset.
I made an Ash extension!
Elixir is capable of hitting services hard; great for throughput but harsh when those services are trying to recover from an outage.
The circuit breaker pattern addresses this issue and is now available in Ash!
#MyElixirStatus
hex.pm/packages/ash...