Crowdhailer
Creator of Raxx
Message passing for actors and humans (CodeMesh 2018)
Elixir, and Erlang, implement an elegant model of message passing. This is their secret sauce for managing concurrency. What if the message passing model extended beyond the server? This talk will explore using the actor model to reason about interactions in a web application, from server to browser to human.
This is my talk from CodeMesh this year. Slides available
Topics include; General explanation of the Actor model, what it might look like in JavaScript and how it has directing my thinking while developing Raxx and GenBrowser
Popular in Talks
by @girlsleuth
Whether you call it UI testing, End-to-End Testing, End-to-User Testing, or Acceptance Testing–it is often an intensely ...
New
ElixirConf 2018 – Day 2 Opening Keynote – Justin Schneck (@mobileoverlord)
All talks thread:
New
Code Sync: Writing much better tests in Elixir by Xochitl Pérez | Code BEAM Lite Mexico 2023
Comments welcome! View the <span class="has...
New
Here’s the last ElixirConf 2017 video of day one!
ElixirConf 2017 - Scaling up Elixir at TpT - by @shanti
I...
New
Code Sync: Vaxine, the Rich CRDT Database for ElixirPhoenix Apps | James Arthur | Code BEAM America 2022
Comments welcome! View the #cod...
New
ElixirConf US 2018 – Texas: Virtual DOM Library for Server-Side V-DOM. – Dan McGuire (@dgmcguire)
Client-side applicatio...
New
Since the comments are turned off on the YouTube videos, I'm going to post on talk per day on here for viewing and discussion...starting ...
New
ElixirConf 2017 - Elixir by the Bellyful - @bryanhunter
Elixir makes me happy! Since 2007 I have been on the...
New
Whether you’re developing a small web site or a large-scale distributed system, Erlang and Elixir are great tools for building server-sid...
New
by @jon
At PagerDuty, we run our systems across many geographic regions to ensure we’re always available, even when you might not be. E...
New
Other popular topics
I have a relationship of love and hate with Elixir. Lots of things are just absolutely right, but there are some things that are kind of ...
New
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
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
Hi, this is for people who, like me, have had some friction using .html.heex templates in VSCode.
The solution seems to be, in a hyphena...
New
I am trying to figure out how Mix knows whether the environment is test, dev, or prod -- where is this set?
Thanks.
New
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
I am using Ecto timestamps with postgres, I can see the timestamps() use the :naive_dateime but for my use case I wanted to store the ti...
New
Hi,
I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
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







