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
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
Aludel - LLM Evaluation Workbench
Aludel is an embeddable Phoenix LiveView dashboard for evaluating and comparing LLM prompts across mult...
New
Latest Phoenix Threads
Latest on Elixir Forum
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
- #elixirconf-us
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 9- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
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
venomnert
@Rainer I like this thread
Rainer
Isn’t that something you could extend and then offer as a paid service to other logopedists?
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
Oh i know that too well…
My private projects are mainly written in train while going to work
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.
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/
stonHEY1
Looks really cool!
najamsk
Elixir Rick baby! GitHub - najamsk/rick_and_morty_umbrella · GitHub