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

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
thojanssens1
It would be nice to be able to define a redirect from one route to another from the router.ex file. E.g.: redirect "/", UserController, ...
New
mmport80
I have put far too much effort into Dialyzer over the last year or so - and basically - I doubt it’s worth the effort. It’s not as easy ...
New
chuck
Let me start by stating an assumption: Phoenix is a great approach to building REST APIs. There are many reasons for this, but I will ass...
New
praveenperera
How We Replaced React with Phoenix By: Thought Bot
New
tmbb
This is a post to discuss the new Phoenix LiveView functionality. From Chris’s talk, it appears that they generate all HTML on the serve...
342 18146 126
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
jesse
Hi everyone, I hesitated to post this here because I don’t want you to think I’m spamming, but I’ve been working on a Platform-as-a-Serv...
New
griffinbyatt
Sobelow Sobelow is a security-focused static analysis tool for the Phoenix framework. For security researchers, it is a useful tool for g...
New
paulanthonywilson
I like Umbrella projects and pretty much always use them for personal Elixir stuff, especially Nerves things. But I don’t think this is ...
New

Other popular topics Top

vertexbuffer
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
9mm
I am constructing a JSON object (map) and I need to conditionally set a field. I’m trying to write proper elixir-way code… and I’m at a l...
New
lastday4you
I wanted to check elixir version in phoenix because i found that my elixir is 1.5 but when i use Enum.chunk_by it said the function is un...
New
shahryarjb
Hello, I have map which I want to convert it to string like this: the map: %{last_name: "tavakkoli", name: "shahryar"} the string I ne...
New
dokuzbir
I want to highlight html closing tags when i click a html tag. That works in .html files but doesnt work for html.eex templates. How can...
New
gausby
I asked this very same question on twitter and got some interesting feedback, but I thought it would be a good question to ask here as we...
1207 39297 209
New
dblack
I’ve got an issue with an app and I’ve no idea of how to troubleshoot it. I’m hoping someone here might have seen something similar. I p...
New
hariharasudhan94
I would like to know what is the best IDE for elixir development?
New
PeterCarter
There are pre-rolled solutions for other frameworks that do work. However, Phoenix does not seem to have these. Have people had good expe...
New
hariharasudhan94
Lets say I have map like this fetching from my database %{"_id" => #BSON.ObjectId<58eb1a7a9ad169198c3dXXXX>, "email" => ...
New

We're in Beta

About us Mission Statement