sotojuan
No amount of exercise or book problems replaces writing an actual library or application, but it can be hard for a newbie to know what to write. This is a thread that helps with that.
I’m looking for two things:
- General Elixir project ideas—things Elixir is good and well-suited for. Doesn’t have to be something new or worth putting in a portfolio.
- What libraries do you think are missing in the ecosystem? Writing something many others may use feels great.
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
The obligatory hello world thread!
Who are you and where are you from? :stuck_out_tongue:
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 was working on an Ecto migration and I needed a timestamp. So, for the nth time, I looked up the different data types for timestamps, a...
New
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog
It says that Fly is going all-in on sprites, which is a worry ...
New
We’re evaluating API mocking tools for OpenAPI-based projects and would love to hear what other teams are using.
We’re particularly inte...
New
Is there a word for the ~> symbol used in Version strings?
Do you also just call it a Squiggle Arrow™ ?!
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
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
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
There are three potential reasons for members of this forum to have a look at https://vutuv.de
You are tired or annoyed of LinkedIn.
Yo...
New
ICal is a library for interacting with iCalendar data. It parses iCalendars into typed Elixir structs via ICal.from_ics, and can prepare ...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #ai
- #phoenix_html
- #elixirconf-us
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
andre1sk
Forum software?
uranther
I would love to see more Elixir efforts around an open source ecommerce platform. The ecommerce options out there are downright depressing and this is an area where Elixir/Phoenix can really shine. See peach for a WIP (the only one I know of!).
andre1sk
We were looking for funding for e-commerce platform at one point. To be competitive the feature list alone is about 60 pages.
andre1sk
You are totally right though the existing e-com options are beyond horrible including Enterprise ones like SAP Hybris and Oracle ATG.
Qqwy
Although it is far from trivial, probably, I would like it if there would be a Lets Encrypt client implementation in Elixir/OTP, so we could have automatic, safe and free SSL certificates on our web applications.
uranther
+1
Qqwy
What would also be an interesting idea, is to create variants of the Erlang Lexer/Parser libraries Leex and Yecc that use Elixir-syntax instead of Erlang-syntax to describe their behaviour. See this wonderful guide on how Leex/Yecc work.
Interestingly, it would be possible to build this Elixir-Leex/Yecc-to-Erlang-Leex/Yecc-lexparser itself using Leex and Yecc (and maybe, just maybe, they could later become self-hosting).
jhosteny
I’d love to see an Elixir client library for ROS. I’m hoping to start one myself if I can get some free time.
dgamidov
@andre1sk could you please share this list (if you can)?
andre1sk
I can’t unfortunately share the list we created but it was greatly similar to Hybris:
[https://drive.google.com/file/d/0B5lby2DAF-PbYXhWQmE0VkdVUDA/view?usp=sharing] (https://drive.google.com/file/d/0B5lby2DAF-PbYXhWQmE0VkdVUDA/view?usp=sharing)
Our differences were in Catalog management,
fully integrated DAM,
CMS,
CDN integration