ElixirConf
Using Livebook to build and deploy internal tools
Using Livebook to build and deploy internal tools
Comments welcome! View the elixirconf tag for more ElixirConf talks!
Popular in Talks
ElixirConf 2017 - Elixir The Toyota Way - Powell Kinney
Toyota has a century-long legacy of innovation in ma...
New
Looks like videos have started to go up for ElixirConf US 2018. Here’s the playlist of ones available so far. I expect it’ll get updated ...
New
by @SophieDeBenedetto
LiveView’s reliance on server-rendered HTML and leveraging of bi-directional communication over WebSockets means ...
New
Code Sync: Vaxine, the Rich CRDT Database for ElixirPhoenix Apps | James Arthur | Code BEAM America 2022
Comments welcome! View the #cod...
New
@voltone - Security advocate, BEAM enthusiast
Learn you some ‘ssl’ for much security!
Talk in three words: TLS, security, troubleshooti...
New
ElixirConf 2017 - Closing Keynote - @chrismccord
All talks are available in the Elixir Conf 2017 Talks List...
New
ElixirConf US 2018 – Growing Applications and Taming Complexity – Aaron Renner (@aaronrenner)
Growing an application is ...
New
ElixirConf EU 2019 talk videos
ElixirConf EU 2020 - Early bird tickets on sale now!
Website: http://www.elixirconf.eu
Twitter: www.t...
New
One resource for liveview…
New
by @jola
Can you write a performant string processing scripts in Elixir? This talk attempts to answer that question while incrementally...
New
Other popular topics
Phoenix 1.4.0 released
Phoenix 1.4 is out! This release ships with exciting new features, most notably
with HTTP2 support, improved deve...
New
Here are few pieces of (common) Linux knowledge that we use for reasonably small one server apps. We use Ubuntu but this should work for ...
New
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
New
In the Dialyzer docs ( http://erlang.org/doc/man/dialyzer.html#requesting-or-suppressing-warnings-in-source-files ), there is a way to tu...
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
I wanted to check elixir version in phoenix because i found that my elixir is 1.5 but when i use Enum.chunk_by it said the function is un...
New
The Elixir Typespec docs show the following syntax for keyword lists in typespecs:
# ...
| [key: type] # keyword lis...
New
I will often find my self writing things similar to:
case some_value do
nil -> something()
"" -> something()
_ -> someth...
New
Elixir appears to be a superior language to Python. I don’t see any advantage of Python over Elixir. Are there any?
New







