axelson
Scenic Core Team
ElixirConf 2019: Lighting Talk - You need a Supervisor - John Palgut
by @Jwsonic
Quick summary:
From personal experience John shares why it’s important to use a supervisor, include better logging and monitoring, and sometimes you should be using try and rescue when you expect some code to fail.
View all threads tagged with supervision-tree
View all elixirconf2019 talks
Popular in Talks
Today’s talk is another one from Toyota Connected
ElixirConf 2017 - Elixir with Kafka - Mathew Gardner
Elix...
New
by @SophieDeBenedetto
LiveView’s reliance on server-rendered HTML and leveraging of bi-directional communication over WebSockets means ...
New
ElixirConf 2017 - The Power of Zero - Andrew Forward
Automation is hard, but the benefits can be phenomenal....
New
ElixirConf US 2018 – Making a GraphQL Server with Absinthe & Dataloader – Aaron Votre (@shamshirz)
The GraphQL query...
New
ElixirConf US 2018 – Take Your Time – Ben Marx (@bgmarx)
OTP20 officially introduced dirty schedulers. In this talk, we’...
New
ElixirConf 2017 - Elixir by the Bellyful - @bryanhunter
Elixir makes me happy! Since 2007 I have been on the...
New
New
Hi everyone,
It seems Elixir conf 2018 are starting to pop up on Youtube… Not really an index file, but You can start here
New
QUIC protocol support coming to BEAM.
As of now, I am using Caddy in front of Phoenix server to experience HTTP/3 goodness.
New
Day 1
ElixirConf 2017 - Day 1 Keynote - Justin Schneck (Discussion thread)
ElixirConf 2017 - My Journey from Go to Elixir - Veronica L...
New
Other popular topics
What is the proper way to load a module from a file in to IEX?
In the python world, doing something like this pretty standard:
from ....
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
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
This release brings a number of exciting features, including integration with the new Phoenix LiveDashboard and Phoenix LiveView. There h...
New
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
As promised, the first release candidate of Phoenix 1.3.0 is out! This release focuses on code generators with improved project structure...
New
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
Forgive me if this is obvious, but how does one delete a database record WITHOUT selecting it first? https://hexdocs.pm/ecto/Ecto.Repo.h...
New
I will often find my self writing things similar to:
case some_value do
nil -> something()
"" -> something()
_ -> someth...
New
Hi,
I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New







