Understanding use and __using__ in Elixir
Have you ever wondered about the magic of the word use in use GenServer to create a GenServer in Elixir? In Elixir, use Whatever allows us to inject code defined in the Whatever module. __using__ ...
Have you ever wondered about the magic of the word use in use GenServer to create a GenServer in Elixir? In Elixir, use Whatever allows us to inject code defined in the Whatever module. __using__ ...
The issue / Need I guess the issue is: Is there a way of calculating -more or less- how much memory a process is using, including large chunks of binaries and child processes?? The solution ...
Elixir has been around for a while and has proven itself as a language with enduring potential, backed by a great community that it is making active development to even promote Machine Learning w...
The tools There are two big players in elixir’s XML parsing ecosystem: SweetXml , which is the traditional “parser” when you feed it with some string or stream with XML content, it will prod...
Ranting a little … My boss said I was “ranting” the other day, when I was trying to explain what I see when I see |>, the elixir’s pipelining operator. I guess that’s something as valid as an...