Removing Duplicates From a List in Elixir
Thanks to the Enum module, in Elixir we can trivially remove duplicates from a list. In the following example, we…
Thanks to the Enum module, in Elixir we can trivially remove duplicates from a list. In the following example, we…
Ruby was the first programming language I truly fell in love with. Yes, I had used several others before (and…
Recently I rewrote the backend for my service, Any New Books, due to an Amazon API change. Generally speaking, rewriting…