Elixir Formula
@elixir_formula
377
subscribers
2.34K
links
#elixir
#phoenix
#erlang
News and Articles from the world of Elixir-lang.
For contact
@drEnilight
Download Telegram
Join
Elixir Formula
377 subscribers
Elixir Formula
#elixir
#todayilearned
Using pattern matching to compare two strings
https://dev.to/ryanwilldev/using-pattern-matching-to-compare-two-strings-598k
DEV Community
Using pattern matching to compare two strings
Elixir’s pattern matching feature is the gift that keeps on giving. I love this n...
Elixir Formula
#elixir
#todayilearned
Pattern match in with clause
🤯
https://dev.to/ryanwilldev/pattern-match-in-with-clause-2a9d
DEV Community
Pattern match in with clause
🤯
I had a problem where I needed to make sure a string was returned from a function that was part of a...
Elixir Formula
#elixir
#todayilearned
Pattern match struct's name
https://dev.to/ryanwilldev/pattern-match-struct-s-name-elixir-526n
DEV Community
Pattern Match Struct's Name
If we define the following struct. defmodule StructTest do defstruct [:foo] end We can use...
Elixir Formula
#todayilearned
#elixir
#erlang
Where is my ets table!?
https://dev.to/strech/where-is-my-ets-table-3ff1
DEV Community
Where is my ETS table!?
Foreword In a perfect world, everyone will read the documentation beforehand. TL;DR Whil...