Rainer

Rainer

Pet Project Showcase Thread

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 :slight_smile:
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 :+1:

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

Most Liked

patrickdm

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 :slight_smile: )

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

venomnert

@Rainer I like this thread :+1:t5:

derek-zhou

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.

Where Next?

Popular in Discussions Top

blackode
Elixir Upgrading is so Simple in Ubuntu and It worked for me Ubuntu 16.04 git clone https://github.com/elixir-lang/elixir.git cd elixir...
New
sashaafm
I’m trying to evaluate the best combo/stack for a BEAM Web app. Right now I’m exploring Yaws a bit, after having dealt with Phoenix for a...
New
Nvim
Anybody knows a comprehensive comparison of Django and Phoenix, thanks for the help. Where are they similar? Where do they differ the m...
New
Fl4m3Ph03n1x
Background This question comes mainly from my ignorance. Today is Black Friday, one of my favorite days of the year to buy books. One boo...
New
AstonJ
Are there any Elixir or Erlang libraries that help with this? I’ve been thinking how streaming services like twitch have exploded recentl...
New
ejpcmac
I have discovered Nix last month and I am currently on my way to migrating to it—both on macOS at home and the full NixOS distrubution at...
New
fireproofsocks
I’ve been working on an Elixir project that has required a lot of scripting. I usually reach for Elixir because I like it more (and in th...
New
acrolink
How does the two languages compare when it comes to server side application development? Any experiences or ideas? Thank you.
New
pdgonzalez872
If this has been asked here before, please point me to where it was asked as I didn’t find it when I searched the forum. Maybe a mailing ...
New
opsb
We’re considering our architecture from a viewpoint of scaling our traffic heavily over the next 6 months. Our current deployment is runn...
New

Other popular topics Top

sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
New
marius95
Hello everyone, I try to use an Javascript Event Handler in my root.html.leex file. Therefore I created a function in the app.js file: ...
New
chrismccord
Phoenix 1.4.0 released Phoenix 1.4 is out! This release ships with exciting new features, most notably with HTTP2 support, improved deve...
688 30877 112
New
Lily
In templates/appointment/index.html.eex: <%= for appointment <- @appointments do %> <tr> <td><%= appoi...
New
sergio_101
I am VERY much an elixir newbie. I have taken one elixir course and one phoenix course on Udemy. During that course, I saw the instructor...
New
komlanvi
Hi everyone, I was playing with phoenix liveView but I run into an issue. I have a form and want to validate each input text when the te...
New
Brian
What is the proper way to load a module from a file in to IEX? In the python world, doing something like this pretty standard: from ....
New
openscript
Hello! Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New
AstonJ
Seen any cool LiveView demos, sample apps or examples? Please post them here! :003:
New
svb
Hi! Currently I want to submit a form by pressing the Enter key. However, since my input field is of type “textarea” this is just adds a...
New

We're in Beta

About us Mission Statement