Rainer
I’m sure everyone of you has one or more pet projects?
Maybe a hobby site, or something created just for learning, or…
But you feel it’s too small for starting an own thread? Then post it here ![]()
I think even the smallest projects can be interesting, so please tell me what and why you did, and what you learned while doing it ![]()
I’m starting by example:
Some years ago I started homebrewing, mainly mead (honeywine), but also some beer. Before brewing, one needs to know the amount of ingrediences, which I usually calculated in an excel sheet.
But as I really wanted to try Phoenix LiveView, I made a small online calculator which features live update of the result and input validation. Also it was the first time i did i18n with Gettext.
I’ts online here: http://brauzwerg.ch
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
Hey there,
It’s been more than a year since we started using LiveView as our main UI library and building a whole library of UI componen...
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
Other Trending Topics
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
Aludel - LLM Evaluation Workbench
Aludel is an embeddable Phoenix LiveView dashboard for evaluating and comparing LLM prompts across mult...
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
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming












Showing Posts 9 to 1- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
najamsk
Elixir Rick baby! GitHub - najamsk/rick_and_morty_umbrella · GitHub
stonHEY1
Looks really cool!
Jcambass
My pet project is a simple tool that aggregates my work activities from different sources and allows to query them.
For privacy reasons all data is being queried on the demand and nothing is stored.
Supported data sources include GitHub, Todoist and Trello at the moment.
https://amnesia.joel.am/
derek-zhou
My pet project is roastidious
It is a place anyone can post random comment (roast) about any URL semi-anonymously. You can also use it as a commenting platform for your static blog. Better privacy and less annoying than disqus for sure.
It is done in plain phoenix; I am not using live view or any real time features for now.
Rainer
Oh i know that too well…
My private projects are mainly written in train while going to work
patrickdm
Well, yes it is a possibility I thought about. The project at the beginning started as an iPad app with a more game-oriented interface and some nice graphics for childrens. It can work offline and track different users progresses.
After some times, my sister argued it could be useful to have just the bare tachistoscope, no gaming involved, with the complet data-set, on a web interface, and I was beginning to learn Elixir and Phoenix… So this little toy came out. Indeed today I could think about building a multitenant/multiuser applications with some form of subscription fee offering specific features for professional use. But time and other payed projects (and some lazyness) have prevented any effort in that direction. Thank you for the encouragement!
Rainer
Isn’t that something you could extend and then offer as a paid service to other logopedists?
venomnert
@Rainer I like this thread
patrickdm
In my first Phoenix learning days I’ve built Lamparole, a tachistoscope for Italian words (a tachistoscope is an instrument used for exposing objects to the eye for a very brief measured period of time). The user choose the difficulty level by selecting word’s length, syllabic composition, the exposition time and interval between the words. Then a given number of random words for the selected settings are displayed sequentially, picked randomly from a self curated db of about 5000 words.
I did this as a working tool for Italian logopedists (my sister is one of them).
(I’ve been amused to see this word, while taking screenshots… so I decided to show that too
)
This was well before LiveView, so the words-exposition view is produced just with basic client-side JS. It could be a nice exercise to integrate LiveView in it. Thank you for letting me remind about it!
P.S. Lamparole is online here: http://lamparole.codestep.it