Richardm
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
I want to open this thread for you all to discuss and help those who really like Ash but are still hesitant to use it in a real project. ...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
I’m posting this in response to Jose’s recent tweet (Cr. link) :
People are sleeping on Elixir for a coding harness:
Hot-code swappi...
New
It would be helpful to have a list of companies worldwide that hire engineers without prior experience in Elixir. Often, it can be quite ...
New
Anyone running long-lived stateful processes on BEAM? We’re building an AI agent runtime and would love to compare notes.
We’re a small ...
New
I’ve just put together a small POC exploring PDF inspection from Elixir/Phoenix:
The idea is pretty simple: drag & drop a PDF in a...
New
Other Trending Topics
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #blog-post
- #ai
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 7- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
Eiji
Even after years
Phoenixdoes not have “awesome” list. The one I found have only 35 items:https://github.com/droptheplot/awesome-phoenix
I guess there is not much projects in
Hologramespecially since comparing toPhoenixit’s relatively new, did not had a stable (usually1.0.0in semantic versioning) release and does not have any generators yet.There is one repository, but it’s not open source yet:
That’s said the most important part was shared on the forum:
I may be wrong, but we would need to wait a long time before we would be able to have a good “awesome” list of
Hologramrepositories. For now we are mostly based on the docs and other things @bartblast shares with us. Please look that theRoadmaphave lots of points and all of them would need to be documented. I’m sure that expect me many people are looking for even a few features …Look that without for example
JS Interopand related planned features we are a bit limited especially if someone want to integrateHologramwith frontend libraries. Without a stable API for this we can forgot about aLeaflet-based apps for example as nobody would really do that in planHologramif the same could be achieved in other web frameworks. For sure there may and most probably are some workarounds, but it’s not the point. To work on a real world project people rather expects a clean and feature-complete solution.zachdaniel
I asked folks in the Ash community to try out hologram + ash. Was just an initial stab but they linked this repo: GitHub - sanderhahn/todos-hologram-ash: Todos with Ash and Hologram · GitHub
Might be worth looking at.
bartblast
Hey Richard! The Hologram ecosystem is still pretty small since I’ve been focused on stabilizing the core framework. Now that v0.5.0 is released, adoption is just starting to ramp up, so I expect we’ll see more community projects popping up soon.
For now, the pickings are slim, but that also means there’s a great opportunity for early adopters to build some of the foundational example projects the community will reference for years to come!
bartblast
You raise valid points about the current limitations, but I have good news - JS interop is actually right around the corner! Once that lands, integrations with libraries like Leaflet will be very much possible.
That said, I don’t see any fundamental reason why something like Leaflet couldn’t be implemented directly in Hologram either. The framework is quite capable for complex interactive applications - it’s more about having the ecosystem mature and people building these solutions.
You’re right that people expect feature-complete solutions for real-world projects, which is exactly why I’m prioritizing these core capabilities before pushing for wider adoption.
bartblast
That’s awesome! I’m working on addressing some of the inconveniences highlighted in the todos-hologram-ash repo now.
Is there any publicly available discussion in the Ash community about this repo or Hologram generally that I could check out for feedback?
Thanks for encouraging folks to try it out!
Richardm
Thanks, I’m looking forward to learning, and work well with examples, so if we can get some basic examples up asap, I’d be happy to test them and provide feedback
Richard
zachdaniel
Nothing beyond a few messages like “Here is a thing I set up” in the Ash discord. You could search our discord for the word “hologram” and likely come up with some chatter, but not much beyond speculation I’d bet