anup
Elixir process and state management
I created a screencast on how to use simple constructs in elixir like spawn, send and receive to create a process which can manage its own state. This will be the basis of understanding higher concepts like gen server. Here is the link to it:
First Post!
anup
This is in continuation of Elixir processes from (Elixir process and state management) and evolves into a GenServer example
Popular in Screencasts
This is a part of the ongoing elixir OTP series. The video walks through creating an application, talks about application structure and ...
New
New video on LiveView for almost total beginner level:
Hopefully this is a helpful starting point for someone out there!
New
New
New video covering, at least in brief, the current date and time APIs in Elixir.
I do hope that more of Calendar / Timex are pulled i...
New
https://alchemist.camp/episodes/guessing-game
I’ve recently re-recorded Lesson 1 from Alchemist Camp. It’s significantly higher quality ...
New
For anyone who prefers videos over written tutorials I publish snackable screencasts in the https://www.youtube.com/@elixir-phoenix-ash c...
New
New video dropped: this time on manually running your own asset build script with Bun. Bun is used as the script runner with ESBuild stil...
New
Hello Everyone, i hope you are doing fine!
I would like to draw your attention to the Elixir Mentor YouTube channel by Jacob Luetzow.
T...
New
At Codemy.net we are always trying to find solutions for problems in a way that works well. As a result we’ve been able to create a beaut...
New
New
Other popular topics
can someone please explain to me how Enum.reduce works with maps
New
In asking this question I am more interested about the expressiveness of the language itself and less concerned about the availability of...
New
Credo is smart enough to check for (something like) this:
assert length(the_list) == 0
with this response:
Checking if an enum is empt...
New
What is the idiomatic way of matching for not nil in Elixir?
E.g.,
First way:
defp halt_if_not_signed_in(conn, signed_in_account) when...
New
If I have a string “1000 cfu/ml” . I want to remove the characters and / and space . So the string is like this
"1000"
What is the ...
New
Hi,
I need to transform a list of numbers into a map where the keys are the indexes and the values are the original values of the list....
New
ExUnit now has describe blocks which is a welcome addition coming from RSpec. In the docs, it states that nested hierarchies of describe ...
New
I will often find my self writing things similar to:
case some_value do
nil -> something()
"" -> something()
_ -> someth...
New
I am trying to run a deploy with docker and I successfully runned with this command:
docker build -t romenigld/blog-prod .
but when I t...
New
Hello guys,
I have finally made it. I created an admin interface for a framework. It’s been on my todo list for years and with the curre...
New








