this post was submitted on 01 Jul 2023
7 points (100.0% liked)

Elixir

496 readers
1 users here now

founded 1 year ago
MODERATORS
 

I'm currently working on a Dashboard for all my self-hosted web applications. What are you guys up to?

top 5 comments
sorted by: hot top controversial new old
[–] Link69 2 points 1 year ago (1 children)

I'm learning (at a very slow pace) by programming a tournament bracket manager, coming from .NET. Still struggling sometimes about what's the recommended way to do stuff and is it the functional way or not. Learning Ecto isn't as straightforward as I thought compared to EF Core which I'm used to.

[–] [email protected] 1 points 1 year ago

Me to, I mostly wrote opp before. Im still doing some codewars questions.

[–] cosmicrose 2 points 1 year ago (1 children)

My first project that I started in order to teach myself Elixir, and a project that I still return to so I can experiment with new stuff, is a BitTorrent client. Elixir is phenomenal at it. Managing a ton of connections, parsing binary messages, and allowing all that data to converge into one place. It’s been really fun.

Recently I’ve been trying to make an event store for event-sourced applications with the hope that I could monetize it someday, but I don’t have the attention span to stick with it long enough to get it off the ground lol.

[–] [email protected] 2 points 1 year ago (1 children)

Is your BitTorrent Client viewable anywere?

[–] cosmicrose 1 points 1 year ago

It’s at https://github.com/Cantido/effusion. I’ll warn you, it’s not really usable, by any stretch of the imagination.