rodrigues
ElixirConf 2019: Day 1 Lumen Keynote - Brian Cardarella, Luke Imhoff, Paul Schoenfelder
Day 1 Keynote about Lumen - An alternative BEAM implementation, designed for WebAssembly
by @rcm765 @KronicDeth @bitwalker
Find more info about Lumen here: GitHub - GetFirefly/firefly: An alternative BEAM implementation, designed for WebAssembly
View all threads tagged here with Lumen here: lumen
Check out the elixirconf2019 tag for all ElixirConf 2019 talks.
Popular in Talks
ElixirConf 2017 - Elixir as a first language - Alexis Huefner
What would it be like to use Elixir as your fi...
New
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
by @chrismccord
My summary:
Chris gives an update and copious demos of Phoenix LiveView which is now released on hex.pm.
Demos on:
...
New
ElixirConf 2017 - Building an Artificial Pancreas with Elixir and Nerves - by @tmecklem
People with Type 1 Diabetes have...
New
ElixirConf US 2018 – You Can Never Debug the Code You Run, But You Can View the Code the Debugger is Running – Luke Imhoff (@KronicDeth) ...
New
ElixirConf US 2018 – Texas: Virtual DOM Library for Server-Side V-DOM. – Dan McGuire (@dgmcguire)
Client-side applicatio...
New
ElixirConf US 2018 – Simple is Beautiful: Building an SLA Monitoring Tool Using Elixir/OTP at PagerDuty – Aish Dahal
Sta...
New
Hi, I don’t know if I have the post in the right place.
I put here in case you might be interested, I am not the author, I just found it...
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
ElixirConf US 2018 – Beyond Command and Response Chatbot – Fahad Almusharraf
The talk discusses an attempt at building a...
New
Other popular topics
In Ruby, I can go:
User.find_by(email: "foobar@email.com").update(email: "hello@email.com")
How can I do something similar in Elixir? ...
New
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
You’re a programmer, so you don’t need spoon feeding with the conventional drivel about “this is an integer.” No. You need to know what’s...
New
I want to try my hand at web scraping. What tools/libraries do I need to use. I’m hoping to turn this into something professional so don’...
New
I have followed this StackOverflow post to install the specific version of Erlang.
And When I am running mix ecto.setup then getting fol...
New
I have an umbrella app.
Some of the apps inside depend on other apps in the umbrella, unsurprisingly.
I'm writing a test for one of t...
New
I would like to know what is the best IDE for elixir development?
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
The Elixir Typespec docs show the following syntax for keyword lists in typespecs:
# ...
| [key: type] # keyword lis...
New
What is the difference between System.get_env and Application.get_env? For example, what are best practices to use one versus another.
New








