Mandemus
Popular in Screencasts
Hello, I had a great time digging into Ecto and creating this intro screencast:
Ecto 2.0: The Database Tool for Elixir and Phoenix
Th...
New
I’m in the process of doing a series where I build a site for the new podcast I’ve recently started with Justin Vincent of Techzing.
It ...
New
New
I decided to make an episode about composing Ecto queries in a Phoenix app.
New
I made a video showing how you can use virtual attributes in Ecto to create fields that are not persisted to the database.
https://elixi...
New
I made a screencast on how to use Torch to create beautiful admin pages.
Posted via Devtalk (see this thread for details).
New
I made an episode exploring Phoenix assigns:
https://elixircasts.io/exploring-phoenix-assigns
New
One of our users just created this screencast for deploy Elixir apps on Render. Hope it’s helpful!
New
Hello,
I’m not sure where this should / could be posted, but I’ve put a lot of effort and just released my first video about streaming c...
New
Hello everyone, these are the episodes that are part the Alchemist’s Edition, which is the paid subscription that helps support ElixirCas...
New
Other popular topics
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
Hello all!
I am typing this post from my new MacBook Pro with the M1 chip. I’m loving it so far, and will probably use it as my daily dr...
New
As the title describes, I’m trying to run Enum.map() over a list of key/value pairs, where the value is a map. My data looks like this:
...
New
I couldn’t find any guides that worked well with Phoenix 1.6.0 and esbuild. I hope this helps people test the waters and eases you into t...
New
This release brings a number of exciting features, including integration with the new Phoenix LiveDashboard and Phoenix LiveView. There h...
New
Using vs code and installed ElixirLS: support and debugger.
And I got an error popped up on start up says
Failed to run ‘elixir’ comma...
New
Hey all,
I discovered Elixir and I love it. I always wanted to learn a functional programming and I intended to go for Haskell, but afte...
New
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
I will often find my self writing things similar to:
case some_value do
nil -> something()
"" -> something()
_ -> someth...
New
I am constructing a JSON object (map) and I need to conditionally set a field. I’m trying to write proper elixir-way code… and I’m at a l...
New







