Elixir

563 readers
1 users here now

founded 2 years ago
MODERATORS
26
27
28
 
 

I was wondering if there were any BDD/TDD projects or tutorials that anyone could recommend?

I'm currently learning elixir and when I was learning rust, I really enjoyed a tutorial called pngme. It has test cases and a specification but left you to implement everything else. Link to pngme: https://picklenerd.github.io/pngme_book/introduction.html

Does anyone know of any similar projects but for elixir?

Thanks in advance

29
30
 
 
31
32
33
 
 

Against the Grain: tricky situations and how to get ourselves out of them by making some atypical choices: learn from
@sasajuric at #CodeBEAMEurope 2023 ๐Ÿ™Œhttps://codebeameurope.com/

#codebeam #myelixirstatus #elixirinaction #elixirlang @elixir

34
35
36
37
38
 
 

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

39
40
 
 

Does anyone else think that Elixir could be really well-suited to writing fediverse applications? I'm really tempted to try my hand at writing an alternative Lemmy backend. If anyone is feeling the same way, I'd be more than happy to host a project on my GitHub and give y'all access and we can see what we can do.

41
 
 

A post on mutability and state in Elixir. Functional yes. Immutable? Eeh..

42
 
 

We couldn't get Dialyzer to work well until I found this, hope it's helpful for others!