germsvel

germsvel

Elixir Streams - Elixir and Phoenix tips and courses

:wave: Hi everyone,

I’ve been posting short Elixir and Phoenix video tips and tricks for a little while on Twitter.

But now, I’ve consolidated them all in a new website called Elixir Streams. I hope to keep publishing them regularly.

If you’re interested in free short video tips, check it out!

:point_right: https://www.elixirstreams.com/

Most Liked

germsvel

germsvel

A short one on how ExUnit is an Elixir app (not just some script that gets run)

:point_right: Elixir Streams |> ExUnit. It's an app!

germsvel

germsvel

How to run a function N times using the Stream module:

:point_right: https://www.elixirstreams.com/tips/run-elixir-function-n-times

germsvel

germsvel

Recently used the new to_form/2 helper and loved how it can help us decouple the form (UI) from the core of our domain.

Check it out! :point_right: Elixir Streams |> Phoenix forms without changesets!

Morzaram

Morzaram

Hey, I follow you on Twitter, thanks for making these! I think it’s great to have free resources to expand the community!

germsvel

germsvel

Everybody is talking about LiveView 0.20’s async assigns. And for good reason!

I tested them out, and they’re awesome. Check it out!

:point_right: Elixir Streams |> LiveView's Async Assigns

Where Next?

Popular in Screencasts Top

zacksiri
Hey all! We just released 3 episodes on our site explaining how GenServer works. We also released a free episode that shows you how to s...
New
omgneering
This is a part of the ongoing elixir OTP series. The video walks through creating an application, talks about application structure and ...
New
SmartLogic
We at SmartLogic have been running an intermittent series of live coding sessions on Twitch that we then archive on YouTube; in the lates...
New
ityonemo
I’m doing a 7-part screencast that deep-dives into how Elixir (yup, that’s elixir, not erlang) does processes. Prerequisites are underst...
New
aseigo
From time to time on the forums here, I see people asking for examples of specific comments / answers in code form. I’ve also noticed tha...
New
ElixirCasts
I made a video about building a JSON API with Phoenix 1.4. This is a great episode for anyone wanting to get started using Phoenix as an ...
New
ElixirCasts
Made a video about introspecting Ecto Schemas. https://elixircasts.io/introspecting-ecto-schemas Posted via Devtalk (see this thread ...
New
omgneering
I made the next video in the OTP series to help get started with Supervisor methods and syntax. The video goes over the init methods lik...
New
lawik
I’ve been making videos a fair bit and they typically go both on the blog and the YouTube channel. Just released this one which attempts...
New
ElixirCasts
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 Top

peerreynders
Manning 2016 Halloween weekend sale via Deal of the Day Friday, October 28 - Half off all MEAPs - code WM102816LT Saturday, October 29 ...
326 29600 154
New
Tee
can someone please explain to me how Enum.reduce works with maps
New
JorisKok
I have a server on AWS, and was running a load test using artillery. When looking at the Phoenix dashboard I see the Ports going to 100% ...
New
openscript
Hello! Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New
fireproofsocks
I’m working on defining a simple Ecto schema for a table (in PostGres), but I don’t see where I can define a column as NOT NULL. Conside...
New
polypush135
As many of you may have realized by now (sorry for all the posts here) I’ve been working on a db problem where I’m trying to aggregate a ...
New
myronmarston
The Elixir Typespec docs show the following syntax for keyword lists in typespecs: # ... | [key: type] # keyword lis...
New
mgjohns61585
Could someone help me? I'm making my first elixir program, number guessing game. I can't figure out how to convert the user's guess from ...
New
minhajuddin
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
beno
I will often find my self writing things similar to: case some_value do nil -> something() "" -> something() _ -> someth...
New

We're in Beta

About us Mission Statement